ps_end_template

(PECL ps >= 1.2.0) End a template bool ps_end_template ( resource $psdoc ) Ends a template which was started with ps_begin_template(). Once a template has been ended, it can be used like an image. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.

sin

(PHP 4, PHP 5, PHP 7) Sine float sin ( float $arg ) sin() returns the sine of the arg parameter. The arg parameter is in radians. Parameters: arg A value in radians Returns: The sine of arg Examples: sin() example <?php // Precision depends on your precision directiv

mssql_field_length

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Get the length of a field int mssql_field_length ( resource $result [, int $offset = -1 ] ) Returns the length of field no. offset in result. Parameters: result The result resource that is being evaluated. This result comes from a call to mssql_query(). offset The field offset, starts at 0. If omi

HaruDoc::setPageMode

(PECL haru >= 0.0.1) Set how the document should be displayed bool HaruDoc::setPageMode ( int $mode ) Defines how the document should be displayed. Parameters: mode The following values are accepted: HaruDoc::PAGE_MODE_USE_NONE - display the document with neither outline nor thumbnail. HaruDoc::PAGE_MODE_USE_OUTLINE - display the document with outline pane. HaruD

snmp2_get

(PHP 5 >= 5.2.0, PHP 7) Fetch an SNMP object string snmp2_get ( string $host, string $community, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) The snmp2_get() function is used to read the value of an SNMP object specified by the object_id. Parameters: host The SNMP agent. community The read community.

imap_binary

(PHP 4, PHP 5, PHP 7) Convert an 8bit string to a base64 string string imap_binary ( string $string ) Convert an 8bit string to a base64 string according to » RFC2045, Section 6.8. Parameters: string The 8bit string Returns: Returns a base64 encoded string. See also:

eio_init

(PECL eio = 1.0.0) (Re-)initialize Eio void eio_init ( void ) eio_init() (re-)initializes Eio. It allocates memory for internal structures of libeio and Eio itself. You may call eio_init() before using Eio functions. Otherwise it will be called internally first time you invoke an Eio function in a process. Returns: No value is returned. This deprecated featur

ImagickDraw::pathMoveToAbsolute

(PECL imagick 2.0.0) Starts a new sub-path bool ImagickDraw::pathMoveToAbsolute ( float $x, float $y ) Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate. Parameters: x x coordinate of the starting point y y coordinate of the starting point

trader_set_compat

(PECL trader >= 0.2.2) Set compatibility mode void trader_set_compat ( integer $compatId ) Set compatibility mode which will affect the way calculations are done by all the extension functions. Parameters: compatId Compatibility Id. TRADER_COMPATIBILITY_* series of constants should be used. Returns: No value is returned.

mysqli_stmt::send_long_data

(PHP 5, PHP 7) Send data in blocks bool mysqli_stmt::send_long_data ( int $param_nr, string $data ) Object oriented style Procedural style bool mysqli_stmt_send_long_data ( mysqli_stmt $stmt , int $param_nr , string $data ) Allows to send parameter data to the server in pieces (or chunks), e.g. if the size of a blob exceeds the size of max_allowed_packet. This function can be called multiple times to send the parts of a cha