socket_send

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Sends data to a connected socket int socket_send ( resource $socket, string $buf, int $len, int $flags ) The function socket_send() sends len bytes to the socket socket from buf. Parameters: socket A valid socket resource created with socket_create() or socket_accept(). buf A buffer containing the data

Yaf_Loader::setLibraryPath

(Yaf >=2.1.4) Change the library path public Yaf_Loader Yaf_Loader::setLibraryPath ( string $directory [, bool $is_global = false ] ) Returns: This function is currently not documented; only its argument list is available.

SplDoublyLinkedList::setIteratorMode

(PHP 5 >= 5.3.0, PHP 7) Sets the mode of iteration public void SplDoublyLinkedList::setIteratorMode ( int $mode ) Parameters: mode There are two orthogonal sets of modes that can be set: The direction of the iteration (either one or the other): SplDoublyLinkedList::IT_MODE_LIFO (Stack style) SplDoublyLinkedList::IT_MODE_FIFO (Queue style) The behavior of the iterato

mysqli_stmt::bind_param

(PHP 5, PHP 7) Binds variables to a prepared statement as parameters bool mysqli_stmt::bind_param ( string $types, mixed &$var1 [, mixed &$... ] ) Object oriented style Procedural style bool mysqli_stmt_bind_param ( mysqli_stmt $stmt , string $types , mixed &$var1 [, mixed &$... ] ) Bind variables for the parameter markers in the SQL statement that was passed to mysqli_prepare(). Note: If data size of a

SQLite3Stmt::close

(PHP 5 >= 5.3.0, PHP 7) Closes the prepared statement public bool SQLite3Stmt::close ( void ) Closes the prepared statement. Returns: Returns TRUE

DOMDocument::registerNodeClass

(PHP 5 >= 5.2.0, PHP 7) Register extended class used to create base node type public bool DOMDocument::registerNodeClass ( string $baseclass, string $extendedclass ) This method allows you to register your own extended DOM class to be used afterward by the PHP DOM extension. This method is not part of the DOM standard. Parameters: baseclass The DOM class that you wan

SDO_DAS_XML::createDocument

(^) Creates an XML Document object from scratch, without the need to load a document from a file or string. SDO_DAS_XML_Document SDO_DAS_XML::createDocument ([ string $document_element_name ] ) SDO_DAS_XML_Document SDO_DAS_XML::createDocument ( string $document_element_namespace_URI , string $document_element_name [, SDO_DataObject $dataobject ] ) Creates an XML Document object. This will contain just one empty root eleme

date_sunrise

(PHP 5, PHP 7) Returns time of sunrise for a given day and location mixed date_sunrise ( int $timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude") [, float $longitude = ini_get("date.default_longitude") [, float $zenith = ini_get("date.sunrise_zenith") [, float $gmt_offset = 0 ]]]]] ) date_sunrise() returns the sunrise time for a given day (specified as a timestamp) and lo

SolrDocument::current

(PECL solr >= 0.9.2) Retrieves the current field public SolrDocumentField SolrDocument::current ( void ) Retrieves the current field Returns: Returns the field

readline_completion_function

(PHP 4, PHP 5, PHP 7) Registers a completion function bool readline_completion_function ( callable $function ) This function registers a completion function. This is the same kind of functionality you'd get if you hit your tab key while using Bash. Parameters: function You must supply the name of an existing function which accepts a partial command line and returns an arr