О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
Variable Functions
LXIII. Variable Functions Table of Contents call_user_func —
Call a user function given by the first parameter
doubleval — Get double value of a variableempty — Determine whether a variable is setgettype — Get the type of a variableintval — Get integer value of a variableis_array — Finds whether a variable is an arrayis_bool —
Finds out whether a variable is a boolean
is_double — Finds whether a variable is a doubleis_float — Finds whether a variable is a floatis_int — Find whether a variable is an integeris_integer — Find whether a variable is an integeris_long — Finds whether a variable is an integeris_numeric —
Finds whether a variable is a number or a numeric string
is_object — Finds whether a variable is an objectis_real — Finds whether a variable is a realis_resource —
Finds whether a variable is a resource
is_string — Finds whether a variable is a stringisset — Determine whether a variable is setprint_r —
Prints human-readable information about a variable
settype — Set the type of a variablestrval — Get string value of a variableunset — Unset a given variablevar_dump — Dumps information about a variable