func_get_arg

(PHP 4, PHP 5, PHP 7) Return an item from the argument list mixed func_get_arg ( int $arg_num ) Gets the specified argument from a user-defined function's argument list. This function may be used in conjunction with func_get_args() and func_num_args() to allow user-defined functions to accept variable-length argument lists. Parameters: arg_num The argument offset. Funct

ocifetchinto

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Obsolete variant of oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_row() Obsolete variant of oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_row() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

imap_fetch_overview

(PHP 4, PHP 5, PHP 7) Read an overview of the information in the headers of the given message array imap_fetch_overview ( resource $imap_stream, string $sequence [, int $options = 0 ] ) This function fetches mail headers for the given sequence and returns an overview of their contents. Parameters: imap_stream An IMAP stream returned by imap_open(). s

Phar::getSupportedSignatures

(PHP >= 5.3.0, PECL phar >= 1.1.0) Return array of supported signature types final public static array Phar::getSupportedSignatures ( void ) Return array of supported signature types Returns: Returns an array containing any of MD5, SHA-1, SHA-256, SHA-512, or OpenSSL. See also: Phar::getSignature() -

GearmanClient::doLow

(PECL gearman >= 0.5.0) Run a single low priority task public string GearmanClient::doLow ( string $function_name, string $workload [, string $unique ] ) Runs a single low priority task and returns a string representation of the result. It is up to the GearmanClient and GearmanWorker to agree on the format of the result. Normal and high priority tasks will get precedence over low priority tasks in the job queue.

checkdate

(PHP 4, PHP 5, PHP 7) Validate a Gregorian date bool checkdate ( int $month, int $day, int $year ) Checks the validity of the date formed by the arguments. A date is considered valid if each parameter is properly defined. Parameters: month The month is between 1 and 12 inclusive. day The day is within the allowed number of days for the

ingres_cursor

(PECL ingres >= 1.1.0) Get a cursor name for a given result resource string ingres_cursor ( resource $result ) Returns a string with the active cursor name. If no cursor is active then NULL is returned. Parameters: result The query result identifier Returns: Returns a string containing the active cursor name. If no cursor is active then NULL i

TokyoTyrantQuery::key

(PECL tokyo_tyrant >= 0.1.0) Returns the current key public string TokyoTyrantQuery::key ( void ) Returns the current key. Part of the Iterator interface Returns: Returns the current key and throws TokyoTyrantException on error Examples: TokyoTyrantQuery iterator example <?php /* Connect to a table database */ $tt =

filegroup

(PHP 4, PHP 5, PHP 7) Gets file group int filegroup ( string $filename ) Gets the file group. The group ID is returned in numerical format, use posix_getgrgid() to resolve it to a group name. Parameters: filename Path to the file. Returns: Returns the group ID of the file, or FALSE if an error occurs. The group ID is returned in numerical format,

DateTime::getTimezone

(PHP 5 >= 5.2.0, PHP 7) Return time zone relative to given DateTime public DateTimeZone DateTime::getTimezone ( void ) Object oriented style public DateTimeZone DateTimeImmutable::getTimezone ( void ) public DateTimeZone DateTimeInterface::getTimezone ( void ) Procedural style DateTimeZone date_timezone_get ( DateTimeInterface $object ) Return time zone relative to given DateTime. Parameters: