convert_cyr_string

(PHP 4, PHP 5, PHP 7) Convert from one Cyrillic character set to another string convert_cyr_string ( string $str, string $from, string $to ) Converts from one Cyrillic character set to another. Parameters: str The string to be converted. from The source Cyrillic character set, as a single character. to

ps_shading_pattern

(PECL ps >= 1.3.0) Creates a pattern based on a shading int ps_shading_pattern ( resource $psdoc, int $shadingid, string $optlist ) Creates a pattern based on a shading, which has to be created before with ps_shading(). Shading patterns can be used like regular patterns. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new().

GearmanTask::dataSize

(PECL gearman >= 0.5.0) Get the size of returned data public int GearmanTask::dataSize ( void ) Returns the size of the data being returned for a task. Returns: The data size, or FALSE if there is no data. See also: GearmanTask::data() -

gnupg_seterrormode

(PECL gnupg >= 0.6) Sets the mode for error_reporting void gnupg_seterrormode ( resource $identifier, int $errormode ) Sets the mode for error_reporting. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. errormode The error mode. errormode takes a constant indicating what type of error_reporting shou

str_getcsv

(PHP 5 >= 5.3.0, PHP 7) Parse a CSV string into an array array str_getcsv ( string $input [, string $delimiter = "," [, string $enclosure = '"' [, string $escape = "\\" ]]] ) Parses a string input for fields in CSV format and returns an array containing the fields read. Parameters: input The string to parse. delimiter Set the fi

SolrInputDocument::addField

(PECL solr >= 0.9.2) Adds a field to the document public bool SolrInputDocument::addField ( string $fieldName, string $fieldValue [, float $fieldBoostValue = 0.0 ] ) For multi-value fields, if a valid boost value is specified, the specified value will be multiplied by the current boost value for this field. Parameters: fieldName The name of the field

SessionHandler::close

(PHP 5 >= 5.4.0, PHP 7) Close the session public bool SessionHandler::close ( void ) Closes the current session. This method is automatically executed internally by PHP when closing the session, or explicitly via session_write_close() (which first calls the SessionHandler::write()). This method wraps the internal PHP save handler defined in the session.save_handler ini setting that was set before this handler was activa

GearmanWorker::addFunction

(PECL gearman >= 0.5.0) Register and add callback function public bool GearmanWorker::addFunction ( string $function_name, callable $function [, mixed &$context [, int $timeout ]] ) Registers a function name with the job server and specifies a callback corresponding to that function. Optionally specify extra application context data to be used when the callback is called and a timeout. Parameters:

trader_cdl3starsinsouth

(PECL trader >= 0.2.0) Three Stars In The South array trader_cdl3starsinsouth ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

fscanf

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Parses input from a file according to a format mixed fscanf ( resource $handle, string $format [, mixed &$... ] ) The function fscanf() is similar to sscanf(), but it takes its input from a file associated with handle and interprets the input according to the specified format, which is described in the documentation for sprintf(). Any whitespace in the format string matches any whitesp