variant_get_type

(PHP 5, PHP 7) Returns the type of a variant object int variant_get_type ( variant $variant ) Returns the type of a variant object. Parameters: variant The variant object. Returns: This function returns an integer value that indicates the type of variant, which can be an instance of COM, DOTNET or VARIANT classes. The return value can be compared

CairoContext::setScaledFont

(PECL cairo >= 0.1.0) The setScaledFont purpose public void CairoContext::setScaledFont ( string $scaledfont ) Object oriented style (method): Procedural style: void cairo_set_scaled_font ( CairoContext $context , CairoScaledFont $scaledfont ) Description here. Parameters: context Description... scaledfont Description...

fdf_get_opt

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets a value from the opt array of a field mixed fdf_get_opt ( resource $fdf_document, string $fieldname [, int $element = -1 ] ) This function is currently not documented; only its argument list is available.

geoip_id_by_name

(PECL geoip >= 0.2.0) Get the Internet connection type int geoip_id_by_name ( string $hostname ) The geoip_id_by_name() function will return the Internet connection type corresponding to a hostname or an IP address. The return value is numeric and can be compared to the following constants: GEOIP_UNKNOWN_SPEED GEOIP_DIALUP_SPEED GEOIP_CABLEDSL_SPEED GEOIP_CORPORATE_SPEED Parameters:

oci_bind_by_name

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Binds a PHP variable to an Oracle placeholder bool oci_bind_by_name ( resource $statement, string $bv_name, mixed &$variable [, int $maxlength = -1 [, int $type = SQLT_CHR ]] ) Binds a PHP variable variable to the Oracle bind variable placeholder bv_name. Binding is important for Oracle database performance and also as a way to avoid SQL Injection security issues. Binding allows

Gender\Gender::isNick

(PECL gender >= 0.9.0) Check if the name0 is an alias of the name1. public array Gender\Gender::isNick ( string $name0, string $name1 [, integer $country ] ) Check whether the name0 is a nick of the name1. Parameters: name0 Name to check. name1 Name to check. country Country id identified by Gender

mb_regex_encoding

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set/Get character encoding for multibyte regex mixed mb_regex_encoding ([ string $encoding = mb_regex_encoding() ] ) Set/Get character encoding for a multibyte regex. Parameters: encoding The encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used. Returns:

MultipleIterator::rewind

(PHP 5 >= 5.3.0, PHP 7) Rewinds all attached iterator instances public void MultipleIterator::rewind ( void ) Rewinds all attached iterator instances. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also:

DateTimeImmutable::__set_state

(PHP 5 >= 5.5.0, PHP 7) The __set_state handler public static DateTimeImmutable DateTimeImmutable::__set_state ( array $array ) Like DateTime::__set_state() but works with DateTimeImmutable.

socket_cmsg_space

(PHP 5 >= 5.5.0, PHP 7) Calculate message buffer size int socket_cmsg_space ( int $level, int $type ) Calculates the size of the buffer that should be allocated for receiving the ancillary data. Parameters: level Calculates the size of the buffer that should be allocated for receiving the ancillary data. type Calculates the size of t