CairoContext::getMatrix

(PECL cairo >= 0.1.0) The getMatrix purpose public void CairoContext::getMatrix ( void ) Object oriented style (method): Procedural style: void cairo_get_matrix ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented;

IntlTimeZone::createDefault

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a new copy of the default timezone for this host public static IntlTimeZone IntlTimeZone::createDefault ( void ) Returns: This function is currently not documented; only its argument list is available.

msession_find

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Find all sessions with name and value array msession_find ( string $name, string $value ) This function is currently not documented; only its argument list is available.

MongoId::getInc

(PECL mongo >= 1.0.11) Gets the incremented value to create this id public int MongoId::getInc ( void ) Returns: Returns the incremented value used to create this MongoId.

SWFVideoStream::__construct

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN) Returns a SWFVideoStream object SWFVideoStream::__construct ([ string $file ] ) This function is currently not documented; only its argument list is available.

date_get_last_errors

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::getLastErrors() This function is an alias of: DateTime::getLastErrors()

GmagickDraw::getstrokecolor

(PECL gmagick >= Unknown) Returns the color used for stroking object outlines public void GmagickDraw::getstrokecolor ( void ) Returns the color used for stroking object outlines. Returns: Returns an GmagickPixel object which describes the color

IntlChar::isJavaIDStart

(PHP 7) Check if code point is permissible as the first character in a Java identifier public static bool IntlChar::isJavaIDStart ( mixed $codepoint ) Determines if the specified character is permissible as the start of a Java identifier. In addition to IntlChar::isIDStart(), TRUE for characters with general categories "Sc" (currency symbols) and "Pc" (connecting punctuation). Parameters:

ibase_blob_add

(PHP 5, PHP 7) Add data into a newly created blob void ibase_blob_add ( resource $blob_handle, string $data ) ibase_blob_add() adds data into a blob created with ibase_blob_create(). Parameters: blob_handle A blob handle opened with ibase_blob_create(). data The data to be added. Returns: No value is returned.

GmagickDraw::getfontweight

(PECL gmagick >= Unknown) Returns the font weight public int GmagickDraw::getfontweight ( void ) Returns the font weight used when annotating with text. Returns: Returns an int on success and 0 if no weight is set.