EventUtil::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the socket is bound. public static bool EventUtil::getSocketName ( mixed $socket , string &$address [, mixed &$port ] ) Retreives the current address to which the socket is bound. Parameters: socket Socket resource, stream or a file descriptor of a socket. address

sqlite_libencoding

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the encoding of the linked SQLite library string sqlite_libencoding ( void ) The SQLite library may be compiled in either ISO-8859-1 or UTF-8 compatible modes. This function allows you to determine which encoding scheme is used by your version of the library. When compiled with UTF-8 support, sqlite handles encoding and decoding of UTF-8 multi-byte character sequences, bu

Yaf_Config_Ini::offsetUnset

(Yaf >=1.0.0) The offsetUnset purpose public void Yaf_Config_Ini::offsetUnset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

sqlite_key

(PHP 5 >= 5.1.0 and < 5.4.0) Returns the current row index int SQLiteResult::key ( void ) Object oriented style (method): SQLiteResult::key() returns the current row index of the buffered result set result. Unlike all other SQLite functions, this function does not have a procedural version, and can only be called as a method on a SQLiteResult object. Returns: Returns the current row index

dbplus_setindex

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Set index int dbplus_setindex ( resource $relation, string $idx_name ) Parameters: relation A relation opened by dbplus_open(). idx_name A relation opened by dbplus_open(). Returns: This function is currently not documented; only its ar

HaruPage::setLineJoin

(PECL haru >= 0.0.1) Set line join style for the page bool HaruPage::setLineJoin ( int $join ) Defines line join style for the page. Parameters: join Must be one of the following values: HaruPage::MITER_JOIN HaruPage::ROUND_JOIN HaruPage::BEVEL_JOIN Returns: Returns TRUE on success. Exception: Throws a HaruException on er

imap_timeout

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Set or fetch imap timeout mixed imap_timeout ( int $timeout_type [, int $timeout = -1 ] ) Sets or fetches the imap timeout. Parameters: timeout_type One of the following: IMAP_OPENTIMEOUT, IMAP_READTIMEOUT, IMAP_WRITETIMEOUT, or IMAP_CLOSETIMEOUT. timeout The timeout, in seconds. Re

Phar::setMetadata

(PHP >= 5.3.0, PECL phar >= 1.0.0) Sets phar archive meta-data public void Phar::setMetadata ( mixed $metadata ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Phar::setMetadata() should be used to store customized data that describes something about the phar archive as a complete entity. PharFileInfo::setMeta

eio_fallocate

(PECL eio >= 0.0.1dev) Allows the caller to directly manipulate the allocated disk space for a file resource eio_fallocate ( mixed $fd, int $mode, int $offset, int $length [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_fallocate() allows the caller to directly manipulate the allocated disk space for the file specified by fd file descriptor for the byte range starting at offse

ezmlm_hash

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Calculate the hash value needed by EZMLM int ezmlm_hash ( string $addr ) ezmlm_hash() calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database. Parameters: addr The email address that's being hashed. Returns: The hash value of addr. Ex