Top "Isset" questions

Determine if a variable is set and is not NULL

PHP error Can't use method return > value in write context

I am getting this error in a PHP class... Fatal error: Can't use method return value in write context in …

php class constants isset
Check if a property exists on magically set properties

There is a lot of SO questions about the subject, notably this one, but it does not help me. There …

php properties isset magic-methods
isset() function is returning true even when item is not set

Here is my code. For some reason, if I submit the form without placing and passwords in, it still creates …

php mysql isset
How to implement __isset() magic method in PHP?

I'm trying to make functions like empty() and isset() work with data returned by methods. What I have so far: …

php class isset magic-methods
How to check if php://input is set?

I need to check if php://input exists/isset. Does it work with php isset() ? What is the proper way …

php input wrapper isset