GearmanJob::__construct

(PECL gearman >= 0.5.0) Create a GearmanJob instance public GearmanJob::__construct ( void ) Creates a GearmanJob instance representing a job the worker is to complete. Returns: A GearmanJob object.

ocicolumnprecision

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_field_precision() Alias of oci_field_precision() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

GearmanClient::setCreatedCallback

(PECL gearman >= 0.5.0) Set a callback for when a task is queued public bool GearmanClient::setCreatedCallback ( string $callback ) Sets a function to be called when a task is received and queued by the Gearman job server. The callback should accept a single argument, a GearmanTask oject. Parameters: callback A function to call Returns: Return

sqlite_unbuffered_query

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Execute a query that does not prefetch and buffer all data resource sqlite_unbuffered_query ( resource $dbhandle, string $query [, int $result_type = SQLITE_BOTH [, string &$error_msg ]] ) resource sqlite_unbuffered_query ( string $query , resource $dbhandle [, int $result_type = SQLITE_BOTH [, string &$error_msg ]] ) Object oriented style (method): public SQLiteUnbuffere

gupnp_service_proxy_action_set

(PECL gupnp >= 0.1.0) Send action to the service and set value bool gupnp_service_proxy_action_set ( resource $proxy, string $action, string $name, mixed $value, int $type ) Send action with parameters to the service exposed by proxy synchronously and set value. Parameters: proxy A service proxy identifier. action An action.

EventBase::getMethod

(PECL event >= 1.2.6-beta) Returns event method in use public string EventBase::getMethod ([ EventConfig $cfg ] ) Parameters: cfg Optional EventConfig object. Returns: String representing used event method(backend). Examples: EventBase::getMethod() example <?php $cf

ReflectionClass::getMethod

(PHP 5, PHP 7) Gets a ReflectionMethod for a class method. public ReflectionMethod ReflectionClass::getMethod ( string $name ) Gets a ReflectionMethod for a class method. Parameters: name The method name to reflect. Returns: A ReflectionMethod. Exception: A ReflectionException if the method does not exist.

newt_bell

(PECL newt >= 0.1) Send a beep to the terminal void newt_bell ( void ) This function sends a beep to the terminal. Note: Depending on the terminal's settings, this beep may or may not be audible. Returns: No value is returned.

IntlCodePointBreakIterator::getLastCodePoint

(No version information available, might only be in Git) Get last code point passed over after advancing or receding the iterator public ReturnType IntlCodePointBreakIterator::getLastCodePoint ( void ) Returns: This function is currently not documented; only its argument list is available.

ocilogon

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_connect() Alias of oci_connect() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.