Pool::submitTo

(PECL pthreads >= 2.0.0) Submits an object for execution public integer Pool::submitTo ( integer $worker, Threaded $task ) Submit the object to the specified Worker in the Pool Parameters: worker The worker for execution task The task for execution Returns: the identifier of the Worker that accepted the obje

XMLDiff\Base::diff

(PECL xmldiff >= 0.8.0) Produce diff of two XML documents abstract public mixed XMLDiff\Base::diff ( mixed $from, mixed $to ) Abstract diff method to be implemented by inheriting classes. The basic purpose of this method is to produce diff of the two documents. The param order matters and will produce different output. Parameters: from Source XML document.

odbc_columns

(PHP 4, PHP 5, PHP 7) Lists the column names in specified tables resource odbc_columns ( resource $connection_id [, string $qualifier [, string $schema [, string $table_name [, string $column_name ]]]] ) Lists all columns in the requested range. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. qualifier

SoapClient::__call

(PHP 5 >= 5.0.1, PHP 7) Calls a SOAP function (deprecated) public mixed SoapClient::__call ( string $function_name, string $arguments ) Calling this method directly is deprecated. Usually, SOAP functions can be called as methods of the SoapClient object; in situations where this is not possible or additional options are needed, use SoapClient::__soapCall().

oci_field_type

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns a field's data type name mixed oci_field_type ( resource $statement, mixed $field ) Returns a field's data type name. Parameters: statement A valid OCI statement identifier. field Can be the field's index (1-based) or name. Returns: Returns the field data type as a