mysqli_escape_string

(PHP 5, PHP 7) Alias of mysqli_real_escape_string() This function is an alias of: mysqli_real_escape_string().

Exception::__clone

(PHP 5 >= 5.1.0, PHP 7) Clone the exception final private void Exception::__clone ( void ) Tries to clone the Exception, which results in Fatal error. Returns: No value is returned. Exception: Exceptions are not clonable.

mysqli::savepoint

(PHP 5 >= 5.5.0, PHP 7) Set a named transaction savepoint public bool mysqli::savepoint ( string $name ) Object oriented style (method): Procedural style: bool mysqli_savepoint ( mysqli $link , string $name ) Parameters: link Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init() name Procedural style onl

intval

(PHP 4, PHP 5, PHP 7) Get the integer value of a variable int intval ( mixed $var [, int $base = 10 ] ) Returns the integer value of var, using the specified base for the conversion (the default is base 10). intval() should not be used on objects, as doing so will emit an E_NOTICE level error and return 1. Parameters: var The scalar value being converted to an integer

is_float

(PHP 4, PHP 5, PHP 7) Finds whether the type of a variable is float bool is_float ( mixed $var ) Finds whether the type of the given variable is float. Note: To test if a variable is a number or a numeric string (such as form input, which is always a string), you must use is_numeric(). Parameters: var The variable being evaluated. Returns: R

Gmagick::setimagebordercolor

(PECL gmagick >= Unknown) Sets the image border color. public Gmagick Gmagick::setimagebordercolor ( GmagickPixel $color ) Sets the image border color. Parameters: color The border pixel wand. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

ldap_first_entry

(PHP 4, PHP 5, PHP 7) Return first result id resource ldap_first_entry ( resource $link_identifier, resource $result_identifier ) Returns the entry identifier for first entry in the result. This entry identifier is then supplied to ldap_next_entry() routine to get successive entries from the result. Entries in the LDAP result are read sequentially using the ldap_first_entry() and ldap_next_entry() functions.

SimpleXMLElement::count

(PHP 5 >= 5.3.0, PHP 7) Counts the children of an element public int SimpleXMLElement::count ( void ) This method counts the number of children of an element. Returns: Returns the number of elements of an element. Examples: Counting the number of children <?php $xml = <<<EOF <people>  <person name=

IntlIterator::current

(No version information available, might only be in Git) Get the current element public ReturnType IntlIterator::current ( void ) Returns: This function is currently not documented; only its argument list is available.

udm_add_search_limit

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Add various search limits bool udm_add_search_limit ( resource $agent, int $var, string $val ) udm_add_search_limit() adds search restrictions. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). var Defines the parameter, indicating limits. Po