syslog

(PHP 4, PHP 5, PHP 7) Generate a system log message bool syslog ( int $priority, string $message ) syslog() generates a log message that will be distributed by the system logger. For information on setting up a user defined log handler, see the syslog.conf (5) Unix manual page. More information on the syslog facilities and option can be found in the man pages for syslog (3) on Unix machines. Parameters:

MongoDB::dropCollection

(PECL mongo >=0.9.0) Drops a collection [deprecated] public array MongoDB::dropCollection ( mixed $coll ) Parameters: coll MongoCollection or name of collection to drop. Returns: Returns the database response. Deprecated Use MongoCollection::drop() instead. This function leaks memory in version 1.0.7 and

fdf_next_field_name

(PHP 4, PHP 5, PHP 7) Get the next field name string fdf_next_field_name ( resource $fdf_document [, string $fieldname ] ) Gets the name of the field after the given field. This name can be used with several functions. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname

EventBufferEvent::sslFilter

(PECL event >= 1.2.6-beta) Create a new SSL buffer event to send its data over another buffer event public static EventBufferEvent EventBufferEvent::sslFilter ( EventBase $base , EventBufferEvent $underlying , EventSslContext $ctx , int $state [, int $options = 0 ] ) Create a new SSL buffer event to send its data over another buffer event Note: This function is available only if Event is compiled with OpenSSL suppor

show_source

(PHP 4, PHP 5, PHP 7) Alias of highlight_file() This function is an alias of: highlight_file().

SQLite3Stmt::reset

(PHP 5 >= 5.3.0, PHP 7) Resets the prepared statement public bool SQLite3Stmt::reset ( void ) Resets the prepared statement to its state prior to execution. All bindings remain intact after reset. Returns: Returns TRUE if the statement is successfully reset, FALSE on failure.

gc_enable

(PHP 5 >= 5.3.0, PHP 7) Activates the circular reference collector void gc_enable ( void ) Activates the circular reference collector, setting zend.enable_gc to 1. Returns: No value is returned. See also: Garbage Collection -

get_magic_quotes_gpc

(PHP 4, PHP 5, PHP 7) Gets the current configuration setting of magic_quotes_gpc bool get_magic_quotes_gpc ( void ) Returns the current configuration setting of magic_quotes_gpc Keep in mind that attempting to set magic_quotes_gpc at runtime will not work. For more information about magic_quotes, see this security section. Returns: Returns 0 if magic_quotes_gpc is off, 1 otherwise. Or always

MongoCursor::snapshot

(PECL mongo >=0.9.4) Use snapshot mode for the query public MongoCursor MongoCursor::snapshot ( void ) Use snapshot mode for the query. Snapshot mode ensures that a document will not be returned more than once because an intervening write operation results in a move of the document. Documents inserted or deleted during the lifetime of the cursor may or may not be returned, irrespective of snapshot mode. Queries with sho

socket_select

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Runs the select() system call on the given arrays of sockets with a specified timeout int socket_select ( array &$read, array &$write, array &$except, int $tv_sec [, int $tv_usec = 0 ] ) socket_select() accepts arrays of sockets and waits for them to change status. Those coming with BSD sockets background will recognize that those socket resource arrays are in fact the so-called