posix_setuid

(PHP 4, PHP 5, PHP 7) Set the UID of the current process bool posix_setuid ( int $uid ) Set the real user ID of the current process. This is a privileged function that needs appropriate privileges (usually root) on the system to be able to perform this function. Parameters: uid The user id. Returns: Returns TRUE on success or FALSE on failure.

imageantialias

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Should antialias functions be used or not bool imageantialias ( resource $image, bool $enabled ) Activate the fast drawing antialiased methods for lines and wired polygons. It does not support alpha components. It works using a direct blend operation. It works only with truecolor images. Thickness and styled are not supported. Using antialiased primitives with transparent background colo

cubrid_insert_id

(PECL CUBRID >= 8.3.0) Return the ID generated for the last updated AUTO_INCREMENT column string cubrid_insert_id ([ resource $conn_identifier ] ) The cubrid_insert_id() function retrieves the ID generated for the AUTO_INCREMENT column which is updated by the previous INSERT query. It returns 0 if the previous query does not generate new rows, or FALSE on failure. Note: CUBRID supports AUTO_INCREMENT for more than one

bind_textdomain_codeset

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Specify the character encoding in which the messages from the DOMAIN message catalog will be returned string bind_textdomain_codeset ( string $domain, string $codeset ) With bind_textdomain_codeset(), you can set in which encoding will be messages from domain returned by gettext() and similar functions. Parameters: domain The domain

sort

(PHP 4, PHP 5, PHP 7) Sort an array bool sort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) This function sorts an array. Elements will be arranged from lowest to highest when this function has completed. Parameters: array The input array. sort_flags The optional second parameter sort_flags may be used to modify the sorting

ifx_error

(PHP 4, PHP <=5.2.0) Returns error code of last Informix call string ifx_error ([ resource $link_identifier ] ) Returns in a string one character describing the general results of a statement and both SQLSTATE and SQLCODE associated with the most recent SQL statement executed. Parameters: link_identifier The link identifier. Returns: The Infor

gregoriantojd

(PHP 4, PHP 5, PHP 7) Converts a Gregorian date to Julian Day Count int gregoriantojd ( int $month, int $day, int $year ) Valid Range for Gregorian Calendar 4714 B.C. to 9999 A.D. Although this function can handle dates all the way back to 4714 B.C., such use may not be meaningful. The Gregorian calendar was not instituted until October 15, 1582 (or October 5, 1582 in the Julian calendar). Some countries did not accept it u

Imagick::posterizeImage

(PECL imagick 2.0.0) Reduces the image to a limited number of color level bool Imagick::posterizeImage ( int $levels, bool $dither ) Reduces the image to a limited number of color level. Parameters: levels Reduces the image to a limited number of color level. dither Reduces the image to a limited number of color level.

CairoSurfacePattern::getFilter

(PECL cairo >= 0.1.0) The getFilter purpose public int CairoSurfacePattern::getFilter ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurfacePattern::getFilter() example

CairoContext::setOperator

(PECL cairo >= 0.1.0) The setOperator purpose public void CairoContext::setOperator ( string $setting ) Object oriented style (method): Procedural style: void cairo_set_operator ( CairoContext $context , string $setting ) Description here. Parameters: context Description... setting Description... Returns: