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

pg_fetch_row

(PHP 4, PHP 5, PHP 7) Get a row as an enumerated array array pg_fetch_row ( resource $result [, int $row ] ) pg_fetch_row() fetches one row of data from the result associated with the specified result resource. Note: This function sets NULL fields to the PHP NULL value. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_ex

EvPeriodic::createStopped

(PECL ev >= 0.2.0) Create a stopped EvPeriodic watcher final public static EvPeriodic EvPeriodic::createStopped ( double $offset , double $interval , callable $reschedule_cb , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Create EvPeriodic object. Unlike EvPeriodic::__construct() this method doesn't start the watcher automatically. Parameters: offset

stream_context_set_params

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set parameters for a stream/wrapper/context bool stream_context_set_params ( resource $stream_or_context, array $params ) Sets parameters on the specified context. Parameters: stream_or_context The stream or context to apply the parameters too. params An array of parameters to set. Note: params shou

register_shutdown_function

(PHP 4, PHP 5, PHP 7) Register a function for execution on shutdown void register_shutdown_function ( callable $callback [, mixed $parameter [, mixed $... ]] ) Registers a callback to be executed after script execution finishes or exit() is called. Multiple calls to register_shutdown_function() can be made, and each will be called in the same order as they were registered. If you call exit() within one registered shutdown

MultipleIterator::setFlags

(PHP 5 >= 5.3.0, PHP 7) Sets flags public void MultipleIterator::setFlags ( int $flags ) Sets flags. Parameters: flags The flags to set, according to the Flag Constants Returns: No value is returned. This function is currently not documented; only its argument list is available.

socket_bind

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Binds a name to a socket bool socket_bind ( resource $socket, string $address [, int $port = 0 ] ) Binds the name given in address to the socket described by socket. This has to be done before a connection is be established using socket_connect() or socket_listen(). Parameters: socket A valid socket resource created with socket_create().

dbplus_freerlocks

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Free all tuple locks on given relation int dbplus_freerlocks ( resource $relation ) Frees all tuple locks held on the given relation. Parameters: relation A relation opened by dbplus_open(). Returns: See also: dbplus_get

DOMNode::C14N

(PHP 5 >= 5.2.0, PHP 7) Canonicalize nodes to a string public string DOMNode::C14N ([ bool $exclusive [, bool $with_comments [, array $xpath [, array $ns_prefixes ]]]] ) Canonicalize nodes to a string Parameters: exclusive Enable exclusive parsing of only the nodes matched by the provided xpath or namespace prefixes. with_comments Re

HaruDestination::setFitBH

(PECL haru >= 0.0.1) Set the appearance of the page to fit the width of the bounding box bool HaruDestination::setFitBH ( float $top ) Defines the appearance of the page to magnifying to fit the width of the bounding box and setting the top position of the page to the value of top. Parameters: top The top coordinates of the page. Returns: Retu