Skip to content

A simple PHP Helper Class to nullify string and output desired string as placeholder

Notifications You must be signed in to change notification settings

valluminarias/php-nuller

Repository files navigation

php-nuller

A simple PHP Helper Class to nullify string and output desired string as placeholder

Install

composer require valluminarias/php-nuller

How to Use

require "vendor/autoload.php";

echo Nuller\Nuller::nullified('somestring', true, "Empty String");

Result

Empty String

About

A simple PHP Helper Class to nullify string and output desired string as placeholder

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages