Subscribe to RSS - isset()

isset()

A Short Journey from empty(), to Not So Empty

Submitted by Ki Kim on Mon, 08/29/2011 - 9:00am
Ki Kim's picture

I recently reviewed the documented usage for the PHP empty() function in the PHP manual at http://php.net/manual/en/function.empty.php.

Like many PHP programmers, I have learned a great deal from the online manual. I most often use the Function Reference section, which provides a comprehensive explanation of how to use functions and includes nice, practical examples.