chgrp

(PHP 4, PHP 5, PHP 7) Changes file group bool chgrp ( string $filename, mixed $group ) Attempts to change the group of the file filename to group. Only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member. Parameters: filename Path to the file. group

cubrid_col_size

(PECL CUBRID >= 8.3.0) Get the number of elements in collection type column using OID int cubrid_col_size ( resource $conn_identifier, string $oid, string $attr_name ) The cubrid_col_size() function is used to get the number of elements in a collection type (set, multiset, sequence) attribute. Parameters: conn_identifier Connection identifier. oid

ingres_field_nullable

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Test if a field is nullable bool ingres_field_nullable ( resource $result, int $index ) Test if a field is nullable. Note: Related Configurations See ingres.array_index_start in Runtime Configuration Parameters: result The query result identifier index index is the fiel

ctype_cntrl

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for control character(s) bool ctype_cntrl ( string $text ) Checks if all of the characters in the provided string, text, are control characters. Control characters are e.g. line feed, tab, escape. Parameters: text The tested string. Returns: Returns TRUE if every character in text is a control character fro

natcasesort

(PHP 4, PHP 5, PHP 7) Sort an array using a case insensitive "natural order" algorithm bool natcasesort ( array &$array ) natcasesort() is a case insensitive version of natsort(). This function implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". Parameters:

ncurses_mvcur

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move cursor immediately int ncurses_mvcur ( int $old_y, int $old_x, int $new_y, int $new_x ) Parameters: old_y old_x new_y new_x This function is EXPERIMENTAL. The be

GearmanWorker::removeOptions

(PECL gearman >= 0.6.0) Remove worker options public bool GearmanWorker::removeOptions ( int $option ) Removes (unsets) one or more worker options. Parameters: option The options to be removed (unset) Returns: Always returns TRUE. See also: GearmanWorker::op

pg_socket

(PHP 5 >= 5.6.0, PHP 7) Get a read only handle to the socket underlying a PostgreSQL connection resource pg_socket ( resource $connection ) pg_socket() returns a read only resource corresponding to the socket underlying the given PostgreSQL connection. Parameters: connection PostgreSQL database connection resource. Returns: A socket resource

mysqli_result::fetch_all

(PHP 5 >= 5.3.0, PHP 7) Fetches all result rows as an associative array, a numeric array, or both mixed mysqli_result::fetch_all ([ int $resulttype = MYSQLI_NUM ] ) Object oriented style Procedural style mixed mysqli_fetch_all ( mysqli_result $result [, int $resulttype = MYSQLI_NUM ] ) mysqli_fetch_all() fetches all result rows and returns the result set as an associative array, a numeric array, or both.

GearmanWorker::addOptions

(PECL gearman >= 0.6.0) Add worker options public bool GearmanWorker::addOptions ( int $option ) Adds one or more options to the options previously set. Parameters: option The options to be added Returns: Always returns TRUE. See also: GearmanWorker::options