libxml_disable_entity_loader

(PHP 5 >= 5.2.11, PHP 7) Disable the ability to load external entities bool libxml_disable_entity_loader ([ bool $disable = true ] ) Disable/enable the ability to load external entities. Parameters: disable Disable (TRUE) or enable (FALSE) libxml extensions (such as DOM, XMLWriter and XMLReader) to load external entities. Returns: Returns the

DateTime::setTimezone

(PHP 5 >= 5.2.0, PHP 7) Sets the time zone for the DateTime object public DateTime DateTime::setTimezone ( DateTimeZone $timezone ) Object oriented style Procedural style DateTime date_timezone_set ( DateTime $object , DateTimeZone $timezone ) Sets a new timezone for a DateTime object. Parameters: object Procedural style only: A DateTime object returned by date_create(

Imagick::randomThresholdImage

(PECL imagick 2.0.0) Creates a high-contrast, two-color image bool Imagick::randomThresholdImage ( float $low, float $high [, int $channel = Imagick::CHANNEL_ALL ] ) Changes the value of individual pixels based on the intensity of each pixel compared to threshold. The result is a high-contrast, two color image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.

mssql_field_seek

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Seeks to the specified field offset bool mssql_field_seek ( resource $result, int $field_offset ) Seeks to the specified field offset. If the next call to mssql_fetch_field() won't include a field offset, this field would be returned. Parameters: result The result resource that is being evaluated. This result comes from a call to mss

SWFTextField::setMargins

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the margins width of the text field void SWFTextField::setMargins ( float $left, float $right ) swftextfield::setmargins() set both margins at once, for the man on the go. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change witho

SDO_DAS_ChangeSummary::endLogging

(^) End change logging void SDO_DAS_ChangeSummary::endLogging ( void ) End logging changes made to an SDO_DataObject. Returns: None. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

password_get_info

(PHP 5 >= 5.5.0, PHP 7) Returns information about the given hash array password_get_info ( string $hash ) When passed in a valid hash created by an algorithm supported by password_hash(), this function will return an array of information about that hash. Parameters: hash A hash created by password_hash(). Returns: Returns an associative array

ps_lineto

(PECL ps >= 1.1.0) Draws a line bool ps_lineto ( resource $psdoc, float $x, float $y ) Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto() to set the starting point of the line. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). x x-coordinate of

date_create_immutable_from_format

(PHP 5 >= 5.5.0, PHP 7) Alias of DateTimeImmutable::createFromFormat() This function is an alias of: DateTimeImmutable::createFromFormat()

PDF_setgray

(PHP 4, PECL pdflib >= 1.0.0) Set color to gray [deprecated] bool PDF_setgray ( resource $p, float $g ) Sets the current fill and stroke color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.