cairo_surface_get_content

(PECL cairo >= 0.1.0) Description int cairo_surface_get_content ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

SplFileObject::ftell

(PHP 5 >= 5.1.0, PHP 7) Return current file position public int SplFileObject::ftell ( void ) Returns the position of the file pointer which represents the current offset in the file stream. Returns: Returns the position of the file pointer as an integer, or FALSE on error. Examples: SplFileObject::ftell() example <

Memcached::getByKey

(PECL memcached >= 0.1.0) Retrieve an item from a specific server public mixed Memcached::getByKey ( string $server_key, string $key [, callable $cache_cb [, float &$cas_token ]] ) Memcached::getByKey() is functionally equivalent to Memcached::get(), except that the free-form server_key can be used to map the key to a specific server. Parameters: server_key The key

SDO_List::insert

(^) Insert into a list void SDO_List::insert ( mixed $value [, int $index ] ) Insert a new element at a specified position in the list. All subsequent list items are moved up. Parameters: value The new value to be inserted. This can be either a primitive or an SDO_DataObject. index The position at which to insert the new element. If

pg_port

(PHP 4, PHP 5, PHP 7) Return the port number associated with the connection int pg_port ([ resource $connection ] ) pg_port() returns the port number that the given PostgreSQL connection resource is connected to. Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the l

is_writable

(PHP 4, PHP 5, PHP 7) Tells whether the filename is writable bool is_writable ( string $filename ) Returns TRUE if the filename exists and is writable. The filename argument may be a directory name allowing you to check if a directory is writable. Keep in mind that PHP may be accessing the file as the user id that the web server runs as (often 'nobody'). Safe mode limitations are not taken into account. Pa

HaruPage::getTransMatrix

(PECL haru >= 0.0.1) Get the current transformation matrix of the page array HaruPage::getTransMatrix ( void ) Get the current transformation matrix of the page. Returns: Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

TokyoTyrant::ext

(PECL tokyo_tyrant >= 0.1.0) Execute a remote script public string TokyoTyrant::ext ( string $name, int $options, string $key, string $value ) Executes a remote script extension. Parameters: name Name of the function to execute options Either TokyoTyrant::RDBXO_LCKREC for record locking and TokyoTyrant::RDBXO_LCKGLB for global lockin

IntlCalendar::roll

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Add value to field without carrying into more significant fields public bool IntlCalendar::roll ( int $field, mixed $amountOrUpOrDown ) Object oriented style Procedural style bool intlcal_roll ( IntlCalendar $cal , int $field , mixed $amountOrUpOrDown ) Adds a (signed) amount to a field. The difference with respect to IntlCalendar::add() is that when the field value overflows, it d

xml_set_unparsed_entity_decl_handler

(PHP 4, PHP 5, PHP 7) Set up unparsed entity declaration handler bool xml_set_unparsed_entity_decl_handler ( resource $parser, callable $handler ) Sets the unparsed entity declaration handler function for the XML parser parser. The handler will be called if the XML parser encounters an external entity declaration with an NDATA declaration, like the following: <!ENTITY <parameter>name</parameter> {<pa