EventBufferEvent::sslSocket

(PECL event >= 1.2.6-beta) Creates a new SSL buffer event to send its data over an SSL on a socket public static EventBufferEvent EventBufferEvent::sslSocket ( EventBase $base , mixed $socket , EventSslContext $ctx , int $state [, int $options ] ) Creates a new SSL buffer event to send its data over an SSL on a socket. Parameters: base Associated event base.

dbplus_open

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Open relation file resource dbplus_open ( string $name ) Opens the given relation file. Parameters: name Can be either a file name or a relative or absolute path name. This will be mapped in any case to an absolute relation file path on a specific host machine and server. Returns: On success a relation f

pg_ping

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Ping database connection bool pg_ping ([ resource $connection ] ) pg_ping() pings a database connection and tries to reconnect it if it is broken. Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the last connection made by pg_connect(

EventSslContext::__construct

(PECL event >= 1.2.6-beta) Constructs an OpenSSL context for use with Event classes public EventSslContext::__construct ( string $method , string $options ) Creates SSL context holding pointer to SSL_CTX (see the system manual). Parameters: method One of EventSslContext::*_METHOD constants . options Associative array of SSL context

sqlsrv_send_stream_data

(No version information available, might only be in Git) Sends data from parameter streams to the server bool sqlsrv_send_stream_data ( resource $stmt ) Send data from parameter streams to the server. Up to 8 KB of data is sent with each call. Parameters: stmt A statement resource returned by sqlsrv_query() or sqlsrv_execute(). Returns: Returns T

SDO_Sequence::move

(^) Move an item to another sequence position void SDO_Sequence::move ( int $toIndex, int $fromIndex ) Modify the position of the item in the sequence, without altering the value of the property in the SDO_DataObject. Parameters: toIndex The destination sequence index. If this index is less than zero or greater than the size of the sequence then the value is appended.

db2_free_stmt

(PECL ibm_db2 >= 1.0.0) Frees resources associated with the indicated statement resource bool db2_free_stmt ( resource $stmt ) Frees the system and database resources that are associated with a statement resource. These resources are freed implicitly when a script finishes, but you can call db2_free_stmt() to explicitly free the statement resources before the end of the script. Parameters:

dbplus_restorepos

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Restore position int dbplus_restorepos ( resource $relation, array $tuple ) Parameters: relation A relation opened by dbplus_open(). tuple A relation opened by dbplus_open(). Returns: This function is currently not documented; only its

HaruPage::getWordSpace

(PECL haru >= 0.0.1) Get the current value of word spacing float HaruPage::getWordSpace ( void ) Get the current value of word spacing. Returns: Returns the current value of word spacing. Exception: Throws a HaruException on error. See also: HaruPage::setWordSpace() -

CairoFontFace::status

(PECL cairo >= 0.1.0) Check for CairoFontFace errors public int CairoFontFace::status ( void ) Object oriented style (method): Procedural style: int cairo_font_face_status ( CairoFontFace $fontface ) Checks whether an error has previously occurred for this font face Parameters: fontface A valid CairoFontFace object Returns: CAIRO_STATUS_SUCCE