mysqli::$protocol_version

(PHP 5, PHP 7) Returns the version of the MySQL protocol used int mysqli_get_proto_info ( mysqli $link ) Object oriented style string $mysqli->protocol_version; Procedural style Returns an integer representing the MySQL protocol version used by the connection represented by the link parameter. Parameters: link Procedural style only: A link identifier returned by mysqli

ldap_modify

(PHP 4, PHP 5, PHP 7) Modify an LDAP entry bool ldap_modify ( resource $link_identifier, string $dn, array $entry ) Modify the existing entries in the LDAP directory. The structure of the entry is same as in ldap_add(). Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). dn The distinguished name of an LDAP

ReflectionParameter::getDeclaringClass

(PHP 5, PHP 7) Gets declaring class public ReflectionClass ReflectionParameter::getDeclaringClass ( void ) Gets the declaring class. Returns: A ReflectionClass object. This function is currently not documented; only its argument list is available. Examples: Getting the class that declared the

Imagick::waveImage

(PECL imagick 2.0.0) Applies wave filter to the image bool Imagick::waveImage ( float $amplitude, float $length ) Applies a wave filter to the image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: amplitude The amplitude of the wave. length The length of the wave.

ReflectionFunctionAbstract::isDeprecated

(PHP 5, PHP 7) Checks if deprecated public bool ReflectionFunctionAbstract::isDeprecated ( void ) Checks whether the function is deprecated. Returns: TRUE if it's deprecated, otherwise FALSE Examples: ReflectionFunctionAbstract::isDeprecated() example <?php $rf = new ReflectionFunction('ereg'); var_dump($rf->isDepre

ReflectionFunctionAbstract::inNamespace

(PHP 5 >= 5.3.0, PHP 7) Checks if function in namespace public bool ReflectionFunctionAbstract::inNamespace ( void ) Checks whether a function is defined in a namespace. Returns: TRUE if it's in a namespace, otherwise FALSE This function is currently not documented; only its argument list is available.

m_getcell

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a specific cell from a comma delimited response by column name string m_getcell ( resource $conn, int $identifier, string $column, int $row ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine().

zip_entry_name

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0) Retrieve the name of a directory entry string zip_entry_name ( resource $zip_entry ) Returns the name of the specified directory entry. Parameters: zip_entry A directory entry returned by zip_read(). Returns: The name of the directory entry.

Ev::supportedBackends

(PECL ev >= 0.2.0) Returns the set of backends supported by current libev configuration. final public static void Ev::supportedBackends ( void ) Returns the set of backends supported by current libev configuration. Returns: Returns a bit mask which can containing backend flags combined using bitwise OR operator. Examples: Embedding

m_numrows

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Number of rows returned in a comma delimited response int m_numrows ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns: