Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 323 Bytes

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