This snippet will give you the IsNullOrEmpty function for PHP.
Sample PHP
function IsNullOrEmpty($input){ return (!isset($input) || trim($input)===''); }
All the Code Snippets and Samples you need
This snippet will give you the IsNullOrEmpty function for PHP.
function IsNullOrEmpty($input){ return (!isset($input) || trim($input)===''); }
You must be logged in to post a comment.
RT @CodeSnippetsNET: IsNullOrEmpty function for #PHP http://t.co/tm3VZaXEkW #html #js #css #javascript #programming #code
RT @CodeSnippetsNET: IsNullOrEmpty function for #PHP http://t.co/tm3VZaXEkW #html #js #css #javascript #programming #code