ncurses_napms

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sleep int ncurses_napms ( int $milliseconds ) Parameters: milliseconds This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own

PDO::getAvailableDrivers

(PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3) Return an array of available PDO drivers public static array PDO::getAvailableDrivers ( void ) array pdo_drivers ( void ) This function returns all currently available PDO drivers which can be used in DSN parameter of PDO::__construct(). Returns: PDO::getAvailableDrivers() returns an array of PDO driver names. If no drivers are available, it retu

SDO_DAS_Relational::executeQuery

(^) Executes a given SQL query against a relational database and returns the results as a normalised data graph. SDODataObject SDO_DAS_Relational::executeQuery ( PDO $database_handle , string $SQL_statement [, array $column_specifier ] ) Executes a given query against the relational database, using the supplied PDO database handle. Uses the model that it built from the metadata to interpret the result set. Returns a dat

OCI-Lob::getBuffering

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns current state of buffering for the large object bool OCI-Lob::getBuffering ( void ) Tells whether the buffering for the large object is on or off. Returns: Returns FALSE if buffering for the large object is off and TRUE if buffering is used. See also: OCI-Lob::setBuf

VarnishAdmin::getPanic

(PECL varnish >= 0.4) Get the last panic message on a varnish instance public string VarnishAdmin::getPanic ( void ) Returns: Returns the last panic message on the current varnish instance.

SAMConnection::subscribe

(PECL sam >= 0.1.0) Create a subscription to a specified topic. string SAMConnection::subscribe ( string $targetTopic ) The "subscribe" method is used to create a new subscription to a specified topic. Parameters: targetTopic The identity of the topic (topic://topicname) to subscribe to. Returns: A subscription identifier that can be used in

ncurses_prefresh

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies a region from a pad into the virtual screen int ncurses_prefresh ( resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol ) Parameters: pad pminrow pmincol sminrow

ReflectionFunctionAbstract::isUserDefined

(PHP 5, PHP 7) Checks if user defined public bool ReflectionFunctionAbstract::isUserDefined ( void ) Checks whether the function is user-defined, as opposed to internal. Returns: TRUE if it's user-defined, otherwise false; This function is currently not documented; only its argument list is available.

snmpget

(PHP 4, PHP 5, PHP 7) Fetch an SNMP object string snmpget ( string $hostname, string $community, string $object_id [, int $timeout = 1000000 [, int $retries = 5 ]] ) The snmpget() function is used to read the value of an SNMP object specified by the object_id. Parameters: hostname The SNMP agent. community The read community.

ssdeep_fuzzy_hash_filename

(PECL ssdeep >= 1.0.0) Create a fuzzy hash from a file string ssdeep_fuzzy_hash_filename ( string $file_name ) ssdeep_fuzzy_hash_filename() calculates the hash of the file specified by file_name using » context-triggered piecewise hashing, and returns that hash. Parameters: file_name The filename of the file to hash. Returns: Returns a string