Yaf_Response_Abstract::setBody

(Yaf >=1.0.0) Set content to response public bool Yaf_Response_Abstract::setBody ( string $content [, string $key ] ) Set content to response Parameters: body content string key the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used Note: this parameter is i

mt_rand

(PHP 4, PHP 5, PHP 7) Generate a better random value int mt_rand ( void ) int mt_rand ( int $min , int $max ) Many random number generators of older libcs have dubious or unknown characteristics and are slow. By default, PHP uses the libc random number generator with the rand() function. The mt_rand() function is a drop-in replacement for this. It uses a random number generator with known characteristics using the » Mersenn

IteratorIterator::current

(PHP 5 >= 5.1.0, PHP 7) Get the current value public mixed IteratorIterator::current ( void ) Get the value of the current element. Returns: The value of the current element. See also: IteratorIterator::key() -

bcompiler_write_exe_footer

(PECL bcompiler >= 0.4) Writes the start pos, and sig to the end of a exe type file bool bcompiler_write_exe_footer ( resource $filehandle, int $startpos ) An EXE (or self executable) file consists of 3 parts: The stub (executable code, e.g. a compiled C program) that loads PHP interpreter, bcompiler extension, stored Bytecodes and initiates a call for the specified function (e.g. main) or class method (e.g. main::main)

Yaf_Request_Abstract::getBaseUri

(Yaf >=1.0.0) The getBaseUri purpose public void Yaf_Request_Abstract::getBaseUri ( void ) Returns: This function is currently not documented; only its argument list is available.

newt_form_add_components

(PECL newt >= 0.1) Add several components to the form void newt_form_add_components ( resource $form, array $components ) Adds several components to the form. Parameters: form Form to which components will be added components Array of components to add to the form Returns: No value is returned.

EventHttp::accept

(PECL event >= 1.2.6-beta) Makes an HTTP server accept connections on the specified socket stream or resource public bool EventHttp::accept ( mixed $socket ) Makes an HTTP server accept connections on the specified socket stream or resource. The socket should be ready to accept connections. Can be called multiple times to accept connections on different sockets. Note: To bind a socket, listen , and accept connecti

HaruImage::setColorMask

(PECL haru >= 0.0.1) Set the color mask of the image bool HaruImage::setColorMask ( int $rmin, int $rmax, int $gmin, int $gmax, int $bmin, int $bmax ) Defines the transparent color of the image using the RGB range values. The color within the range is displayed as a transparent color. The color space of the image must be RGB. Parameters: rmin The lower limit of red. Mu

rewind

(PHP 4, PHP 5, PHP 7) Rewind the position of a file pointer bool rewind ( resource $handle ) Sets the file position indicator for handle to the beginning of the file stream. Note: If you have opened the file in append ("a" or "a+") mode, any data you write to the file will always be appended, regardless of the file position. Parameters: handle The file pointer must b

ncurses_init_pair

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a color pair int ncurses_init_pair ( int $pair, int $fg, int $bg ) Defines or redefines the given color pair to have the given foreground and background colors. If the color pair was previously initialized, the screen is refreshed and all occurrences of it are changed to reflect the new definition. Color capabilities must be initialized using ncurses_st