Yaf_Request_Abstract::setRequestUri

(Yaf >=2.1.0) The setRequestUri purpose public void Yaf_Request_Abstract::setRequestUri ( string $uir ) Parameters: uir Returns: This function is currently not documented; only its argument list is available.

token_get_all

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Split given source into PHP tokens array token_get_all ( string $source [, int $flags = 0 ] ) token_get_all() parses the given source string into PHP language tokens using the Zend engine's lexical scanner. For a list of parser tokens, see List of Parser Tokens, or use token_name() to translate a token value into its string representation. Parameters:

expect_popen

(PECL expect >= 0.1.0) Execute command via Bourne shell, and open the PTY stream to the process resource expect_popen ( string $command ) Execute command via Bourne shell, and open the PTY stream to the process. Parameters: command Command to execute. Returns: Returns an open PTY stream to the processes stdio, stdout, and stderr. On failure

fann_scale_input

(PECL fann >= 1.0.0) Scale data in input vector before feed it to ann based on previously calculated parameters bool fann_scale_input ( resource $ann, array $input_vector ) Scale data in input vector before feed it to ann based on previously calculated parameters. Parameters: ann Neural network resource. input_vector Input vector that

CairoContext::appendPath

(PECL cairo >= 0.1.0) Appends a path to current path public void CairoContext::appendPath ( CairoPath $path ) Object oriented style (method): Procedural style: void cairo_append_path ( CairoContext $context , CairoPath $path ) Appends the path onto the current path. The path may be either the return value from one of CairoContext::copyPath() or CairoContext::copyPathFlat(); if path is not a valid CairoPath instance a

date_default_timezone_get

(PHP 5 >= 5.1.0, PHP 7) Gets the default timezone used by all date/time functions in a script string date_default_timezone_get ( void ) In order of preference, this function returns the default timezone by: Reading the timezone set using the date_default_timezone_set() function (if any) Prior to PHP 5.4.0 only: Reading the TZ environment variable (if non empty) Reading the value of the date.timezone ini optio

DateTime::getOffset

(PHP 5 >= 5.2.0, PHP 7) Returns the timezone offset public int DateTime::getOffset ( void ) Object oriented style public int DateTimeImmutable::getOffset ( void ) public int DateTimeInterface::getOffset ( void ) Procedural style int date_offset_get ( DateTimeInterface $object ) Returns the timezone offset. Parameters: object Procedural style only: A DateTime object r

ReflectionFunctionAbstract::getReturnType

(PHP 7) Gets the specified return type of a function public ReflectionType ReflectionFunctionAbstract::getReturnType ( void ) Gets the specified return type of a reflected function. Returns: Returns a ReflectionType object if a return type is specified, NULL otherwise. Examples: ReflectionFunctionAbstract::getReturnType() example

ps_open_image_file

(PECL ps >= 1.1.0) Opens image from file int ps_open_image_file ( resource $psdoc, string $type, string $filename [, string $stringparam [, int $intparam = 0 ]] ) Loads an image for later use. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). type The type of the image. Possible values are png, jp

SolrInputDocument::merge

(PECL solr >= 0.9.2) Merges one input document into another public bool SolrInputDocument::merge ( SolrInputDocument $sourceDoc [, bool $overwrite = true ] ) Merges one input document into another. Parameters: sourceDoc The source document. overwrite If this is TRUE it will replace matching fields in the destination document.