event_buffer_fd_set

(PECL libevent >= 0.0.1) Change a buffered event file descriptor void event_buffer_fd_set ( resource $bevent, resource $fd ) Changes the file descriptor on which the buffered event operates. Parameters: bevent Valid buffered event resource. fd Valid PHP stream, must be castable to file descriptor.

ReflectionFunction::isDisabled

(PHP 5, PHP 7) Checks if function is disabled public bool ReflectionFunction::isDisabled ( void ) Checks if the function is disabled, via the disable_functions directive. Returns: TRUE if it's disable, otherwise FALSE See also: ReflectionFunctionAbstract::isUserDefined() - disable_func

print_r

(PHP 4, PHP 5, PHP 7) Prints human-readable information about a variable mixed print_r ( mixed $expression [, bool $return = false ] ) print_r() displays information about a variable in a way that's readable by humans. print_r(), var_dump() and var_export() will also show protected and private properties of objects with PHP 5. Static class members will not be shown. Parameters: e

event_buffer_priority_set

(PECL libevent >= 0.0.1) Assign a priority to a buffered event bool event_buffer_priority_set ( resource $bevent, int $priority ) Assign a priority to the bevent. Parameters: bevent Valid buffered event resource. priority Priority level. Cannot be less than zero and cannot exceed maximum priority level of the event base (see event_ba

TokyoTyrantTable::add

(PECL tokyo_tyrant >= 0.1.0) Adds a record public void TokyoTyrantTable::add ( string $key, mixed $increment [, string $type ] ) This method is not supported with table databases. Parameters: key The string key increment The amount to increment type TokyoTyrant::RDB_RECINT or TokyoTyrant::RDB_RECD

GearmanWorker::addServers

(PECL gearman >= 0.5.0) Add job servers public bool GearmanWorker::addServers ( string $servers = 127.0.0.1:4730 ) Adds one or more job servers to this worker. These go into a list of servers that can be used to run jobs. No socket I/O happens here. Parameters: servers A comma separated list of job servers in the format host:port. If no port is specified, it defaults

cubrid_field_name

(PECL CUBRID >= 8.3.0) Return the name of the specified field index string cubrid_field_name ( resource $result, int $field_offset ) This function returns the name of the specified field index on success or it returns FALSE on failure. Parameters: result result comes from a call to cubrid_execute() field_offset The numerical field offs

SplFileObject::fgetc

(PHP 5 >= 5.1.0, PHP 7) Gets character from file public string SplFileObject::fgetc ( void ) Gets a character from the file. Returns: Returns a string containing a single character read from the file or FALSE on EOF. WarningThis function may return Boolean FALSE, but may also return a non-Boolean value which evaluates to FALSE. Please read the section on Booleans for more information. Use the

ReflectionFunctionAbstract::getExtension

(PHP 5, PHP 7) Gets extension info public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void ) Get the extension information of a function. Returns: The extension information, as a ReflectionExtension object. This function is currently not documented; only its argument list is available.

hw_api::insertanchor

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type anchor hw_api_object hw_api::insertanchor ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object of type anchor and sets some of the attributes required for an anchor. Parameters: parameter The parameter array contains the required elements 'object' and 'documentIden