is_callable
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Verify that the contents of a variable can be called as a function

2025-01-10 15:47:30
is_resource
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Finds whether a variable is a resource

2025-01-10 15:47:30
is_int
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Find whether the type of a variable is integer

2025-01-10 15:47:30
import_request_variables
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4 >= 4.1.0, PHP 5 < 5.4.0) Import GET/POST/Cookie variables into the global scope

2025-01-10 15:47:30
intval
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Get the integer value of a variable

2025-01-10 15:47:30
unset
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Unset a given variable

2025-01-10 15:47:30
empty
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Determine whether a variable is empty

2025-01-10 15:47:30
gettype
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Get the type of a variable

2025-01-10 15:47:30
floatval
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get float value of a variable

2025-01-10 15:47:30
print_r
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Prints human-readable information about a variable

2025-01-10 15:47:30