Function and Method listing Part1
He Manual
- a
- abs - Absolute value
- acos - Arc cosine
- acosh - Inverse hyperbolic cosine
- addcslashes - Quote string with slashes in a C style
- addslashes - Quote string with slashes
- apache_child_terminate - Terminate apache process after this request
- apache_getenv - Get an Apache subprocess_env variable
- apache_get_modules - Get a list of loaded Apache modules
- apache_get_version - Fetch Apache version
- apache_lookup_uri - Perform a partial request for the specified URI and return all info about it
- apache_note - Get and set apache request notes
- apache_request_headers - Fetch all HTTP request headers
- apache_reset_timeout - Reset the Apache write timer
- apache_response_headers - Fetch all HTTP response headers
- apache_setenv - Set an Apache subprocess_env variable
- APCIterator::current - Get current item
- APCIterator::getTotalCount - Get total count
- APCIterator::getTotalHits - Get total cache hits
- APCIterator::getTotalSize - Get total cache size
- APCIterator::key - Get iterator key
- APCIterator::next - Move pointer to next item
- APCIterator::rewind - Rewinds iterator
- APCIterator::valid - Checks if current position is valid
- APCIterator::__construct - Constructs an APCIterator iterator object
- apc_add - Cache a new variable in the data store
- apc_bin_dump - Get a binary dump of the given files and user variables
- apc_bin_dumpfile - Output a binary dump of cached files and user variables to a file
- apc_bin_load - Load a binary dump into the APC file/user cache
- apc_bin_loadfile - Load a binary dump from a file into the APC file/user cache
- apc_cache_info - Retrieves cached information from APC's data store
- apc_cas - Updates an old value with a new value
- apc_clear_cache - Clears the APC cache
- apc_compile_file - Stores a file in the bytecode cache, bypassing all filters.
- apc_dec - Decrease a stored number
- apc_define_constants - Defines a set of constants for retrieval and mass-definition
- apc_delete - Removes a stored variable from the cache
- apc_delete_file - Deletes files from the opcode cache
- apc_exists - Checks if APC key exists
- apc_fetch - Fetch a stored variable from the cache
- apc_inc - Increase a stored number
- apc_load_constants - Loads a set of constants from the cache
- apc_sma_info - Retrieves APC's Shared Memory Allocation information
- apc_store - Cache a variable in the data store
- apd_breakpoint - Stops the interpreter and waits on a CR from the socket
- apd_callstack - Returns the current call stack as an array
- apd_clunk - Throw a warning and a callstack
- apd_continue - Restarts the interpreter
- apd_croak - Throw an error, a callstack and then exit
- apd_dump_function_table - Outputs the current function table
- apd_dump_persistent_resources - Return all persistent resources as an array
- apd_dump_regular_resources - Return all current regular resources as an array
- apd_echo - Echo to the debugging socket
- apd_get_active_symbols - Get an array of the current variables names in the local scope
- apd_set_pprof_trace - Starts the session debugging
- apd_set_session - Changes or sets the current debugging level
- apd_set_session_trace - Starts the session debugging
- apd_set_session_trace_socket - Starts the remote session debugging
- AppendIterator::append - Appends an iterator
- AppendIterator::current - Gets the current value
- AppendIterator::getArrayIterator - Gets the ArrayIterator
- AppendIterator::getInnerIterator - Gets the inner iterator
- AppendIterator::getIteratorIndex - Gets an index of iterators
- AppendIterator::key - Gets the current key
- AppendIterator::next - Moves to the next element
- AppendIterator::rewind - Rewinds the Iterator
- AppendIterator::valid - Checks validity of the current element
- AppendIterator::__construct - Constructs an AppendIterator
- array - Create an array
- ArrayAccess::offsetExists - Whether an offset exists
- ArrayAccess::offsetGet - Offset to retrieve
- ArrayAccess::offsetSet - Offset to set
- ArrayAccess::offsetUnset - Offset to unset
- ArrayIterator::append - Append an element
- ArrayIterator::asort - Sort array by values
- ArrayIterator::count - Count elements
- ArrayIterator::current - Return current array entry
- ArrayIterator::getArrayCopy - Get array copy
- ArrayIterator::getFlags - Get flags
- ArrayIterator::key - Return current array key
- ArrayIterator::ksort - Sort array by keys
- ArrayIterator::natcasesort - Sort an array naturally, case insensitive
- ArrayIterator::natsort - Sort an array naturally
- ArrayIterator::next - Move to next entry
- ArrayIterator::offsetExists - Check if offset exists
- ArrayIterator::offsetGet - Get value for an offset
- ArrayIterator::offsetSet - Set value for an offset
- ArrayIterator::offsetUnset - Unset value for an offset
- ArrayIterator::rewind - Rewind array back to the start
- ArrayIterator::seek - Seek to position
- ArrayIterator::serialize - Serialize
- ArrayIterator::setFlags - Set behaviour flags
- ArrayIterator::uasort - User defined sort
- ArrayIterator::uksort - User defined sort
- ArrayIterator::unserialize - Unserialize
- ArrayIterator::valid - Check whether array contains more entries
- ArrayIterator::__construct - Construct an ArrayIterator
- ArrayObject::append - Appends the value
- ArrayObject::asort - Sort the entries by value
- ArrayObject::count - Get the number of public properties in the ArrayObject
- ArrayObject::exchangeArray - Exchange the array for another one.
- ArrayObject::getArrayCopy - Creates a copy of the ArrayObject.
- ArrayObject::getFlags - Gets the behavior flags.
- ArrayObject::getIterator - Create a new iterator from an ArrayObject instance
- ArrayObject::getIteratorClass - Gets the iterator classname for the ArrayObject.
- ArrayObject::ksort - Sort the entries by key
- ArrayObject::natcasesort - Sort an array using a case insensitive "natural order" algorithm
- ArrayObject::natsort - Sort entries using a "natural order" algorithm
- ArrayObject::offsetExists - Returns whether the requested index exists
- ArrayObject::offsetGet - Returns the value at the specified index
- ArrayObject::offsetSet - Sets the value at the specified index to newval
- ArrayObject::offsetUnset - Unsets the value at the specified index
- ArrayObject::serialize - Serialize an ArrayObject
- ArrayObject::setFlags - Sets the behavior flags.
- ArrayObject::setIteratorClass - Sets the iterator classname for the ArrayObject.
- ArrayObject::uasort - Sort the entries with a user-defined comparison function and maintain key association
- ArrayObject::uksort - Sort the entries by keys using a user-defined comparison function
- ArrayObject::unserialize - Unserialize an ArrayObject
- ArrayObject::__construct - Construct a new array object
- array_change_key_case - Changes the case of all keys in an array
- array_chunk - Split an array into chunks
- array_column - Return the values from a single column in the input array
- array_combine - Creates an array by using one array for keys and another for its values
- array_count_values - Counts all the values of an array
- array_diff - Computes the difference of arrays
- array_diff_assoc - Computes the difference of arrays with additional index check
- array_diff_key - Computes the difference of arrays using keys for comparison
- array_diff_uassoc - Computes the difference of arrays with additional index check which is performed by a user supplied callback function
- array_diff_ukey - Computes the difference of arrays using a callback function on the keys for comparison
- array_fill - Fill an array with values
- array_fill_keys - Fill an array with values, specifying keys
- array_filter - Filters elements of an array using a callback function
- array_flip - Exchanges all keys with their associated values in an array
- array_intersect - Computes the intersection of arrays
- array_intersect_assoc - Computes the intersection of arrays with additional index check
- array_intersect_key - Computes the intersection of arrays using keys for comparison
- array_intersect_uassoc - Computes the intersection of arrays with additional index check, compares indexes by a callback function
- array_intersect_ukey - Computes the intersection of arrays using a callback function on the keys for comparison
- array_keys - Return all the keys or a subset of the keys of an array
- array_key_exists - Checks if the given key or index exists in the array
- array_map - Applies the callback to the elements of the given arrays
- array_merge - Merge one or more arrays
- array_merge_recursive - Merge two or more arrays recursively
- array_multisort - Sort multiple or multi-dimensional arrays
- array_pad - Pad array to the specified length with a value
- array_pop - Pop the element off the end of array
- array_product - Calculate the product of values in an array
- array_push - Push one or more elements onto the end of array
- array_rand - Pick one or more random entries out of an array
- array_reduce - Iteratively reduce the array to a single value using a callback function
- array_replace - Replaces elements from passed arrays into the first array
- array_replace_recursive - Replaces elements from passed arrays into the first array recursively
- array_reverse - Return an array with elements in reverse order
- array_search - Searches the array for a given value and returns the corresponding key if successful
- array_shift - Shift an element off the beginning of array
- array_slice - Extract a slice of the array
- array_splice - Remove a portion of the array and replace it with something else
- array_sum - Calculate the sum of values in an array
- array_udiff - Computes the difference of arrays by using a callback function for data comparison
- array_udiff_assoc - Computes the difference of arrays with additional index check, compares data by a callback function
- array_udiff_uassoc - Computes the difference of arrays with additional index check, compares data and indexes by a callback function
- array_uintersect - Computes the intersection of arrays, compares data by a callback function
- array_uintersect_assoc - Computes the intersection of arrays with additional index check, compares data by a callback function
- array_uintersect_uassoc - Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions
- array_unique - Removes duplicate values from an array
- array_unshift - Prepend one or more elements to the beginning of an array
- array_values - Return all the values of an array
- array_walk - Apply a user supplied function to every member of an array
- array_walk_recursive - Apply a user function recursively to every member of an array
- arsort - Sort an array in reverse order and maintain index association
- asin - Arc sine
- asinh - Inverse hyperbolic sine
- asort - Sort an array and maintain index association
- assert - Checks if assertion is FALSE
- assert_options - Set/get the various assert flags
- atan - Arc tangent
- atan2 - Arc tangent of two variables
- atanh - Inverse hyperbolic tangent
- b
- base64_decode - Decodes data encoded with MIME base64
- base64_encode - Encodes data with MIME base64
- basename - Returns trailing name component of path
- base_convert - Convert a number between arbitrary bases
- bbcode_add_element - Adds a bbcode element
- bbcode_add_smiley - Adds a smiley to the parser
- bbcode_create - Create a BBCode Resource
- bbcode_destroy - Close BBCode_container resource
- bbcode_parse - Parse a string following a given rule set
- bbcode_set_arg_parser - Attach another parser in order to use another rule set for argument parsing
- bbcode_set_flags - Set or alter parser options
- bcadd - Add two arbitrary precision numbers
- bccomp - Compare two arbitrary precision numbers
- bcdiv - Divide two arbitrary precision numbers
- bcmod - Get modulus of an arbitrary precision number
- bcmul - Multiply two arbitrary precision numbers
- bcompiler_load - Reads and creates classes from a bz compressed file
- bcompiler_load_exe - Reads and creates classes from a bcompiler exe file
- bcompiler_parse_class - Reads the bytecodes of a class and calls back to a user function
- bcompiler_read - Reads and creates classes from a filehandle
- bcompiler_write_class - Writes a defined class as bytecodes
- bcompiler_write_constant - Writes a defined constant as bytecodes
- bcompiler_write_exe_footer - Writes the start pos, and sig to the end of a exe type file
- bcompiler_write_file - Writes a php source file as bytecodes
- bcompiler_write_footer - Writes the single character \x00 to indicate End of compiled data
- bcompiler_write_function - Writes a defined function as bytecodes
- bcompiler_write_functions_from_file - Writes all functions defined in a file as bytecodes
- bcompiler_write_header - Writes the bcompiler header
- bcompiler_write_included_filename - Writes an included file as bytecodes
- bcpow - Raise an arbitrary precision number to another
- bcpowmod - Raise an arbitrary precision number to another, reduced by a specified modulus
- bcscale - Set default scale parameter for all bc math functions
- bcsqrt - Get the square root of an arbitrary precision number
- bcsub - Subtract one arbitrary precision number from another
- bin2hex - Convert binary data into hexadecimal representation
- bindec - Binary to decimal
- bindtextdomain - Sets the path for a domain
- bind_textdomain_codeset - Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
- blenc_encrypt - Encrypt a PHP script with BLENC.
- boolval - Get the boolean value of a variable
- bson_decode - Deserializes a BSON object into a PHP array
- bson_encode - Serializes a PHP variable into a BSON string
- bzclose - Close a bzip2 file
- bzcompress - Compress a string into bzip2 encoded data
- bzdecompress - Decompresses bzip2 encoded data
- bzerrno - Returns a bzip2 error number
- bzerror - Returns the bzip2 error number and error string in an array
- bzerrstr - Returns a bzip2 error string
- bzflush - Force a write of all buffered data
- bzopen - Opens a bzip2 compressed file
- bzread - Binary safe bzip2 file read
- bzwrite - Binary safe bzip2 file write
- c
- CachingIterator::count - The number of elements in the iterator
- CachingIterator::current - Return the current element
- CachingIterator::getCache - Retrieve the contents of the cache
- CachingIterator::getFlags - Get flags used
- CachingIterator::getInnerIterator - Returns the inner iterator
- CachingIterator::hasNext - Check whether the inner iterator has a valid next element
- CachingIterator::key - Return the key for the current element
- CachingIterator::next - Move the iterator forward
- CachingIterator::offsetExists - The offsetExists purpose
- CachingIterator::offsetGet - The offsetGet purpose
- CachingIterator::offsetSet - The offsetSet purpose
- CachingIterator::offsetUnset - The offsetUnset purpose
- CachingIterator::rewind - Rewind the iterator
- CachingIterator::setFlags - The setFlags purpose
- CachingIterator::valid - Check whether the current element is valid
- CachingIterator::__construct - Construct a new CachingIterator object for the iterator.
- CachingIterator::__toString - Return the string representation of the current element
- Cairo::availableFonts - Retrieves the availables font types
- Cairo::availableSurfaces - Retrieves all available surfaces
- Cairo::statusToString - Retrieves the current status as string
- Cairo::version - Retrives cairo's library version
- Cairo::versionString - Retrieves cairo version as string
- CairoContext::appendPath - Appends a path to current path
- CairoContext::arc - Adds a circular arc
- CairoContext::arcNegative - Adds a negative arc
- CairoContext::clip - Establishes a new clip region
- CairoContext::clipExtents - Computes the area inside the current clip
- CairoContext::clipPreserve - Establishes a new clip region from the current clip
- CairoContext::clipRectangleList - Retrieves the current clip as a list of rectangles
- CairoContext::closePath - Closes the current path
- CairoContext::copyPage - Emits the current page
- CairoContext::copyPath - Creates a copy of the current path
- CairoContext::copyPathFlat - Gets a flattened copy of the current path
- CairoContext::curveTo - Adds a curve
- CairoContext::deviceToUser - Transform a coordinate
- CairoContext::deviceToUserDistance - Transform a distance
- CairoContext::fill - Fills the current path
- CairoContext::fillExtents - Computes the filled area
- CairoContext::fillPreserve - Fills and preserve the current path
- CairoContext::fontExtents - Get the font extents
- CairoContext::getAntialias - Retrives the current antialias mode
- CairoContext::getCurrentPoint - The getCurrentPoint purpose
- CairoContext::getDash - The getDash purpose
- CairoContext::getDashCount - The getDashCount purpose
- CairoContext::getFillRule - The getFillRule purpose
- CairoContext::getFontFace - The getFontFace purpose
- CairoContext::getFontMatrix - The getFontMatrix purpose
- CairoContext::getFontOptions - The getFontOptions purpose
- CairoContext::getGroupTarget - The getGroupTarget purpose
- CairoContext::getLineCap - The getLineCap purpose
- CairoContext::getLineJoin - The getLineJoin purpose
- CairoContext::getLineWidth - The getLineWidth purpose
- CairoContext::getMatrix - The getMatrix purpose
- CairoContext::getMiterLimit - The getMiterLimit purpose
- CairoContext::getOperator - The getOperator purpose
- CairoContext::getScaledFont - The getScaledFont purpose
- CairoContext::getSource - The getSource purpose
- CairoContext::getTarget - The getTarget purpose
- CairoContext::getTolerance - The getTolerance purpose
- CairoContext::glyphPath - The glyphPath purpose
- CairoContext::hasCurrentPoint - The hasCurrentPoint purpose
- CairoContext::identityMatrix - The identityMatrix purpose
- CairoContext::inFill - The inFill purpose
- CairoContext::inStroke - The inStroke purpose
- CairoContext::lineTo - The lineTo purpose
- CairoContext::mask - The mask purpose
- CairoContext::maskSurface - The maskSurface purpose
- CairoContext::moveTo - The moveTo purpose
- CairoContext::newPath - The newPath purpose
- CairoContext::newSubPath - The newSubPath purpose
- CairoContext::paint - The paint purpose
- CairoContext::paintWithAlpha - The paintWithAlpha purpose
- CairoContext::pathExtents - The pathExtents purpose
- CairoContext::popGroup - The popGroup purpose
- CairoContext::popGroupToSource - The popGroupToSource purpose
- CairoContext::pushGroup - The pushGroup purpose
- CairoContext::pushGroupWithContent - The pushGroupWithContent purpose
- CairoContext::rectangle - The rectangle purpose
- CairoContext::relCurveTo - The relCurveTo purpose
- CairoContext::relLineTo - The relLineTo purpose
- CairoContext::relMoveTo - The relMoveTo purpose
- CairoContext::resetClip - The resetClip purpose
- CairoContext::restore - The restore purpose
- CairoContext::rotate - The rotate purpose
- CairoContext::save - The save purpose
- CairoContext::scale - The scale purpose
- CairoContext::selectFontFace - The selectFontFace purpose
- CairoContext::setAntialias - The setAntialias purpose
- CairoContext::setDash - The setDash purpose
- CairoContext::setFillRule - The setFillRule purpose
- CairoContext::setFontFace - The setFontFace purpose
- CairoContext::setFontMatrix - The setFontMatrix purpose
- CairoContext::setFontOptions - The setFontOptions purpose
- CairoContext::setFontSize - The setFontSize purpose
- CairoContext::setLineCap - The setLineCap purpose
- CairoContext::setLineJoin - The setLineJoin purpose
- CairoContext::setLineWidth - The setLineWidth purpose
- CairoContext::setMatrix - The setMatrix purpose
- CairoContext::setMiterLimit - The setMiterLimit purpose
- CairoContext::setOperator - The setOperator purpose
- CairoContext::setScaledFont - The setScaledFont purpose
- CairoContext::setSource - The setSource purpose
- CairoContext::setSourceRGB - The setSourceRGB purpose
- CairoContext::setSourceRGBA - The setSourceRGBA purpose
- CairoContext::setSourceSurface - The setSourceSurface purpose
- CairoContext::setTolerance - The setTolerance purpose
- CairoContext::showPage - The showPage purpose
- CairoContext::showText - The showText purpose
- CairoContext::status - The status purpose
- CairoContext::stroke - The stroke purpose
- CairoContext::strokeExtents - The strokeExtents purpose
- CairoContext::strokePreserve - The strokePreserve purpose
- CairoContext::textExtents - The textExtents purpose
- CairoContext::textPath - The textPath purpose
- CairoContext::transform - The transform purpose
- CairoContext::translate - The translate purpose
- CairoContext::userToDevice - The userToDevice purpose
- CairoContext::userToDeviceDistance - The userToDeviceDistance purpose
- CairoContext::__construct - Creates a new CairoContext
- CairoFontFace::getType - Retrieves the font face type
- CairoFontFace::status - Check for CairoFontFace errors
- CairoFontFace::__construct - Creates a new CairoFontFace object
- CairoFontOptions::equal - The equal purpose
- CairoFontOptions::getAntialias - The getAntialias purpose
- CairoFontOptions::getHintMetrics - The getHintMetrics purpose
- CairoFontOptions::getHintStyle - The getHintStyle purpose
- CairoFontOptions::getSubpixelOrder - The getSubpixelOrder purpose
- CairoFontOptions::hash - The hash purpose
- CairoFontOptions::merge - The merge purpose
- CairoFontOptions::setAntialias - The setAntialias purpose
- CairoFontOptions::setHintMetrics - The setHintMetrics purpose
- CairoFontOptions::setHintStyle - The setHintStyle purpose
- CairoFontOptions::setSubpixelOrder - The setSubpixelOrder purpose
- CairoFontOptions::status - The status purpose
- CairoFontOptions::__construct - The __construct purpose
- CairoFormat::strideForWidth - Provides an appropiate stride to use
- CairoGradientPattern::addColorStopRgb - The addColorStopRgb purpose
- CairoGradientPattern::addColorStopRgba - The addColorStopRgba purpose
- CairoGradientPattern::getColorStopCount - The getColorStopCount purpose
- CairoGradientPattern::getColorStopRgba - The getColorStopRgba purpose
- CairoGradientPattern::getExtend - The getExtend purpose
- CairoGradientPattern::setExtend - The setExtend purpose
- CairoImageSurface::createForData - The createForData purpose
- CairoImageSurface::createFromPng - Creates a new CairoImageSurface form a png image file
- CairoImageSurface::getData - Gets the image data as string
- CairoImageSurface::getFormat - Get the image format
- CairoImageSurface::getHeight - Retrieves the height of the CairoImageSurface
- CairoImageSurface::getStride - The getStride purpose
- CairoImageSurface::getWidth - Retrieves the width of the CairoImageSurface
- CairoImageSurface::__construct - Creates a new CairoImageSurface
- CairoLinearGradient::getPoints - The getPoints purpose
- CairoLinearGradient::__construct - The __construct purpose
- CairoMatrix::initIdentity - Creates a new identity matrix
- CairoMatrix::initRotate - Creates a new rotated matrix
- CairoMatrix::initScale - Creates a new scaling matrix
- CairoMatrix::initTranslate - Creates a new translation matrix
- CairoMatrix::invert - The invert purpose
- CairoMatrix::multiply - The multiply purpose
- CairoMatrix::rotate - The rotate purpose
- CairoMatrix::scale - Applies scaling to a matrix
- CairoMatrix::transformDistance - The transformDistance purpose
- CairoMatrix::transformPoint - The transformPoint purpose
- CairoMatrix::translate - The translate purpose
- CairoMatrix::__construct - Creates a new CairoMatrix object
- CairoPattern::getMatrix - The getMatrix purpose
- CairoPattern::getType - The getType purpose
- CairoPattern::setMatrix - The setMatrix purpose
- CairoPattern::status - The status purpose
- CairoPattern::__construct - The __construct purpose
- CairoPdfSurface::setSize - The setSize purpose
- CairoPdfSurface::__construct - The __construct purpose
- CairoPsSurface::dscBeginPageSetup - The dscBeginPageSetup purpose
- CairoPsSurface::dscBeginSetup - The dscBeginSetup purpose
- CairoPsSurface::dscComment - The dscComment purpose
- CairoPsSurface::getEps - The getEps purpose
- CairoPsSurface::getLevels - The getLevels purpose
- CairoPsSurface::levelToString - The levelToString purpose
- CairoPsSurface::restrictToLevel - The restrictToLevel purpose
- CairoPsSurface::setEps - The setEps purpose
- CairoPsSurface::setSize - The setSize purpose
- CairoPsSurface::__construct - The __construct purpose
- CairoRadialGradient::getCircles - The getCircles purpose
- CairoRadialGradient::__construct - The __construct purpose
- CairoScaledFont::extents - The extents purpose
- CairoScaledFont::getCtm - The getCtm purpose
- CairoScaledFont::getFontFace - The getFontFace purpose
- CairoScaledFont::getFontMatrix - The getFontMatrix purpose
- CairoScaledFont::getFontOptions - The getFontOptions purpose
- CairoScaledFont::getScaleMatrix - The getScaleMatrix purpose
- CairoScaledFont::getType - The getType purpose
- CairoScaledFont::glyphExtents - The glyphExtents purpose
- CairoScaledFont::status - The status purpose
- CairoScaledFont::textExtents - The textExtents purpose
- CairoScaledFont::__construct - The __construct purpose
- CairoSolidPattern::getRgba - The getRgba purpose
- CairoSolidPattern::__construct - The __construct purpose
- CairoSurface::copyPage - The copyPage purpose
- CairoSurface::createSimilar - The createSimilar purpose
- CairoSurface::finish - The finish purpose
- CairoSurface::flush - The flush purpose
- CairoSurface::getContent - The getContent purpose
- CairoSurface::getDeviceOffset - The getDeviceOffset purpose
- CairoSurface::getFontOptions - The getFontOptions purpose
- CairoSurface::getType - The getType purpose
- CairoSurface::markDirty - The markDirty purpose
- CairoSurface::markDirtyRectangle - The markDirtyRectangle purpose
- CairoSurface::setDeviceOffset - The setDeviceOffset purpose
- CairoSurface::setFallbackResolution - The setFallbackResolution purpose
- CairoSurface::showPage - The showPage purpose
- CairoSurface::status - The status purpose
- CairoSurface::writeToPng - The writeToPng purpose
- CairoSurface::__construct - The __construct purpose
- CairoSurfacePattern::getExtend - The getExtend purpose
- CairoSurfacePattern::getFilter - The getFilter purpose
- CairoSurfacePattern::getSurface - The getSurface purpose
- CairoSurfacePattern::setExtend - The setExtend purpose
- CairoSurfacePattern::setFilter - The setFilter purpose
- CairoSurfacePattern::__construct - The __construct purpose
- CairoSvgSurface::getVersions - Used to retrieve a list of supported SVG versions
- CairoSvgSurface::restrictToVersion - The restrictToVersion purpose
- CairoSvgSurface::versionToString - The versionToString purpose
- CairoSvgSurface::__construct - The __construct purpose
- cairo_create - Returns a new CairoContext object on the requested surface.
- cairo_font_face_get_type - Description
- cairo_font_options_create - Description
- cairo_font_options_equal - Description
- cairo_font_options_get_antialias - Description
- cairo_font_options_get_hint_metrics - Description
- cairo_font_options_get_hint_style - Description
- cairo_font_options_get_subpixel_order - Description
- cairo_font_options_hash - Description
- cairo_font_options_merge - Description
- cairo_font_options_set_antialias - Description
- cairo_font_options_set_hint_metrics - Description
- cairo_font_options_set_hint_style - Description
- cairo_font_options_set_subpixel_order - Description
- cairo_font_options_status - Description
- cairo_format_stride_for_width - Description
- cairo_image_surface_create - Description
- cairo_image_surface_create_for_data - Description
- cairo_image_surface_create_from_png - Description
- cairo_image_surface_get_data - Description
- cairo_image_surface_get_format - Description
- cairo_image_surface_get_height - Description
- cairo_image_surface_get_stride - Description
- cairo_image_surface_get_width - Description
- cairo_matrix_create_translate - Alias of CairoMatrix::initTranslate
- cairo_matrix_invert - Description
- cairo_matrix_multiply - Description
- cairo_matrix_rotate - Description
- cairo_matrix_transform_distance - Description
- cairo_matrix_transform_point - Description
- cairo_matrix_translate - Description
- cairo_pattern_add_color_stop_rgb - Description
- cairo_pattern_add_color_stop_rgba - Description
- cairo_pattern_create_for_surface - Description
- cairo_pattern_create_linear - Description
- cairo_pattern_create_radial - Description
- cairo_pattern_create_rgb - Description
- cairo_pattern_create_rgba - Description
- cairo_pattern_get_color_stop_count - Description
- cairo_pattern_get_color_stop_rgba - Description
- cairo_pattern_get_extend - Description
- cairo_pattern_get_filter - Description
- cairo_pattern_get_linear_points - Description
- cairo_pattern_get_matrix - Description
- cairo_pattern_get_radial_circles - Description
- cairo_pattern_get_rgba - Description
- cairo_pattern_get_surface - Description
- cairo_pattern_get_type - Description
- cairo_pattern_set_extend - Description
- cairo_pattern_set_filter - Description
- cairo_pattern_set_matrix - Description
- cairo_pattern_status - Description
- cairo_pdf_surface_create - Description
- cairo_pdf_surface_set_size - Description
- cairo_ps_get_levels - Description
- cairo_ps_level_to_string - Description
- cairo_ps_surface_create - Description
- cairo_ps_surface_dsc_begin_page_setup - Description
- cairo_ps_surface_dsc_begin_setup - Description
- cairo_ps_surface_dsc_comment - Description
- cairo_ps_surface_get_eps - Description
- cairo_ps_surface_restrict_to_level - Description
- cairo_ps_surface_set_eps - Description
- cairo_ps_surface_set_size - Description
- cairo_scaled_font_create - Description
- cairo_scaled_font_extents - Description
- cairo_scaled_font_get_ctm - Description
- cairo_scaled_font_get_font_face - Description
- cairo_scaled_font_get_font_matrix - Description
- cairo_scaled_font_get_font_options - Description
- cairo_scaled_font_get_scale_matrix - Description
- cairo_scaled_font_get_type - Description
- cairo_scaled_font_glyph_extents - Description
- cairo_scaled_font_status - Description
- cairo_scaled_font_text_extents - Description
- cairo_surface_copy_page - Description
- cairo_surface_create_similar - Description
- cairo_surface_finish - Description
- cairo_surface_flush - Description
- cairo_surface_get_content - Description
- cairo_surface_get_device_offset - Description
- cairo_surface_get_font_options - Description
- cairo_surface_get_type - Description
- cairo_surface_mark_dirty - Description
- cairo_surface_mark_dirty_rectangle - Description
- cairo_surface_set_device_offset - Description
- cairo_surface_set_fallback_resolution - Description
- cairo_surface_show_page - Description
- cairo_surface_status - Description
- cairo_surface_write_to_png - Description
- cairo_svg_surface_create - Description
- cairo_svg_surface_restrict_to_version - Description
- cairo_svg_version_to_string - Description
- calculhmac - Obtain a hmac key (needs 2 arguments)
- calcul_hmac - Obtain a hmac key (needs 8 arguments)
- CallbackFilterIterator::accept - Calls the callback with the current value, the current key and the inner iterator as arguments
- CallbackFilterIterator::__construct - Create a filtered iterator from another iterator
- call_user_func - Call the callback given by the first parameter
- call_user_func_array - Call a callback with an array of parameters
- call_user_method - Call a user method on an specific object [deprecated]
- call_user_method_array - Call a user method given with an array of parameters [deprecated]
- cal_days_in_month - Return the number of days in a month for a given year and calendar
- cal_from_jd - Converts from Julian Day Count to a supported calendar
- cal_info - Returns information about a particular calendar
- cal_to_jd - Converts from a supported calendar to Julian Day Count
- ceil - Round fractions up
- chdb::get - Gets the value associated with a key
- chdb::__construct - Creates a chdb instance
- chdb_create - Creates a chdb file
- chdir - Change directory
- checkdate - Validate a Gregorian date
- checkdnsrr - Check DNS records corresponding to a given Internet host name or IP address
- chgrp - Changes file group
- chmod - Changes file mode
- chop - Alias of rtrim
- chown - Changes file owner
- chr - Return a specific character
- chroot - Change the root directory
- chunk_split - Split a string into smaller chunks
- classkit_import - Import new class method definitions from a file
- classkit_method_add - Dynamically adds a new method to a given class
- classkit_method_copy - Copies a method from class to another
- classkit_method_redefine - Dynamically changes the code of the given method
- classkit_method_remove - Dynamically removes the given method
- classkit_method_rename - Dynamically changes the name of the given method
- class_alias - Creates an alias for a class
- class_exists - Checks if the class has been defined
- class_implements - Return the interfaces which are implemented by the given class or interface
- class_parents - Return the parent classes of the given class
- class_uses - Return the traits used by the given class
- clearstatcache - Clears file status cache
- cli_get_process_title - Returns the current process title
- cli_set_process_title - Sets the process title
- closedir - Close directory handle
- closelog - Close connection to system logger
- Closure::bind - Duplicates a closure with a specific bound object and class scope
- Closure::bindTo - Duplicates the closure with a new bound object and class scope
- Closure::__construct - Constructor that disallows instantiation
- Collator::asort - Sort array maintaining index association
- Collator::compare - Compare two Unicode strings
- Collator::create - Create a collator
- Collator::getAttribute - Get collation attribute value
- Collator::getErrorCode - Get collator's last error code
- Collator::getErrorMessage - Get text for collator's last error code
- Collator::getLocale - Get the locale name of the collator
- Collator::getSortKey - Get sorting key for a string
- Collator::getStrength - Get current collation strength
- Collator::setAttribute - Set collation attribute
- Collator::setStrength - Set collation strength
- Collator::sort - Sort array using specified collator
- Collator::sortWithSortKeys - Sort array using specified collator and sort keys
- Collator::__construct - Create a collator
- Collectable::isGarbage - Determine whether an object has been marked as garbage
- Collectable::setGarbage - Mark an object as garbage
- compact - Create array containing variables and their values
- com_create_guid - Generate a globally unique identifier (GUID)
- com_event_sink - Connect events from a COM object to a PHP object
- com_get_active_object - Returns a handle to an already running instance of a COM object
- com_load_typelib - Loads a Typelib
- com_message_pump - Process COM messages, sleeping for up to timeoutms milliseconds
- com_print_typeinfo - Print out a PHP class definition for a dispatchable interface
- Cond::broadcast - Broadcast a Condition
- Cond::create - Create a Condition
- Cond::destroy - Destroy a Condition
- Cond::signal - Signal a Condition
- Cond::wait - Wait for Condition
- connection_aborted - Check whether client disconnected
- connection_status - Returns connection status bitfield
- constant - Returns the value of a constant
- Constants for PDO_4D - Constants for PDO_4D
- Context parameters - Context parameter listing
- convert_cyr_string - Convert from one Cyrillic character set to another
- convert_uudecode - Decode a uuencoded string
- convert_uuencode - Uuencode a string
- copy - Copies file
- cos - Cosine
- cosh - Hyperbolic cosine
- count - Count all elements in an array, or something in an object
- Countable::count - Count elements of an object
- Counter::bumpValue - Change the current value of a counter.
- Counter::getMeta - Return a piece of metainformation about a counter.
- Counter::getNamed - Retrieve an existing named counter.
- Counter::getValue - Get the current value of a counter.
- Counter::resetValue - Reset the current value of a counter.
- Counter::setCounterClass - Set the class returned by Counter::getNamed.
- Counter::__construct - Creates an instance of a Counter which maintains a single numeric value.
- counter_bump - Update the current value of the basic counter.
- counter_bump_value - Change the current value of a counter resource.
- counter_create - Creates a counter which maintains a single numeric value.
- counter_get - Get the current value of the basic counter.
- counter_get_meta - Return a piece of metainformation about a counter resource.
- counter_get_named - Retrieve an existing named counter as a resource.
- counter_get_value - Get the current value of a counter resource.
- counter_reset - Reset the current value of the basic counter.
- counter_reset_value - Reset the current value of a counter resource.
- count_chars - Return information about characters used in a string
- crack_check - Performs an obscure check with the given password
- crack_closedict - Closes an open CrackLib dictionary
- crack_getlastmessage - Returns the message from the last obscure check
- crack_opendict - Opens a new CrackLib dictionary
- crc32 - Calculates the crc32 polynomial of a string
- create_function - Create an anonymous (lambda-style) function
- crypt - One-way string hashing
- ctype_alnum - Check for alphanumeric character(s)
- ctype_alpha - Check for alphabetic character(s)
- ctype_cntrl - Check for control character(s)
- ctype_digit - Check for numeric character(s)
- ctype_graph - Check for any printable character(s) except space
- ctype_lower - Check for lowercase character(s)
- ctype_print - Check for printable character(s)
- ctype_punct - Check for any printable character which is not whitespace or an
alphanumeric character
- ctype_space - Check for whitespace character(s)
- ctype_upper - Check for uppercase character(s)
- ctype_xdigit - Check for character(s) representing a hexadecimal digit
- cubrid_affected_rows - Return the number of rows affected by the last SQL statement
- cubrid_bind - Bind variables to a prepared statement as parameters
- cubrid_client_encoding - Return the current CUBRID connection charset
- cubrid_close - Close CUBRID connection
- cubrid_close_prepare - Close the request handle
- cubrid_close_request - Close the request handle
- cubrid_column_names - Get the column names in result
- cubrid_column_types - Get column types in result
- cubrid_col_get - Get contents of collection type column using OID
- cubrid_col_size - Get the number of elements in collection type column using OID
- cubrid_commit - Commit a transaction
- cubrid_connect - Open a connection to a CUBRID Server
- cubrid_connect_with_url - Establish the environment for connecting to CUBRID server
- cubrid_current_oid - Get OID of the current cursor location
- cubrid_data_seek - Move the internal row pointer of the CUBRID result
- cubrid_db_name - Get db name from results of cubrid_list_dbs
- cubrid_disconnect - Close a database connection
- cubrid_drop - Delete an instance using OID
- cubrid_errno - Return the numerical value of the error message from previous CUBRID operation
- cubrid_error - Get the error message
- cubrid_error_code - Get error code for the most recent function call
- cubrid_error_code_facility - Get the facility code of error
- cubrid_error_msg - Get last error message for the most recent function call
- cubrid_execute - Execute a prepared SQL statement
- cubrid_fetch - Fetch the next row from a result set
- cubrid_fetch_array - Fetch a result row as an associative array, a numeric array, or both
- cubrid_fetch_assoc - Return the associative array that corresponds to the fetched row
- cubrid_fetch_field - Get column information from a result and return as an object
- cubrid_fetch_lengths - Return an array with the lengths of the values of each field from the current row
- cubrid_fetch_object - Fetche the next row and returns it as an object
- cubrid_fetch_row - Return a numerical array with the values of the current row
- cubrid_field_flags - Return a string with the flags of the given field offset
- cubrid_field_len - Get the maximum length of the specified field
- cubrid_field_name - Return the name of the specified field index
- cubrid_field_seek - Move the result set cursor to the specified field offset
- cubrid_field_table - Return the name of the table of the specified field
- cubrid_field_type - Return the type of the column corresponding to the given field offset
- cubrid_free_result - Free the memory occupied by the result data
- cubrid_get - Get a column using OID
- cubrid_get_autocommit - Get auto-commit mode of the connection
- cubrid_get_charset - Return the current CUBRID connection charset
- cubrid_get_class_name - Get the class name using OID
- cubrid_get_client_info - Return the client library version
- cubrid_get_db_parameter - Returns the CUBRID database parameters
- cubrid_get_query_timeout - Get the query timeout value of the request
- cubrid_get_server_info - Return the CUBRID server version
- cubrid_insert_id - Return the ID generated for the last updated AUTO_INCREMENT column
- cubrid_is_instance - Check whether the instance pointed by OID exists
- cubrid_list_dbs - Return an array with the list of all existing CUBRID databases
- cubrid_load_from_glo - Read data from a GLO instance and save it in a file
- cubrid_lob2_bind - Bind a lob object or a string as a lob object to a prepared statement as parameters.
- cubrid_lob2_close - Close LOB object.
- cubrid_lob2_export - Export the lob object to a file.
- cubrid_lob2_import - Import BLOB/CLOB data from a file.
- cubrid_lob2_new - Create a lob object.
- cubrid_lob2_read - Read from BLOB/CLOB data.
- cubrid_lob2_seek - Move the cursor of a lob object.
- cubrid_lob2_seek64 - Move the cursor of a lob object.
- cubrid_lob2_size - Get a lob object's size.
- cubrid_lob2_size64 - Get a lob object's size.
- cubrid_lob2_tell - Tell the cursor position of the LOB object.
- cubrid_lob2_tell64 - Tell the cursor position of the LOB object.
- cubrid_lob2_write - Write to a lob object.
- cubrid_lob_close - Close BLOB/CLOB data
- cubrid_lob_export - Export BLOB/CLOB data to file
- cubrid_lob_get - Get BLOB/CLOB data
- cubrid_lob_send - Read BLOB/CLOB data and send straight to browser
- cubrid_lob_size - Get BLOB/CLOB data size
- cubrid_lock_read - Set a read lock on the given OID
- cubrid_lock_write - Set a write lock on the given OID
- cubrid_move_cursor - Move the cursor in the result
- cubrid_new_glo - Create a glo instance
- cubrid_next_result - Get result of next query when executing multiple SQL statements
- cubrid_num_cols - Return the number of columns in the result set
- cubrid_num_fields - Return the number of columns in the result set
- cubrid_num_rows - Get the number of rows in the result set
- cubrid_pconnect - Open a persistent connection to a CUBRID server
- cubrid_pconnect_with_url - Open a persistent connection to CUBRID server
- cubrid_ping - Ping a server connection or reconnect if there is no connection
- cubrid_prepare - Prepare a SQL statement for execution
- cubrid_put - Update a column using OID
- cubrid_query - Send a CUBRID query
- cubrid_real_escape_string - Escape special characters in a string for use in an SQL statement
- cubrid_result - Return the value of a specific field in a specific row
- cubrid_rollback - Roll back a transaction
- cubrid_save_to_glo - Save requested file in a GLO instance
- cubrid_schema - Get the requested schema information
- cubrid_send_glo - Read data from glo and send it to std output
- cubrid_seq_drop - Delete an element from sequence type column using OID
- cubrid_seq_insert - Insert an element to a sequence type column using OID
- cubrid_seq_put - Update the element value of sequence type column using OID
- cubrid_set_add - Insert a single element to set type column using OID
- cubrid_set_autocommit - Set autocommit mode of the connection
- cubrid_set_db_parameter - Sets the CUBRID database parameters
- cubrid_set_drop - Delete an element from set type column using OID
- cubrid_set_query_timeout - Set the timeout time of query execution
- cubrid_unbuffered_query - Perform a query without fetching the results into memory
- cubrid_version - Get the CUBRID PHP module's version
- CURL context options - CURL context option listing
- CURLFile::getFilename - Get file name
- CURLFile::getMimeType - Get MIME type
- CURLFile::getPostFilename - Get file name for POST
- CURLFile::setMimeType - Set MIME type
- CURLFile::setPostFilename - Set file name for POST
- CURLFile::__construct - Create a CURLFile object
- CURLFile::__wakeup - Unserialization handler
- curl_close - Close a cURL session
- curl_copy_handle - Copy a cURL handle along with all of its preferences
- curl_errno - Return the last error number
- curl_error - Return a string containing the last error for the current session
- curl_escape - URL encodes the given string
- curl_exec - Perform a cURL session
- curl_getinfo - Get information regarding a specific transfer
- curl_init - Initialize a cURL session
- curl_multi_add_handle - Add a normal cURL handle to a cURL multi handle
- curl_multi_close - Close a set of cURL handles
- curl_multi_exec - Run the sub-connections of the current cURL handle
- curl_multi_getcontent - Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
- curl_multi_info_read - Get information about the current transfers
- curl_multi_init - Returns a new cURL multi handle
- curl_multi_remove_handle - Remove a multi handle from a set of cURL handles
- curl_multi_select - Wait for activity on any curl_multi connection
- curl_multi_setopt - Set an option for the cURL multi handle
- curl_multi_strerror - Return string describing error code
- curl_pause - Pause and unpause a connection
- curl_reset - Reset all options of a libcurl session handle
- curl_setopt - Set an option for a cURL transfer
- curl_setopt_array - Set multiple options for a cURL transfer
- curl_share_close - Close a cURL share handle
- curl_share_init - Initialize a cURL share handle
- curl_share_setopt - Set an option for a cURL share handle.
- curl_strerror - Return string describing the given error code
- curl_unescape - Decodes the given URL encoded string
- curl_version - Gets cURL version information
- current - Return the current element in an array
- cyrus_authenticate - Authenticate against a Cyrus IMAP server
- cyrus_bind - Bind callbacks to a Cyrus IMAP connection
- cyrus_close - Close connection to a Cyrus IMAP server
- cyrus_connect - Connect to a Cyrus IMAP server
- cyrus_query - Send a query to a Cyrus IMAP server
- cyrus_unbind - Unbind ...
- d
- data:// - Data (RFC 2397)
- date - Format a local time/date
- DateInterval::createFromDateString - Sets up a DateInterval from the relative parts of the string
- DateInterval::format - Formats the interval
- DateInterval::__construct - Creates a new DateInterval object
- DatePeriod::__construct - Creates a new DatePeriod object
- DateTime::add - Adds an amount of days, months, years, hours, minutes and seconds to a
DateTime object
- DateTime::createFromFormat - Returns new DateTime object formatted according to the specified format
- DateTime::diff - Returns the difference between two DateTime objects
- DateTime::format - Returns date formatted according to given format
- DateTime::getLastErrors - Returns the warnings and errors
- DateTime::getOffset - Returns the timezone offset
- DateTime::getTimestamp - Gets the Unix timestamp
- DateTime::getTimezone - Return time zone relative to given DateTime
- DateTime::modify - Alters the timestamp
- DateTime::setDate - Sets the date
- DateTime::setISODate - Sets the ISO date
- DateTime::setTime - Sets the time
- DateTime::setTimestamp - Sets the date and time based on an Unix timestamp
- DateTime::setTimezone - Sets the time zone for the DateTime object
- DateTime::sub - Subtracts an amount of days, months, years, hours, minutes and seconds from
a DateTime object
- DateTime::__construct - Returns new DateTime object
- DateTime::__set_state - The __set_state handler
- DateTime::__wakeup - The __wakeup handler
- DateTimeImmutable::add - Adds an amount of days, months, years, hours, minutes and seconds
- DateTimeImmutable::createFromFormat - Returns new DateTimeImmutable object formatted according to the specified format
- DateTimeImmutable::createFromMutable - Returns new DateTimeImmutable object encapsulating the given DateTime object
- DateTimeImmutable::getLastErrors - Returns the warnings and errors
- DateTimeImmutable::modify - Creates a new object with modified timestamp
- DateTimeImmutable::setDate - Sets the date
- DateTimeImmutable::setISODate - Sets the ISO date
- DateTimeImmutable::setTime - Sets the time
- DateTimeImmutable::setTimestamp - Sets the date and time based on an Unix timestamp
- DateTimeImmutable::setTimezone - Sets the time zone
- DateTimeImmutable::sub - Subtracts an amount of days, months, years, hours, minutes and seconds
- DateTimeImmutable::__construct - Returns new DateTimeImmutable object
- DateTimeImmutable::__set_state - The __set_state handler
- DateTimeZone::getLocation - Returns location information for a timezone
- DateTimeZone::getName - Returns the name of the timezone
- DateTimeZone::getOffset - Returns the timezone offset from GMT
- DateTimeZone::getTransitions - Returns all transitions for the timezone
- DateTimeZone::listAbbreviations - Returns associative array containing dst, offset and the timezone name
- DateTimeZone::listIdentifiers - Returns a numerically indexed array containing all defined timezone identifiers
- DateTimeZone::__construct - Creates new DateTimeZone object
- date_add - Alias of DateTime::add
- date_create - Alias of DateTime::__construct
- date_create_from_format - Alias of DateTime::createFromFormat
- date_create_immutable - Alias of DateTimeImmutable::__construct
- date_create_immutable_from_format - Alias of DateTimeImmutable::createFromFormat
- date_date_set - Alias of DateTime::setDate
- date_default_timezone_get - Gets the default timezone used by all date/time functions in a script
- date_default_timezone_set - Sets the default timezone used by all date/time functions in a script
- date_diff - Alias of DateTime::diff
- date_format - Alias of DateTime::format
- date_get_last_errors - Alias of DateTime::getLastErrors
- date_interval_create_from_date_string - Alias of DateInterval::createFromDateString
- date_interval_format - Alias of DateInterval::format
- date_isodate_set - Alias of DateTime::setISODate
- date_modify - Alias of DateTime::modify
- date_offset_get - Alias of DateTime::getOffset
- date_parse - Returns associative array with detailed info about given date
- date_parse_from_format - Get info about given date formatted according to the specified format
- date_sub - Alias of DateTime::sub
- date_sunrise - Returns time of sunrise for a given day and location
- date_sunset - Returns time of sunset for a given day and location
- date_sun_info - Returns an array with information about sunset/sunrise and twilight begin/end
- date_timestamp_get - Alias of DateTime::getTimestamp
- date_timestamp_set - Alias of DateTime::setTimestamp
- date_timezone_get - Alias of DateTime::getTimezone
- date_timezone_set - Alias of DateTime::setTimezone
- date_time_set - Alias of DateTime::setTime
- db2_autocommit - Returns or sets the AUTOCOMMIT state for a database connection
- db2_bind_param - Binds a PHP variable to an SQL statement parameter
- db2_client_info - Returns an object with properties that describe the DB2 database client
- db2_close - Closes a database connection
- db2_columns - Returns a result set listing the columns and associated metadata for a table
- db2_column_privileges - Returns a result set listing the columns and associated privileges for a table
- db2_commit - Commits a transaction
- db2_connect - Returns a connection to a database
- db2_conn_error - Returns a string containing the SQLSTATE returned by the last connection attempt
- db2_conn_errormsg - Returns the last connection error message and SQLCODE value
- db2_cursor_type - Returns the cursor type used by a statement resource
- db2_escape_string - Used to escape certain characters
- db2_exec - Executes an SQL statement directly
- db2_execute - Executes a prepared SQL statement
- db2_fetch_array - Returns an array, indexed by column position, representing a row in a result set
- db2_fetch_assoc - Returns an array, indexed by column name, representing a row in a result set
- db2_fetch_both - Returns an array, indexed by both column name and position, representing a row in a result set
- db2_fetch_object - Returns an object with properties representing columns in the fetched row
- db2_fetch_row - Sets the result set pointer to the next row or requested row
- db2_field_display_size - Returns the maximum number of bytes required to display a column
- db2_field_name - Returns the name of the column in the result set
- db2_field_num - Returns the position of the named column in a result set
- db2_field_precision - Returns the precision of the indicated column in a result set
- db2_field_scale - Returns the scale of the indicated column in a result set
- db2_field_type - Returns the data type of the indicated column in a result set
- db2_field_width - Returns the width of the current value of the indicated column in a result set
- db2_foreign_keys - Returns a result set listing the foreign keys for a table
- db2_free_result - Frees resources associated with a result set
- db2_free_stmt - Frees resources associated with the indicated statement resource
- db2_get_option - Retrieves an option value for a statement resource or a connection resource
- db2_last_insert_id - Returns the auto generated ID of the last insert query that successfully
executed on this connection
- db2_lob_read - Gets a user defined size of LOB files with each invocation
- db2_next_result - Requests the next result set from a stored procedure
- db2_num_fields - Returns the number of fields contained in a result set
- db2_num_rows - Returns the number of rows affected by an SQL statement
- db2_pclose - Closes a persistent database connection
- db2_pconnect - Returns a persistent connection to a database
- db2_prepare - Prepares an SQL statement to be executed
- db2_primary_keys - Returns a result set listing primary keys for a table
- db2_procedures - Returns a result set listing the stored procedures registered in a database
- db2_procedure_columns - Returns a result set listing stored procedure parameters
- db2_result - Returns a single column from a row in the result set
- db2_rollback - Rolls back a transaction
- db2_server_info - Returns an object with properties that describe the DB2 database server
- db2_set_option - Set options for connection or statement resources
- db2_special_columns - Returns a result set listing the unique row identifier columns for a table
- db2_statistics - Returns a result set listing the index and statistics for a table
- db2_stmt_error - Returns a string containing the SQLSTATE returned by an SQL statement
- db2_stmt_errormsg - Returns a string containing the last SQL statement error message
- db2_tables - Returns a result set listing the tables and associated metadata in a database
- db2_table_privileges - Returns a result set listing the tables and associated privileges in a database
- dbase_add_record - Adds a record to a database
- dbase_close - Closes a database
- dbase_create - Creates a database
- dbase_delete_record - Deletes a record from a database
- dbase_get_header_info - Gets the header info of a database
- dbase_get_record - Gets a record from a database as an indexed array
- dbase_get_record_with_names - Gets a record from a database as an associative array
- dbase_numfields - Gets the number of fields of a database
- dbase_numrecords - Gets the number of records in a database
- dbase_open - Opens a database
- dbase_pack - Packs a database
- dbase_replace_record - Replaces a record in a database
- dba_close - Close a DBA database
- dba_delete - Delete DBA entry specified by key
- dba_exists - Check whether key exists
- dba_fetch - Fetch data specified by key
- dba_firstkey - Fetch first key
- dba_handlers - List all the handlers available
- dba_insert - Insert entry
- dba_key_split - Splits a key in string representation into array representation
- dba_list - List all open database files
- dba_nextkey - Fetch next key
- dba_open - Open database
- dba_optimize - Optimize database
- dba_popen - Open database persistently
- dba_replace - Replace or insert entry
- dba_sync - Synchronize database
- dbplus_add - Add a tuple to a relation
- dbplus_aql - Perform AQL query
- dbplus_chdir - Get/Set database virtual current directory
- dbplus_close - Close a relation
- dbplus_curr - Get current tuple from relation
- dbplus_errcode - Get error string for given errorcode or last error
- dbplus_errno - Get error code for last operation
- dbplus_find - Set a constraint on a relation
- dbplus_first - Get first tuple from relation
- dbplus_flush - Flush all changes made on a relation
- dbplus_freealllocks - Free all locks held by this client
- dbplus_freelock - Release write lock on tuple
- dbplus_freerlocks - Free all tuple locks on given relation
- dbplus_getlock - Get a write lock on a tuple
- dbplus_getunique - Get an id number unique to a relation
- dbplus_info - Get information about a relation
- dbplus_last - Get last tuple from relation
- dbplus_lockrel - Request write lock on relation
- dbplus_next - Get next tuple from relation
- dbplus_open - Open relation file
- dbplus_prev - Get previous tuple from relation
- dbplus_rchperm - Change relation permissions
- dbplus_rcreate - Creates a new DB++ relation
- dbplus_rcrtexact - Creates an exact but empty copy of a relation including indices
- dbplus_rcrtlike - Creates an empty copy of a relation with default indices
- dbplus_resolve - Resolve host information for relation
- dbplus_restorepos - Restore position
- dbplus_rkeys - Specify new primary key for a relation
- dbplus_ropen - Open relation file local
- dbplus_rquery - Perform local (raw) AQL query
- dbplus_rrename - Rename a relation
- dbplus_rsecindex - Create a new secondary index for a relation
- dbplus_runlink - Remove relation from filesystem
- dbplus_rzap - Remove all tuples from relation
- dbplus_savepos - Save position
- dbplus_setindex - Set index
- dbplus_setindexbynumber - Set index by number
- dbplus_sql - Perform SQL query
- dbplus_tcl - Execute TCL code on server side
- dbplus_tremove - Remove tuple and return new current tuple
- dbplus_undo - Undo
- dbplus_undoprepare - Prepare undo
- dbplus_unlockrel - Give up write lock on relation
- dbplus_unselect - Remove a constraint from relation
- dbplus_update - Update specified tuple in relation
- dbplus_xlockrel - Request exclusive lock on relation
- dbplus_xunlockrel - Free exclusive lock on relation
- dbx_close - Close an open connection/database
- dbx_compare - Compare two rows for sorting purposes
- dbx_connect - Open a connection/database
- dbx_error - Report the error message of the latest function call in the module
- dbx_escape_string - Escape a string so it can safely be used in an sql-statement
- dbx_fetch_row - Fetches rows from a query-result that had the
DBX_RESULT_UNBUFFERED flag set
- dbx_query - Send a query and fetch all results (if any)
- dbx_sort - Sort a result from a dbx_query by a custom sort function
- dcgettext - Overrides the domain for a single lookup
- dcngettext - Plural version of dcgettext
- debug_backtrace - Generates a backtrace
- debug_print_backtrace - Prints a backtrace
- debug_zval_dump - Dumps a string representation of an internal zend value to output
- decbin - Decimal to binary
- dechex - Decimal to hexadecimal
- decoct - Decimal to octal
- define - Defines a named constant
- defined - Checks whether a given named constant exists
- define_syslog_variables - Initializes all syslog related variables
- deg2rad - Converts the number in degrees to the radian equivalent
- delete - See unlink or unset
- dgettext - Override the current domain
- die - Equivalent to exit
- dio_close - Closes the file descriptor given by fd
- dio_fcntl - Performs a c library fcntl on fd
- dio_open - Opens a file (creating it if necessary) at a lower level than the
C library input/ouput stream functions allow.
- dio_read - Reads bytes from a file descriptor
- dio_seek - Seeks to pos on fd from whence
- dio_stat - Gets stat information about the file descriptor fd
- dio_tcsetattr - Sets terminal attributes and baud rate for a serial port
- dio_truncate - Truncates file descriptor fd to offset bytes
- dio_write - Writes data to fd with optional truncation at length
- dir - Return an instance of the Directory class
- Directory::close - Close directory handle
- Directory::read - Read entry from directory handle
- Directory::rewind - Rewind directory handle
- DirectoryIterator::current - Return the current DirectoryIterator item.
- DirectoryIterator::getATime - Get last access time of the current DirectoryIterator item
- DirectoryIterator::getBasename - Get base name of current DirectoryIterator item.
- DirectoryIterator::getCTime - Get inode change time of the current DirectoryIterator item
- DirectoryIterator::getExtension - Gets the file extension
- DirectoryIterator::getFilename - Return file name of current DirectoryIterator item.
- DirectoryIterator::getGroup - Get group for the current DirectoryIterator item
- DirectoryIterator::getInode - Get inode for the current DirectoryIterator item
- DirectoryIterator::getMTime - Get last modification time of current DirectoryIterator item
- DirectoryIterator::getOwner - Get owner of current DirectoryIterator item
- DirectoryIterator::getPath - Get path of current Iterator item without filename
- DirectoryIterator::getPathname - Return path and file name of current DirectoryIterator item
- DirectoryIterator::getPerms - Get the permissions of current DirectoryIterator item
- DirectoryIterator::getSize - Get size of current DirectoryIterator item
- DirectoryIterator::getType - Determine the type of the current DirectoryIterator item
- DirectoryIterator::isDir - Determine if current DirectoryIterator item is a directory
- DirectoryIterator::isDot - Determine if current DirectoryIterator item is '.' or '..'
- DirectoryIterator::isExecutable - Determine if current DirectoryIterator item is executable
- DirectoryIterator::isFile - Determine if current DirectoryIterator item is a regular file
- DirectoryIterator::isLink - Determine if current DirectoryIterator item is a symbolic link
- DirectoryIterator::isReadable - Determine if current DirectoryIterator item can be read
- DirectoryIterator::isWritable - Determine if current DirectoryIterator item can be written to
- DirectoryIterator::key - Return the key for the current DirectoryIterator item
- DirectoryIterator::next - Move forward to next DirectoryIterator item
- DirectoryIterator::rewind - Rewind the DirectoryIterator back to the start
- DirectoryIterator::seek - Seek to a DirectoryIterator item
- DirectoryIterator::valid - Check whether current DirectoryIterator position is a valid file
- DirectoryIterator::__construct - Constructs a new directory iterator from a path
- DirectoryIterator::__toString - Get file name as a string
- dirname - Returns parent directory's path
- diskfreespace - Alias of disk_free_space
- disk_free_space - Returns available space on filesystem or disk partition
- disk_total_space - Returns the total size of a filesystem or disk partition
- dl - Loads a PHP extension at runtime
- dngettext - Plural version of dgettext
- dns_check_record - Alias of checkdnsrr
- dns_get_mx - Alias of getmxrr
- dns_get_record - Fetch DNS Resource Records associated with a hostname
- DOMAttr::isId - Checks if attribute is a defined ID
- DOMAttr::__construct - Creates a new DOMAttr object
- DOMCdataSection::__construct - Constructs a new DOMCdataSection object
- DOMCharacterData::appendData - Append the string to the end of the character data of the node
- DOMCharacterData::deleteData - Remove a range of characters from the node
- DOMCharacterData::insertData - Insert a string at the specified 16-bit unit offset
- DOMCharacterData::replaceData - Replace a substring within the DOMCharacterData node
- DOMCharacterData::substringData - Extracts a range of data from the node
- DOMComment::__construct - Creates a new DOMComment object
- DOMDocument::createAttribute - Create new attribute
- DOMDocument::createAttributeNS - Create new attribute node with an associated namespace
- DOMDocument::createCDATASection - Create new cdata node
- DOMDocument::createComment - Create new comment node
- DOMDocument::createDocumentFragment - Create new document fragment
- DOMDocument::createElement - Create new element node
- DOMDocument::createElementNS - Create new element node with an associated namespace
- DOMDocument::createEntityReference - Create new entity reference node
- DOMDocument::createProcessingInstruction - Creates new PI node
- DOMDocument::createTextNode - Create new text node
- DOMDocument::getElementById - Searches for an element with a certain id
- DOMDocument::getElementsByTagName - Searches for all elements with given local tag name
- DOMDocument::getElementsByTagNameNS - Searches for all elements with given tag name in specified namespace
- DOMDocument::importNode - Import node into current document
- DOMDocument::load - Load XML from a file
- DOMDocument::loadHTML - Load HTML from a string
- DOMDocument::loadHTMLFile - Load HTML from a file
- DOMDocument::loadXML - Load XML from a string
- DOMDocument::normalizeDocument - Normalizes the document
- DOMDocument::registerNodeClass - Register extended class used to create base node type
- DOMDocument::relaxNGValidate - Performs relaxNG validation on the document
- DOMDocument::relaxNGValidateSource - Performs relaxNG validation on the document
- DOMDocument::save - Dumps the internal XML tree back into a file
- DOMDocument::saveHTML - Dumps the internal document into a string using HTML formatting
- DOMDocument::saveHTMLFile - Dumps the internal document into a file using HTML formatting
- DOMDocument::saveXML - Dumps the internal XML tree back into a string
- DOMDocument::schemaValidate - Validates a document based on a schema
- DOMDocument::schemaValidateSource - Validates a document based on a schema
- DOMDocument::validate - Validates the document based on its DTD
- DOMDocument::xinclude - Substitutes XIncludes in a DOMDocument Object
- DOMDocument::__construct - Creates a new DOMDocument object
- DOMDocumentFragment::appendXML - Append raw XML data
- DOMElement::getAttribute - Returns value of attribute
- DOMElement::getAttributeNode - Returns attribute node
- DOMElement::getAttributeNodeNS - Returns attribute node
- DOMElement::getAttributeNS - Returns value of attribute
- DOMElement::getElementsByTagName - Gets elements by tagname
- DOMElement::getElementsByTagNameNS - Get elements by namespaceURI and localName
- DOMElement::hasAttribute - Checks to see if attribute exists
- DOMElement::hasAttributeNS - Checks to see if attribute exists
- DOMElement::removeAttribute - Removes attribute
- DOMElement::removeAttributeNode - Removes attribute
- DOMElement::removeAttributeNS - Removes attribute
- DOMElement::setAttribute - Adds new attribute
- DOMElement::setAttributeNode - Adds new attribute node to element
- DOMElement::setAttributeNodeNS - Adds new attribute node to element
- DOMElement::setAttributeNS - Adds new attribute
- DOMElement::setIdAttribute - Declares the attribute specified by name to be of type ID
- DOMElement::setIdAttributeNode - Declares the attribute specified by node to be of type ID
- DOMElement::setIdAttributeNS - Declares the attribute specified by local name and namespace URI to be of type ID
- DOMElement::__construct - Creates a new DOMElement object
- DOMEntityReference::__construct - Creates a new DOMEntityReference object
- DOMImplementation::createDocument - Creates a DOMDocument object of the specified type with its document element
- DOMImplementation::createDocumentType - Creates an empty DOMDocumentType object
- DOMImplementation::hasFeature - Test if the DOM implementation implements a specific feature
- DOMImplementation::__construct - Creates a new DOMImplementation object
- DOMNamedNodeMap::getNamedItem - Retrieves a node specified by name
- DOMNamedNodeMap::getNamedItemNS - Retrieves a node specified by local name and namespace URI
- DOMNamedNodeMap::item - Retrieves a node specified by index
- DOMNode::appendChild - Adds new child at the end of the children
- DOMNode::C14N - Canonicalize nodes to a string
- DOMNode::C14NFile - Canonicalize nodes to a file
- DOMNode::cloneNode - Clones a node
- DOMNode::getLineNo - Get line number for a node
- DOMNode::getNodePath - Get an XPath for a node
- DOMNode::hasAttributes - Checks if node has attributes
- DOMNode::hasChildNodes - Checks if node has children
- DOMNode::insertBefore - Adds a new child before a reference node
- DOMNode::isDefaultNamespace - Checks if the specified namespaceURI is the default namespace or not
- DOMNode::isSameNode - Indicates if two nodes are the same node
- DOMNode::isSupported - Checks if feature is supported for specified version
- DOMNode::lookupNamespaceURI - Gets the namespace URI of the node based on the prefix
- DOMNode::lookupPrefix - Gets the namespace prefix of the node based on the namespace URI
- DOMNode::normalize - Normalizes the node
- DOMNode::removeChild - Removes child from list of children
- DOMNode::replaceChild - Replaces a child
- DOMNodelist::item - Retrieves a node specified by index
- DOMProcessingInstruction::__construct - Creates a new DOMProcessingInstruction object
- DOMText::isWhitespaceInElementContent - Indicates whether this text node contains whitespace
- DOMText::splitText - Breaks this node into two nodes at the specified offset
- DOMText::__construct - Creates a new DOMText object
- DOMXPath::evaluate - Evaluates the given XPath expression and returns a typed result if possible
- DOMXPath::query - Evaluates the given XPath expression
- DOMXPath::registerNamespace - Registers the namespace with the DOMXPath object
- DOMXPath::registerPhpFunctions - Register PHP functions as XPath functions
- DOMXPath::__construct - Creates a new DOMXPath object
- dom_import_simplexml - Gets a DOMElement object from a
SimpleXMLElement object
- doubleval - Alias of floatval
- e
- each - Return the current key and value pair from an array and advance the array cursor
- easter_date - Get Unix timestamp for midnight on Easter of a given year
- easter_days - Get number of days after March 21 on which Easter falls for a given year
- echo - Output one or more strings
- eio_busy - Artificially increase load. Could be useful in tests,
benchmarking.
- eio_cancel - Cancels a request
- eio_chmod - Change file/direcrory permissions.
- eio_chown - Change file/direcrory permissions.
- eio_close - Close file
- eio_custom - Execute custom request like any other eio_* call.
- eio_dup2 - Duplicate a file descriptor
- eio_event_loop - Polls libeio until all requests proceeded
- eio_fallocate - Allows the caller to directly manipulate the allocated disk
space for a file
- eio_fchmod - Change file permissions.
- eio_fchown - Change file ownership
- eio_fdatasync - Synchronize a file's in-core state with storage device.
- eio_fstat - Get file status
- eio_fstatvfs - Get file system statistics
- eio_fsync - Synchronize a file's in-core state with storage device
- eio_ftruncate - Truncate a file
- eio_futime - Change file last access and modification times
- eio_get_event_stream - Get stream representing a variable used in internal communications with libeio.
- eio_get_last_error - Returns string describing the last error associated with a request resource
- eio_grp - Createsa request group.
- eio_grp_add - Adds a request to the request group.
- eio_grp_cancel - Cancels a request group
- eio_grp_limit - Set group limit
- eio_init - (Re-)initialize Eio
- eio_link - Create a hardlink for file
- eio_lstat - Get file status
- eio_mkdir - Create directory
- eio_mknod - Create a special or ordinary file.
- eio_nop - Does nothing, except go through the whole request cycle.
- eio_npending - Returns number of finished, but unhandled requests
- eio_nready - Returns number of not-yet handled requests
- eio_nreqs - Returns number of requests to be processed
- eio_nthreads - Returns number of threads currently in use
- eio_open - Opens a file
- eio_poll - Can be to be called whenever there are pending requests that need finishing.
- eio_read - Read from a file descriptor at given offset.
- eio_readahead - Perform file readahead into page cache
- eio_readdir - Reads through a whole directory
- eio_readlink - Read value of a symbolic link.
- eio_realpath - Get the canonicalized absolute pathname.
- eio_rename - Change the name or location of a file.
- eio_rmdir - Remove a directory
- eio_seek
- Repositions the offset of the open file associated with the fd
argument to the argument offset according to the directive whence
- eio_sendfile - Transfer data between file descriptors
- eio_set_max_idle - Set maximum number of idle threads.
- eio_set_max_parallel - Set maximum parallel threads
- eio_set_max_poll_reqs - Set maximum number of requests processed in a poll.
- eio_set_max_poll_time - Set maximum poll time
- eio_set_min_parallel - Set minimum parallel thread number
- eio_stat - Get file status
- eio_statvfs - Get file system statistics
- eio_symlink - Create a symbolic link
- eio_sync - Commit buffer cache to disk
- eio_syncfs - Calls Linux' syncfs syscall, if available
- eio_sync_file_range - Sync a file segment with disk
- eio_truncate - Truncate a file
- eio_unlink - Delete a name and possibly the file it refers to
- eio_utime - Change file last access and modification times.
- eio_write - Write to file
- empty - Determine whether a variable is empty
- EmptyIterator::current - The current() method
- EmptyIterator::key - The key() method
- EmptyIterator::next - The next() method
- EmptyIterator::rewind - The rewind() method
- EmptyIterator::valid - The valid() method
- enchant_broker_describe - Enumerates the Enchant providers
- enchant_broker_dict_exists - Whether a dictionary exists or not. Using non-empty tag
- enchant_broker_free - Free the broker resource and its dictionnaries
- enchant_broker_free_dict - Free a dictionary resource
- enchant_broker_get_error - Returns the last error of the broker
- enchant_broker_init - create a new broker object capable of requesting
- enchant_broker_list_dicts - Returns a list of available dictionaries
- enchant_broker_request_dict - create a new dictionary using a tag
- enchant_broker_request_pwl_dict - creates a dictionary using a PWL file
- enchant_broker_set_ordering - Declares a preference of dictionaries to use for the language
- enchant_dict_add_to_personal - add a word to personal word list
- enchant_dict_add_to_session - add 'word' to this spell-checking session
- enchant_dict_check - Check whether a word is correctly spelled or not
- enchant_dict_describe - Describes an individual dictionary
- enchant_dict_get_error - Returns the last error of the current spelling-session
- enchant_dict_is_in_session - whether or not 'word' exists in this spelling-session
- enchant_dict_quick_check - Check the word is correctly spelled and provide suggestions
- enchant_dict_store_replacement - Add a correction for a word
- enchant_dict_suggest - Will return a list of values if any of those pre-conditions are not met
- end - Set the internal pointer of an array to its last element
- ereg - Regular expression match
- eregi - Case insensitive regular expression match
- eregi_replace - Replace regular expression case insensitive
- ereg_replace - Replace regular expression
- ErrorException::getSeverity - Gets the exception severity
- ErrorException::__construct - Constructs the exception
- error_get_last - Get the last occurred error
- error_log - Send an error message to the defined error handling routines
- error_reporting - Sets which PHP errors are reported
- escapeshellarg - Escape a string to be used as a shell argument
- escapeshellcmd - Escape shell metacharacters
- Ev::backend - Returns an integer describing the backend used by libev.
- Ev::depth - Returns recursion depth
- Ev::embeddableBackends - Returns the set of backends that are embeddable in other event loops.
- Ev::feedSignal - Feed a signal event info Ev
- Ev::feedSignalEvent - Feed signal event into the default loop
- Ev::iteration - Return the number of times the default event loop has polled for new
events.
- Ev::now - Returns the time when the last iteration of the default event
loop has started.
- Ev::nowUpdate - Establishes the current time by querying the kernel, updating the time
returned by Ev::now in the progress.
- Ev::recommendedBackends - Returns a bit mask of recommended backends for current
platform.
- Ev::resume - Resume previously suspended default event loop
- Ev::run - Begin checking for events and calling callbacks for the default
loop
- Ev::sleep - Block the process for the given number of seconds.
- Ev::stop - Stops the default event loop
- Ev::supportedBackends - Returns the set of backends supported by current libev
configuration.
- Ev::suspend - Suspend the default event loop
- Ev::time - Returns the current time in fractional seconds since the epoch.
- Ev::verify - Performs internal consistency checks(for debugging)
- eval - Evaluate a string as PHP code
- EvCheck::createStopped - Create instance of a stopped EvCheck watcher
- EvCheck::__construct - Constructs the EvCheck watcher object
- EvChild::createStopped - Create instance of a stopped EvCheck watcher
- EvChild::set - Configures the watcher
- EvChild::__construct - Constructs the EvChild watcher object
- EvEmbed::createStopped - Create stopped EvEmbed watcher object
- EvEmbed::set - Configures the watcher
- EvEmbed::sweep - Make a single, non-blocking sweep over the embedded loop.
- EvEmbed::__construct - Constructs the EvEmbed object
- Event::add - Makes event pending
- Event::addSignal - Makes signal event pending
- Event::addTimer - Makes timer event pending
- Event::del - Makes event non-pending
- Event::delSignal - Makes signal event non-pending
- Event::delTimer - Makes timer event non-pending
- Event::free - Make event non-pending and free resources allocated for this
event.
- Event::getSupportedMethods - Returns array with of the names of the methods supported in this version of Libevent
- Event::pending - Detects whether event is pending or scheduled
- Event::set - Re-configures event
- Event::setPriority - Set event priority
- Event::setTimer - Re-configures timer event
- Event::signal - Constructs signal event object
- Event::timer - Constructs timer event object
- Event::__construct - Constructs Event object
- EventBase::dispatch - Dispatch pending events
- EventBase::exit - Stop dispatching events
- EventBase::free - Free resources allocated for this event base
- EventBase::getFeatures - Returns bitmask of features supported
- EventBase::getMethod - Returns event method in use
- EventBase::getTimeOfDayCached - Returns the current event base time
- EventBase::gotExit - Checks if the event loop was told to exit
- EventBase::gotStop - Checks if the event loop was told to exit
- EventBase::loop - Dispatch pending events
- EventBase::priorityInit - Sets number of priorities per event base
- EventBase::reInit - Re-initialize event base(after a fork).
- EventBase::stop - Tells event_base to stop dispatching events
- EventBase::__construct - Constructs EventBase object
- EventBuffer::add - Append data to the end of an event buffer
- EventBuffer::addBuffer - Move all data from a buffer provided to the current instance of EventBuffer
- EventBuffer::appendFrom - Moves the specified number of bytes from a source buffer to the
end of the current buffer
- EventBuffer::copyout - Copies out specified number of bytes from the front of the buffer
- EventBuffer::drain - Removes specified number of bytes from the front of the buffer
without copying it anywhere
- EventBuffer::enableLocking - Description
- EventBuffer::expand - Reserves space in buffer
- EventBuffer::freeze - Prevent calls that modify an event buffer from succeeding
- EventBuffer::lock - Acquires a lock on buffer
- EventBuffer::prepend - Prepend data to the front of the buffer
- EventBuffer::prependBuffer - Moves all data from source buffer to the front of current buffer
- EventBuffer::pullup - Linearizes data within buffer
and returns it's contents as a string
- EventBuffer::read - Read data from an evbuffer and drain the bytes read
- EventBuffer::readFrom - Read data from a file onto the end of the buffer
- EventBuffer::readLine - Extracts a line from the front of the buffer
- EventBuffer::search - Scans the buffer for an occurrence of a string
- EventBuffer::searchEol - Scans the buffer for an occurrence of an end of line
- EventBuffer::substr - Substracts a portion of the buffer data
- EventBuffer::unfreeze - Re-enable calls that modify an event buffer
- EventBuffer::unlock - Releases lock acquired by EventBuffer::lock
- EventBuffer::write - Write contents of the buffer to a file or socket
- EventBuffer::__construct - Constructs EventBuffer object
- EventBufferEvent::close - Closes file descriptor associated with the current buffer event
- EventBufferEvent::connect - Connect buffer event's file descriptor to given address or
UNIX socket
- EventBufferEvent::connectHost - Connects to a hostname with optionally asyncronous DNS resolving
- EventBufferEvent::createPair - Creates two buffer events connected to each other
- EventBufferEvent::disable - Disable events read, write, or both on a buffer event.
- EventBufferEvent::enable - Enable events read, write, or both on a buffer event.
- EventBufferEvent::free - Free a buffer event
- EventBufferEvent::getDnsErrorString - Returns string describing the last failed DNS lookup attempt
- EventBufferEvent::getEnabled - Returns bitmask of events currently enabled on the buffer event
- EventBufferEvent::getInput - Returns underlying input buffer associated with current buffer
event
- EventBufferEvent::getOutput - Returns underlying output buffer associated with current buffer
event
- EventBufferEvent::read - Read buffer's data
- EventBufferEvent::readBuffer - Drains the entire contents of the input buffer and places them into buf
- EventBufferEvent::setCallbacks - Assigns read, write and event(status) callbacks
- EventBufferEvent::setPriority - Assign a priority to a bufferevent
- EventBufferEvent::setTimeouts - Set the read and write timeout for a buffer event
- EventBufferEvent::setWatermark - Adjusts read and/or write watermarks
- EventBufferEvent::sslError - Returns most recent OpenSSL error reported on the buffer event
- EventBufferEvent::sslFilter - Create a new SSL buffer event to send its data over another buffer event
- EventBufferEvent::sslGetCipherInfo - Returns a textual description of the cipher.
- EventBufferEvent::sslGetCipherName - Returns the current cipher name of the SSL connection.
- EventBufferEvent::sslGetCipherVersion - Returns version of cipher used by current SSL connection.
- EventBufferEvent::sslGetProtocol - Returns the name of the protocol used for current SSL connection.
- EventBufferEvent::sslRenegotiate - Tells a bufferevent to begin SSL renegotiation.
- EventBufferEvent::sslSocket - Creates a new SSL buffer event to send its data over an SSL on a socket
- EventBufferEvent::write - Adds data to a buffer event's output buffer
- EventBufferEvent::writeBuffer - Adds contents of the entire buffer to a buffer event's output
buffer
- EventBufferEvent::__construct - Constructs EventBufferEvent object
- EventConfig::avoidMethod - Tells libevent to avoid specific event method
- EventConfig::requireFeatures - Enters a required event method feature that the application demands
- EventConfig::setMaxDispatchInterval - Prevents priority inversion
- EventConfig::__construct - Constructs EventConfig object
- EventDnsBase::addNameserverIp - Adds a nameserver to the DNS base
- EventDnsBase::addSearch - Adds a domain to the list of search domains
- EventDnsBase::clearSearch - Removes all current search suffixes
- EventDnsBase::countNameservers - Gets the number of configured nameservers
- EventDnsBase::loadHosts - Loads a hosts file (in the same format as /etc/hosts) from hosts file
- EventDnsBase::parseResolvConf - Scans the resolv.conf-formatted file
- EventDnsBase::setOption - Set the value of a configuration option
- EventDnsBase::setSearchNdots - Set the 'ndots' parameter for searches
- EventDnsBase::__construct - Constructs EventDnsBase object
- EventHttp::accept - Makes an HTTP server accept connections on the specified socket stream or resource
- EventHttp::addServerAlias - Adds a server alias to the HTTP server object
- EventHttp::bind - Binds an HTTP server on the specified address and port
- EventHttp::removeServerAlias - Removes server alias
- EventHttp::setAllowedMethods - Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks
- EventHttp::setCallback - Sets a callback for specified URI
- EventHttp::setDefaultCallback - Sets default callback to handle requests that are not caught by specific callbacks
- EventHttp::setMaxBodySize - Sets maximum request body size
- EventHttp::setMaxHeadersSize - Sets maximum HTTP header size
- EventHttp::setTimeout - Sets the timeout for an HTTP request
- EventHttp::__construct - Constructs EventHttp object(the HTTP server)
- EventHttpConnection::getBase - Returns event base associated with the connection
- EventHttpConnection::getPeer - Gets the remote address and port associated with the connection
- EventHttpConnection::makeRequest - Makes an HTTP request over the specified connection
- EventHttpConnection::setCloseCallback - Set callback for connection close
- EventHttpConnection::setLocalAddress - Sets the IP address from which HTTP connections are made
- EventHttpConnection::setLocalPort - Sets the local port from which connections are made
- EventHttpConnection::setMaxBodySize - Sets maximum body size for the connection
- EventHttpConnection::setMaxHeadersSize - Sets maximum header size
- EventHttpConnection::setRetries - Sets the retry limit for the connection
- EventHttpConnection::setTimeout - Sets the timeout for the connection
- EventHttpConnection::__construct - Constructs EventHttpConnection object
- EventHttpRequest::addHeader - Adds an HTTP header to the headers of the request
- EventHttpRequest::cancel - Cancels a pending HTTP request
- EventHttpRequest::clearHeaders - Removes all output headers from the header list of the request
- EventHttpRequest::closeConnection - Closes associated HTTP connection
- EventHttpRequest::findHeader - Finds the value belonging a header
- EventHttpRequest::free - Frees the object and removes associated events
- EventHttpRequest::getBufferEvent - Returns EventBufferEvent object
- EventHttpRequest::getCommand - Returns the request command(method)
- EventHttpRequest::getConnection - Returns EventHttpConnection object
- EventHttpRequest::getHost - Returns the request host
- EventHttpRequest::getInputBuffer - Returns the input buffer
- EventHttpRequest::getInputHeaders - Returns associative array of the input headers
- EventHttpRequest::getOutputBuffer - Returns the output buffer of the request
- EventHttpRequest::getOutputHeaders - Returns associative array of the input headers
- EventHttpRequest::getResponseCode - Returns the response code
- EventHttpRequest::getUri - Returns the request URI
- EventHttpRequest::removeHeader - Removes an HTTP header from the headers of the request
- EventHttpRequest::sendError - Send an HTML error message to the client
- EventHttpRequest::sendReply - Send an HTML reply to the client
- EventHttpRequest::sendReplyChunk - Send another data chunk as part of an ongoing chunked reply
- EventHttpRequest::sendReplyEnd - Complete a chunked reply, freeing the request as appropriate
- EventHttpRequest::sendReplyStart - Initiate a chunked reply
- EventHttpRequest::__construct - Constructs EventHttpRequest object
- EventListener::disable - Disables an event connect listener object
- EventListener::enable - Enables an event connect listener object
- EventListener::getBase - Returns event base associated with the event listener
- EventListener::getSocketName - Retreives the current address to which the
listener's socket is bound.
- EventListener::setCallback - The setCallback purpose
- EventListener::setErrorCallback - Set event listener's error callback
- EventListener::__construct - Creates new connection listener associated with an event base
- EventSslContext::__construct - Constructs an OpenSSL context for use with Event classes
- EventUtil::getLastSocketErrno - Returns the most recent socket error number
- EventUtil::getLastSocketError - Returns the most recent socket error
- EventUtil::getSocketFd - Returns numeric file descriptor of a socket, or stream
- EventUtil::getSocketName - Retreives the current address to which the
socket is bound.
- EventUtil::setSocketOption - Sets socket options
- EventUtil::sslRandPoll - Generates entropy by means of OpenSSL's RAND_poll()
- EventUtil::__construct - The abstract constructor
- event_base_free - Destroy event base
- event_base_loop - Handle events
- event_base_loopbreak - Abort event loop
- event_base_loopexit - Exit loop after a time
- event_base_new - Create and initialize new event base
- event_base_priority_init - Set the number of event priority levels
- event_base_reinit - Reinitialize the event base after a fork
- event_base_set - Associate event base with an event
- event_buffer_base_set - Associate buffered event with an event base
- event_buffer_disable - Disable a buffered event
- event_buffer_enable - Enable a buffered event
- event_buffer_fd_set - Change a buffered event file descriptor
- event_buffer_free - Destroy buffered event
- event_buffer_new - Create new buffered event
- event_buffer_priority_set - Assign a priority to a buffered event
- event_buffer_read - Read data from a buffered event
- event_buffer_set_callback - Set or reset callbacks for a buffered event
- event_buffer_timeout_set - Set read and write timeouts for a buffered event
- event_buffer_watermark_set - Set the watermarks for read and write events
- event_buffer_write - Write data to a buffered event
- event_new - Create new event
- event_priority_set - Assign a priority to an event.
- event_timer_add - Alias of event_add
- event_timer_del - Alias of event_del
- event_timer_new - Alias of event_new
- event_timer_set - Prepare a timer event
- EvFork::createStopped - Creates a stopped instance of EvFork watcher class
- EvFork::__construct - Constructs the EvFork watcher object
- EvIdle::createStopped - Creates instance of a stopped EvIdle watcher object
- EvIdle::__construct - Constructs the EvIdle watcher object
- EvIo::createStopped - Create stopped EvIo watcher object
- EvIo::set - Configures the watcher
- EvIo::__construct - Constructs EvIo watcher object
- EvLoop::backend - Returns an integer describing the backend used by libev.
- EvLoop::check - Creates EvCheck object associated with the current event loop
instance
- EvLoop::child - Creates EvChild object associated with the current event loop
- EvLoop::defaultLoop - Returns or creates the default event loop.
- EvLoop::embed - Creates an instance of EvEmbed watcher associated
with the current EvLoop object.
- EvLoop::fork - Creates EvFork watcher object associated with the current event
loop instance
- EvLoop::idle - Creates EvIdle watcher object associated with the current event
loop instance
- EvLoop::invokePending - Invoke all pending watchers while resetting their pending state
- EvLoop::io - Create EvIo watcher object associated with the current event
loop instance
- EvLoop::loopFork - Must be called after a fork
- EvLoop::now - Returns the current "event loop time"
- EvLoop::nowUpdate - Establishes the current time by querying the kernel, updating the time
returned by EvLoop::now in the progress.
- EvLoop::periodic - Creates EvPeriodic watcher object associated with the current
event loop instance
- EvLoop::prepare - Creates EvPrepare watcher object associated with the current
event loop instance
- EvLoop::resume - Resume previously suspended default event loop
- EvLoop::run - Begin checking for events and calling callbacks for the loop
- EvLoop::signal - Creates EvSignal watcher object associated with the current
event loop instance
- EvLoop::stat - Creates EvStat watcher object associated with the current event
loop instance
- EvLoop::stop - Stops the event loop
- EvLoop::suspend - Suspend the loop
- EvLoop::timer - Creates EvTimer watcher object associated with the current event
loop instance
- EvLoop::verify - Performs internal consistency checks(for debugging)
- EvLoop::__construct - Constructs the event loop object
- EvPeriodic::again - Simply stops and restarts the periodic watcher again.
- EvPeriodic::at - Returns the absolute time that this
watcher is supposed to trigger next
- EvPeriodic::createStopped - Create a stopped EvPeriodic watcher
- EvPeriodic::set - Configures the watcher
- EvPeriodic::__construct - Constructs EvPeriodic watcher object
- EvPrepare::createStopped - Creates a stopped instance of EvPrepare watcher
- EvPrepare::__construct - Constructs EvPrepare watcher object
- EvSignal::createStopped - Create stopped EvSignal watcher object
- EvSignal::set - Configures the watcher
- EvSignal::__construct - Constructs EvPeriodic watcher object
- EvStat::attr - Returns the values most recently detected by Ev
- EvStat::createStopped - Create a stopped EvStat watcher object
- EvStat::prev - Returns the previous set of values returned by EvStat::attr
- EvStat::set - Configures the watcher
- EvStat::stat - Initiates the stat call
- EvStat::__construct - Constructs EvStat watcher object
- EvTimer::again - Restarts the timer watcher
- EvTimer::createStopped - Creates EvTimer stopped watcher object
- EvTimer::set - Configures the watcher
- EvTimer::__construct - Constructs an EvTimer watcher object
- EvWatcher::clear - Clear watcher pending status
- EvWatcher::feed - Feeds the given revents set into the event loop
- EvWatcher::getLoop - Returns the loop responsible for the watcher
- EvWatcher::invoke - Invokes the watcher callback with the given received events bit
mask
- EvWatcher::keepalive - Configures whether to keep the loop from returning
- EvWatcher::setCallback - Sets new callback for the watcher
- EvWatcher::start - Starts the watcher
- EvWatcher::stop - Stops the watcher
- EvWatcher::__construct - Abstract constructor of a watcher object
- Examples with PDO_4D - Examples PDO_4D
- Exception::getCode - Gets the Exception code
- Exception::getFile - Gets the file in which the exception occurred
- Exception::getLine - Gets the line in which the exception occurred
- Exception::getMessage - Gets the Exception message
- Exception::getPrevious - Returns previous Exception
- Exception::getTrace - Gets the stack trace
- Exception::getTraceAsString - Gets the stack trace as a string
- Exception::__clone - Clone the exception
- Exception::__construct - Construct the exception
- Exception::__toString - String representation of the exception
- exec - Execute an external program
- exif_imagetype - Determine the type of an image
- exif_read_data - Reads the EXIF headers from JPEG or TIFF
- exif_tagname - Get the header name for an index
- exif_thumbnail - Retrieve the embedded thumbnail of a TIFF or JPEG image
- exit - Output a message and terminate the current script
- exp - Calculates the exponent of e
- expect:// - Process Interaction Streams
- expect_expectl - Waits until the output from a process matches one
of the patterns, a specified time period has passed, or an EOF is seen
- expect_popen - Execute command via Bourne shell, and open the PTY stream to
the process
- explode - Split a string by string
- expm1 - Returns exp(number) - 1, computed in a way that is accurate even
when the value of number is close to zero
- extension_loaded - Find out whether an extension is loaded
- extract - Import variables into the current symbol table from an array
- ezmlm_hash - Calculate the hash value needed by EZMLM
- f
- fam_cancel_monitor - Terminate monitoring
- fam_close - Close FAM connection
- fam_monitor_collection - Monitor a collection of files in a directory for changes
- fam_monitor_directory - Monitor a directory for changes
- fam_monitor_file - Monitor a regular file for changes
- fam_next_event - Get next pending FAM event
- fam_open - Open connection to FAM daemon
- fam_pending - Check for pending FAM events
- fam_resume_monitor - Resume suspended monitoring
- fam_suspend_monitor - Temporarily suspend monitoring
- FANNConnection::getFromNeuron - Returns the postions of starting neuron.
- FANNConnection::getToNeuron - Returns the postions of terminating neuron
- FANNConnection::getWeight - Returns the connection weight
- FANNConnection::setWeight - Sets the connections weight
- FANNConnection::__construct - The connection constructor
- fann_cascadetrain_on_data - Trains on an entire dataset, for a period of time using the Cascade2 training algorithm
- fann_cascadetrain_on_file - Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.
- fann_clear_scaling_params - Clears scaling parameters
- fann_copy - Creates a copy of a fann structure
- fann_create_from_file - Constructs a backpropagation neural network from a configuration file
- fann_create_shortcut - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections
- fann_create_shortcut_array - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections
- fann_create_sparse - Creates a standard backpropagation neural network, which is not fully connected
- fann_create_sparse_array - Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes
- fann_create_standard - Creates a standard fully connected backpropagation neural network
- fann_create_standard_array - Creates a standard fully connected backpropagation neural network using an array of layer sizes
- fann_create_train - Creates an empty training data struct
- fann_create_train_from_callback - Creates the training data struct from a user supplied function
- fann_descale_input - Scale data in input vector after get it from ann based on previously calculated parameters
- fann_descale_output - Scale data in output vector after get it from ann based on previously calculated parameters
- fann_descale_train - Descale input and output data based on previously calculated parameters
- fann_destroy - Destroys the entire network and properly freeing all the associated memory
- fann_destroy_train - Destructs the training data
- fann_duplicate_train_data - Returns an exact copy of a fann train data
- fann_get_activation_function - Returns the activation function
- fann_get_activation_steepness - Returns the activation steepness for supplied neuron and layer number
- fann_get_bias_array - Get the number of bias in each layer in the network
- fann_get_bit_fail - The number of fail bits
- fann_get_bit_fail_limit - Returns the bit fail limit used during training
- fann_get_cascade_activation_functions - Returns the cascade activation functions
- fann_get_cascade_activation_functions_count - Returns the number of cascade activation functions
- fann_get_cascade_activation_steepnesses - Returns the cascade activation steepnesses
- fann_get_cascade_activation_steepnesses_count - The number of activation steepnesses
- fann_get_cascade_candidate_change_fraction - Returns the cascade candidate change fraction
- fann_get_cascade_candidate_limit - Return the candidate limit
- fann_get_cascade_candidate_stagnation_epochs - Returns the number of cascade candidate stagnation epochs
- fann_get_cascade_max_cand_epochs - Returns the maximum candidate epochs
- fann_get_cascade_max_out_epochs - Returns the maximum out epochs
- fann_get_cascade_min_cand_epochs - Returns the minimum candidate epochs
- fann_get_cascade_min_out_epochs - Returns the minimum out epochs
- fann_get_cascade_num_candidates - Returns the number of candidates used during training
- fann_get_cascade_num_candidate_groups - Returns the number of candidate groups
- fann_get_cascade_output_change_fraction - Returns the cascade output change fraction
- fann_get_cascade_output_stagnation_epochs - Returns the number of cascade output stagnation epochs
- fann_get_cascade_weight_multiplier - Returns the weight multiplier
- fann_get_connection_array - Get connections in the network
- fann_get_connection_rate - Get the connection rate used when the network was created
- fann_get_errno - Returns the last error number
- fann_get_errstr - Returns the last errstr
- fann_get_layer_array - Get the number of neurons in each layer in the network
- fann_get_learning_momentum - Returns the learning momentum
- fann_get_learning_rate - Returns the learning rate
- fann_get_MSE - Reads the mean square error from the network
- fann_get_network_type - Get the type of neural network it was created as
- fann_get_num_input - Get the number of input neurons
- fann_get_num_layers - Get the number of layers in the neural network
- fann_get_num_output - Get the number of output neurons
- fann_get_quickprop_decay - Returns the decay which is a factor that weights should decrease in each iteration during quickprop training
- fann_get_quickprop_mu - Returns the mu factor
- fann_get_rprop_decrease_factor - Returns the increase factor used during RPROP training
- fann_get_rprop_delta_max - Returns the maximum step-size
- fann_get_rprop_delta_min - Returns the minimum step-size
- fann_get_rprop_delta_zero - Returns the initial step-size
- fann_get_rprop_increase_factor - Returns the increase factor used during RPROP training
- fann_get_sarprop_step_error_shift - Returns the sarprop step error shift
- fann_get_sarprop_step_error_threshold_factor - Returns the sarprop step error threshold factor
- fann_get_sarprop_temperature - Returns the sarprop temperature
- fann_get_sarprop_weight_decay_shift - Returns the sarprop weight decay shift
- fann_get_total_connections - Get the total number of connections in the entire network
- fann_get_total_neurons - Get the total number of neurons in the entire network
- fann_get_training_algorithm - Returns the training algorithm
- fann_get_train_error_function - Returns the error function used during training
- fann_get_train_stop_function - Returns the stop function used during training
- fann_init_weights - Initialize the weights using Widrow + Nguyen’s algorithm
- fann_length_train_data - Returns the number of training patterns in the train data
- fann_merge_train_data - Merges the train data
- fann_num_input_train_data - Returns the number of inputs in each of the training patterns in the train data
- fann_num_output_train_data - Returns the number of outputs in each of the training patterns in the train data
- fann_print_error - Prints the error string
- fann_randomize_weights - Give each connection a random weight between min_weight and max_weight
- fann_read_train_from_file - Reads a file that stores training data
- fann_reset_errno - Resets the last error number
- fann_reset_errstr - Resets the last error string
- fann_reset_MSE - Resets the mean square error from the network
- fann_run - Will run input through the neural network
- fann_save - Saves the entire network to a configuration file
- fann_save_train - Save the training structure to a file
- fann_scale_input - Scale data in input vector before feed it to ann based on previously calculated parameters
- fann_scale_input_train_data - Scales the inputs in the training data to the specified range
- fann_scale_output - Scale data in output vector before feed it to ann based on previously calculated parameters
- fann_scale_output_train_data - Scales the outputs in the training data to the specified range
- fann_scale_train - Scale input and output data based on previously calculated parameters
- fann_scale_train_data - Scales the inputs and outputs in the training data to the specified range
- fann_set_activation_function - Sets the activation function for supplied neuron and layer
- fann_set_activation_function_hidden - Sets the activation function for all of the hidden layers
- fann_set_activation_function_layer - Sets the activation function for all the neurons in the supplied layer.
- fann_set_activation_function_output - Sets the activation function for the output layer
- fann_set_activation_steepness - Sets the activation steepness for supplied neuron and layer number
- fann_set_activation_steepness_hidden - Sets the steepness of the activation steepness for all neurons in the all hidden layers
- fann_set_activation_steepness_layer - Sets the activation steepness for all of the neurons in the supplied layer number
- fann_set_activation_steepness_output - Sets the steepness of the activation steepness in the output layer
- fann_set_bit_fail_limit - Set the bit fail limit used during training
- fann_set_callback - Sets the callback function for use during training
- fann_set_cascade_activation_functions - Sets the array of cascade candidate activation functions
- fann_set_cascade_activation_steepnesses - Sets the array of cascade candidate activation steepnesses
- fann_set_cascade_candidate_change_fraction - Sets the cascade candidate change fraction
- fann_set_cascade_candidate_limit - Sets the candidate limit
- fann_set_cascade_candidate_stagnation_epochs - Sets the number of cascade candidate stagnation epochs
- fann_set_cascade_max_cand_epochs - Sets the max candidate epochs
- fann_set_cascade_max_out_epochs - Sets the maximum out epochs
- fann_set_cascade_min_cand_epochs - Sets the min candidate epochs
- fann_set_cascade_min_out_epochs - Sets the minimum out epochs
- fann_set_cascade_num_candidate_groups - Sets the number of candidate groups
- fann_set_cascade_output_change_fraction - Sets the cascade output change fraction
- fann_set_cascade_output_stagnation_epochs - Sets the number of cascade output stagnation epochs
- fann_set_cascade_weight_multiplier - Sets the weight multiplier
- fann_set_error_log - Sets where the errors are logged to
- fann_set_input_scaling_params - Calculate input scaling parameters for future use based on training data
- fann_set_learning_momentum - Sets the learning momentum
- fann_set_learning_rate - Sets the learning rate
- fann_set_output_scaling_params - Calculate output scaling parameters for future use based on training data
- fann_set_quickprop_decay - Sets the quickprop decay factor
- fann_set_quickprop_mu - Sets the quickprop mu factor
- fann_set_rprop_decrease_factor - Sets the decrease factor used during RPROP training
- fann_set_rprop_delta_max - Sets the maximum step-size
- fann_set_rprop_delta_min - Sets the minimum step-size
- fann_set_rprop_delta_zero - Sets the initial step-size
- fann_set_rprop_increase_factor - Sets the increase factor used during RPROP training
- fann_set_sarprop_step_error_shift - Sets the sarprop step error shift
- fann_set_sarprop_step_error_threshold_factor - Sets the sarprop step error threshold factor
- fann_set_sarprop_temperature - Sets the sarprop temperature
- fann_set_sarprop_weight_decay_shift - Sets the sarprop weight decay shift
- fann_set_scaling_params - Calculate input and output scaling parameters for future use based on training data
- fann_set_training_algorithm - Sets the training algorithm
- fann_set_train_error_function - Sets the error function used during training
- fann_set_train_stop_function - Sets the stop function used during training
- fann_set_weight - Set a connection in the network
- fann_set_weight_array - Set connections in the network
- fann_shuffle_train_data - Shuffles training data, randomizing the order
- fann_subset_train_data - Returns an copy of a subset of the train data
- fann_test - Test with a set of inputs, and a set of desired outputs
- fann_test_data - Test a set of training data and calculates the MSE for the training data
- fann_train - Train one iteration with a set of inputs, and a set of desired outputs
- fann_train_epoch - Train one epoch with a set of training data
- fann_train_on_data - Trains on an entire dataset for a period of time
- fann_train_on_file - Trains on an entire dataset, which is read from file, for a period of time
- fastcgi_finish_request - Flushes all response data to the client
- fbsql_affected_rows - Get number of affected rows in previous FrontBase operation
- fbsql_autocommit - Enable or disable autocommit
- fbsql_blob_size - Get the size of a BLOB
- fbsql_change_user - Change logged in user of the active connection
- fbsql_clob_size - Get the size of a CLOB
- fbsql_close - Close FrontBase connection
- fbsql_commit - Commits a transaction to the database
- fbsql_connect - Open a connection to a FrontBase Server
- fbsql_create_blob - Create a BLOB
- fbsql_create_clob - Create a CLOB
- fbsql_create_db - Create a FrontBase database
- fbsql_database - Get or set the database name used with a connection
- fbsql_database_password - Sets or retrieves the password for a FrontBase database
- fbsql_data_seek - Move internal result pointer
- fbsql_db_query - Send a FrontBase query
- fbsql_db_status - Get the status for a given database
- fbsql_drop_db - Drop (delete) a FrontBase database
- fbsql_errno - Returns the error number from previous operation
- fbsql_error - Returns the error message from previous operation
- fbsql_fetch_array - Fetch a result row as an associative array, a numeric array, or both
- fbsql_fetch_assoc - Fetch a result row as an associative array
- fbsql_fetch_field - Get column information from a result and return as an object
- fbsql_fetch_lengths - Get the length of each output in a result
- fbsql_fetch_object - Fetch a result row as an object
- fbsql_fetch_row - Get a result row as an enumerated array
- fbsql_field_flags - Get the flags associated with the specified field in a result
- fbsql_field_len - Returns the length of the specified field
- fbsql_field_name - Get the name of the specified field in a result
- fbsql_field_seek - Set result pointer to a specified field offset
- fbsql_field_table - Get name of the table the specified field is in
- fbsql_field_type - Get the type of the specified field in a result
- fbsql_free_result - Free result memory
- fbsql_get_autostart_info - Description
- fbsql_hostname - Get or set the host name used with a connection
- fbsql_insert_id - Get the id generated from the previous INSERT operation
- fbsql_list_dbs - List databases available on a FrontBase server
- fbsql_list_fields - List FrontBase result fields
- fbsql_list_tables - List tables in a FrontBase database
- fbsql_next_result - Move the internal result pointer to the next result
- fbsql_num_fields - Get number of fields in result
- fbsql_num_rows - Get number of rows in result
- fbsql_password - Get or set the user password used with a connection
- fbsql_pconnect - Open a persistent connection to a FrontBase Server
- fbsql_query - Send a FrontBase query
- fbsql_read_blob - Read a BLOB from the database
- fbsql_read_clob - Read a CLOB from the database
- fbsql_result - Get result data
- fbsql_rollback - Rollback a transaction to the database
- fbsql_rows_fetched - Get the number of rows affected by the last statement
- fbsql_select_db - Select a FrontBase database
- fbsql_set_characterset - Change input/output character set
- fbsql_set_lob_mode - Set the LOB retrieve mode for a FrontBase result set
- fbsql_set_password - Change the password for a given user
- fbsql_set_transaction - Set the transaction locking and isolation
- fbsql_start_db - Start a database on local or remote server
- fbsql_stop_db - Stop a database on local or remote server
- fbsql_tablename - Alias of fbsql_table_name
- fbsql_table_name - Get table name of field
- fbsql_username - Get or set the username for the connection
- fbsql_warnings - Enable or disable FrontBase warnings
- fclose - Closes an open file pointer
- fdf_add_doc_javascript - Adds javascript code to the FDF document
- fdf_add_template - Adds a template into the FDF document
- fdf_close - Close an FDF document
- fdf_create - Create a new FDF document
- fdf_enum_values - Call a user defined function for each document value
- fdf_errno - Return error code for last fdf operation
- fdf_error - Return error description for FDF error code
- fdf_get_ap - Get the appearance of a field
- fdf_get_attachment - Extracts uploaded file embedded in the FDF
- fdf_get_encoding - Get the value of the /Encoding key
- fdf_get_file - Get the value of the /F key
- fdf_get_flags - Gets the flags of a field
- fdf_get_opt - Gets a value from the opt array of a field
- fdf_get_status - Get the value of the /STATUS key
- fdf_get_value - Get the value of a field
- fdf_get_version - Gets version number for FDF API or file
- fdf_header - Sets FDF-specific output headers
- fdf_next_field_name - Get the next field name
- fdf_open - Open a FDF document
- fdf_open_string - Read a FDF document from a string
- fdf_remove_item - Sets target frame for form
- fdf_save - Save a FDF document
- fdf_save_string - Returns the FDF document as a string
- fdf_set_ap - Set the appearance of a field
- fdf_set_encoding - Sets FDF character encoding
- fdf_set_file - Set PDF document to display FDF data in
- fdf_set_flags - Sets a flag of a field
- fdf_set_javascript_action - Sets an javascript action of a field
- fdf_set_on_import_javascript - Adds javascript code to be executed when Acrobat opens the FDF
- fdf_set_opt - Sets an option of a field
- fdf_set_status - Set the value of the /STATUS key
- fdf_set_submit_form_action - Sets a submit form action of a field
- fdf_set_target_frame - Set target frame for form display
- fdf_set_value - Set the value of a field
- fdf_set_version - Sets version number for a FDF file
- feof - Tests for end-of-file on a file pointer
- fflush - Flushes the output to a file
- fgetc - Gets character from file pointer
- fgetcsv - Gets line from file pointer and parse for CSV fields
- fgets - Gets line from file pointer
- fgetss - Gets line from file pointer and strip HTML tags
- file - Reads entire file into an array
- file:// - Accessing local filesystem
- fileatime - Gets last access time of file
- filectime - Gets inode change time of file
- filegroup - Gets file group
- fileinode - Gets file inode
- filemtime - Gets file modification time
- fileowner - Gets file owner
- fileperms - Gets file permissions
- filepro - Read and verify the map file
- filepro_fieldcount - Find out how many fields are in a filePro database
- filepro_fieldname - Gets the name of a field
- filepro_fieldtype - Gets the type of a field
- filepro_fieldwidth - Gets the width of a field
- filepro_retrieve - Retrieves data from a filePro database
- filepro_rowcount - Find out how many rows are in a filePro database
- filesize - Gets file size
- FilesystemIterator::current - The current file
- FilesystemIterator::getFlags - Get the handling flags
- FilesystemIterator::key - Retrieve the key for the current file
- FilesystemIterator::next - Move to the next file
- FilesystemIterator::rewind - Rewinds back to the beginning
- FilesystemIterator::setFlags - Sets handling flags
- FilesystemIterator::__construct - Constructs a new filesystem iterator
- filetype - Gets file type
- file_exists - Checks whether a file or directory exists
- file_get_contents - Reads entire file into a string
- file_put_contents - Write a string to a file
- FilterIterator::accept - Check whether the current element of the iterator is acceptable
- FilterIterator::current - Get the current element value
- FilterIterator::getInnerIterator - Get the inner iterator
- FilterIterator::key - Get the current key
- FilterIterator::next - Move the iterator forward
- FilterIterator::rewind - Rewind the iterator
- FilterIterator::valid - Check whether the current element is valid
- FilterIterator::__construct - Construct a filterIterator
- filter_has_var - Checks if variable of specified type exists
- filter_id - Returns the filter ID belonging to a named filter
- filter_input - Gets a specific external variable by name and optionally filters it
- filter_input_array - Gets external variables and optionally filters them
- filter_list - Returns a list of all supported filters
- filter_var - Filters a variable with a specified filter
- filter_var_array - Gets multiple variables and optionally filters them
- finfo::buffer - Alias of finfo_buffer
- finfo::file - Alias of finfo_file
- finfo::set_flags - Alias of finfo_set_flags
- finfo::__construct - Alias of finfo_open
- finfo_close - Close fileinfo resource
- finfo_open - Create a new fileinfo resource
- floatval - Get float value of a variable
- flock - Portable advisory file locking
- floor - Round fractions down
- flush - Flush system output buffer
- fmod - Returns the floating point remainder (modulo) of the division
of the arguments
- fnmatch - Match filename against a pattern
- fopen - Opens file or URL
- forward_static_call - Call a static method
- forward_static_call_array - Call a static method and pass the arguments as array
- fpassthru - Output all remaining data on a file pointer
- fprintf - Write a formatted string to a stream
- fputcsv - Format line as CSV and write to file pointer
- fputs - Alias of fwrite
- fread - Binary-safe file read
- FrenchToJD - Converts a date from the French Republican Calendar to a Julian Day Count
- fribidi_log2vis - Convert a logical string to a visual one
- fscanf - Parses input from a file according to a format
- fseek - Seeks on a file pointer
- fsockopen - Open Internet or Unix domain socket connection
- fstat - Gets information about a file using an open file pointer
- ftell - Returns the current position of the file read/write pointer
- ftok - Convert a pathname and a project identifier to a System V IPC key
- ftp:// - Accessing FTP(s) URLs
- FTP context options - FTP context option listing
- ftp_alloc - Allocates space for a file to be uploaded
- ftp_cdup - Changes to the parent directory
- ftp_chdir - Changes the current directory on a FTP server
- ftp_chmod - Set permissions on a file via FTP
- ftp_close - Closes an FTP connection
- ftp_connect - Opens an FTP connection
- ftp_delete - Deletes a file on the FTP server
- ftp_exec - Requests execution of a command on the FTP server
- ftp_fget - Downloads a file from the FTP server and saves to an open file
- ftp_fput - Uploads from an open file to the FTP server
- ftp_get - Downloads a file from the FTP server
- ftp_get_option - Retrieves various runtime behaviours of the current FTP stream
- ftp_login - Logs in to an FTP connection
- ftp_mdtm - Returns the last modified time of the given file
- ftp_mkdir - Creates a directory
- ftp_nb_continue - Continues retrieving/sending a file (non-blocking)
- ftp_nb_fget - Retrieves a file from the FTP server and writes it to an open file (non-blocking)
- ftp_nb_fput - Stores a file from an open file to the FTP server (non-blocking)
- ftp_nb_get - Retrieves a file from the FTP server and writes it to a local file (non-blocking)
- ftp_nb_put - Stores a file on the FTP server (non-blocking)
- ftp_nlist - Returns a list of files in the given directory
- ftp_pasv - Turns passive mode on or off
- ftp_put - Uploads a file to the FTP server
- ftp_pwd - Returns the current directory name
- ftp_quit - Alias of ftp_close
- ftp_raw - Sends an arbitrary command to an FTP server
- ftp_rawlist - Returns a detailed list of files in the given directory
- ftp_rename - Renames a file or a directory on the FTP server
- ftp_rmdir - Removes a directory
- ftp_set_option - Set miscellaneous runtime FTP options
- ftp_site - Sends a SITE command to the server
- ftp_size - Returns the size of the given file
- ftp_ssl_connect - Opens an Secure SSL-FTP connection
- ftp_systype - Returns the system type identifier of the remote FTP server
- ftruncate - Truncates a file to a given length
- function_exists - Return TRUE if the given function has been defined
- func_get_arg - Return an item from the argument list
- func_get_args - Returns an array comprising a function's argument list
- func_num_args - Returns the number of arguments passed to the function
- fwrite - Binary-safe file write
- g
- gc_collect_cycles - Forces collection of any existing garbage cycles
- gc_disable - Deactivates the circular reference collector
- gc_enable - Activates the circular reference collector
- gc_enabled - Returns status of the circular reference collector
- gd_info - Retrieve information about the currently installed GD library
- GearmanClient::addOptions - Add client options
- GearmanClient::addServer - Add a job server to the client
- GearmanClient::addServers - Add a list of job servers to the client
- GearmanClient::addTask - Add a task to be run in parallel
- GearmanClient::addTaskBackground - Add a background task to be run in parallel
- GearmanClient::addTaskHigh - Add a high priority task to run in parallel
- GearmanClient::addTaskHighBackground - Add a high priority background task to be run in parallel
- GearmanClient::addTaskLow - Add a low priority task to run in parallel
- GearmanClient::addTaskLowBackground - Add a low priority background task to be run in parallel
- GearmanClient::addTaskStatus - Add a task to get status
- GearmanClient::clearCallbacks - Clear all task callback functions
- GearmanClient::clone - Create a copy of a GearmanClient object
- GearmanClient::context - Get the application context
- GearmanClient::data - Get the application data (deprecated)
- GearmanClient::do - Run a single task and return a result [deprecated]
- GearmanClient::doBackground - Run a task in the background
- GearmanClient::doHigh - Run a single high priority task
- GearmanClient::doHighBackground - Run a high priority task in the background
- GearmanClient::doJobHandle - Get the job handle for the running task
- GearmanClient::doLow - Run a single low priority task
- GearmanClient::doLowBackground - Run a low priority task in the background
- GearmanClient::doNormal - Run a single task and return a result
- GearmanClient::doStatus - Get the status for the running task
- GearmanClient::echo - Send data to all job servers to see if they echo it back [deprecated]
- GearmanClient::error - Returns an error string for the last error encountered.
- GearmanClient::getErrno - Get an errno value
- GearmanClient::jobStatus - Get the status of a background job
- GearmanClient::ping - Send data to all job servers to see if they echo it back
- GearmanClient::removeOptions - Remove client options
- GearmanClient::returnCode - Get the last Gearman return code
- GearmanClient::runTasks - Run a list of tasks in parallel
- GearmanClient::setClientCallback - Callback function when there is a data packet for a task (deprecated)
- GearmanClient::setCompleteCallback - Set a function to be called on task completion
- GearmanClient::setContext - Set application context
- GearmanClient::setCreatedCallback - Set a callback for when a task is queued
- GearmanClient::setData - Set application data (deprecated)
- GearmanClient::setDataCallback - Callback function when there is a data packet for a task
- GearmanClient::setExceptionCallback - Set a callback for worker exceptions
- GearmanClient::setFailCallback - Set callback for job failure
- GearmanClient::setOptions - Set client options
- GearmanClient::setStatusCallback - Set a callback for collecting task status
- GearmanClient::setTimeout - Set socket I/O activity timeout
- GearmanClient::setWarningCallback - Set a callback for worker warnings
- GearmanClient::setWorkloadCallback - Set a callback for accepting incremental data updates
- GearmanClient::timeout - Get current socket I/O activity timeout value
- GearmanClient::__construct - Create a GearmanClient instance
- GearmanJob::complete - Send the result and complete status (deprecated)
- GearmanJob::data - Send data for a running job (deprecated)
- GearmanJob::exception - Send exception for running job (deprecated)
- GearmanJob::fail - Send fail status (deprecated)
- GearmanJob::functionName - Get function name
- GearmanJob::handle - Get the job handle
- GearmanJob::returnCode - Get last return code
- GearmanJob::sendComplete - Send the result and complete status
- GearmanJob::sendData - Send data for a running job
- GearmanJob::sendException - Send exception for running job (exception)
- GearmanJob::sendFail - Send fail status
- GearmanJob::sendStatus - Send status
- GearmanJob::sendWarning - Send a warning
- GearmanJob::setReturn - Set a return value
- GearmanJob::status - Send status (deprecated)
- GearmanJob::unique - Get the unique identifier
- GearmanJob::warning - Send a warning (deprecated)
- GearmanJob::workload - Get workload
- GearmanJob::workloadSize - Get size of work load
- GearmanJob::__construct - Create a GearmanJob instance
- GearmanTask::create - Create a task (deprecated)
- GearmanTask::data - Get data returned for a task
- GearmanTask::dataSize - Get the size of returned data
- GearmanTask::function - Get associated function name (deprecated)
- GearmanTask::functionName - Get associated function name
- GearmanTask::isKnown - Determine if task is known
- GearmanTask::isRunning - Test whether the task is currently running
- GearmanTask::jobHandle - Get the job handle
- GearmanTask::recvData - Read work or result data into a buffer for a task
- GearmanTask::returnCode - Get the last return code
- GearmanTask::sendData - Send data for a task (deprecated)
- GearmanTask::sendWorkload - Send data for a task
- GearmanTask::taskDenominator - Get completion percentage denominator
- GearmanTask::taskNumerator - Get completion percentage numerator
- GearmanTask::unique - Get the unique identifier for a task
- GearmanTask::uuid - Get the unique identifier for a task (deprecated)
- GearmanTask::__construct - Create a GearmanTask instance
- GearmanWorker::addFunction - Register and add callback function
- GearmanWorker::addOptions - Add worker options
- GearmanWorker::addServer - Add a job server
- GearmanWorker::addServers - Add job servers
- GearmanWorker::clone - Create a copy of the worker
- GearmanWorker::echo - Test job server response
- GearmanWorker::error - Get the last error encountered
- GearmanWorker::getErrno - Get errno
- GearmanWorker::options - Get worker options
- GearmanWorker::register - Register a function with the job server
- GearmanWorker::removeOptions - Remove worker options
- GearmanWorker::returnCode - Get last Gearman return code
- GearmanWorker::setId - Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers.
- GearmanWorker::setOptions - Set worker options
- GearmanWorker::setTimeout - Set socket I/O activity timeout
- GearmanWorker::timeout - Get socket I/O activity timeout
- GearmanWorker::unregister - Unregister a function name with the job servers
- GearmanWorker::unregisterAll - Unregister all function names with the job servers
- GearmanWorker::wait - Wait for activity from one of the job servers
- GearmanWorker::work - Wait for and perform jobs
- GearmanWorker::__construct - Create a GearmanWorker instance
- Gender\Gender::connect - Connect to an external name dictionary.
- Gender\Gender::country - Get textual country representation
- Gender\Gender::get - Get gender of a name.
- Gender\Gender::isNick - Check if the name0 is an alias of the name1.
- Gender\Gender::similarNames - Get similar names.
- Gender\Gender::__construct - Construct the Gender object.
- Generator::current - Get the yielded value
- Generator::key - Get the yielded key
- Generator::next - Resume execution of the generator
- Generator::rewind - Rewind the iterator
- Generator::send - Send a value to the generator
- Generator::throw - Throw an exception into the generator
- Generator::valid - Check if the iterator has been closed
- Generator::__wakeup - Serialize callback
- geoip_asnum_by_name - Get the Autonomous System Numbers (ASN)
- geoip_continent_code_by_name - Get the two letter continent code
- geoip_country_code3_by_name - Get the three letter country code
- geoip_country_code_by_name - Get the two letter country code
- geoip_country_name_by_name - Get the full country name
- geoip_database_info - Get GeoIP Database information
- geoip_db_avail - Determine if GeoIP Database is available
- geoip_db_filename - Returns the filename of the corresponding GeoIP Database
- geoip_db_get_all_info - Returns detailed information about all GeoIP database types
- geoip_domain_by_name - Get the second level domain name
- geoip_id_by_name - Get the Internet connection type
- geoip_isp_by_name - Get the Internet Service Provider (ISP) name
- geoip_netspeedcell_by_name - Get the Internet connection speed
- geoip_org_by_name - Get the organization name
- geoip_record_by_name - Returns the detailed City information found in the GeoIP Database
- geoip_region_by_name - Get the country code and region
- geoip_region_name_by_code - Returns the region name for some country and region code combo
- geoip_setup_custom_directory - Set a custom directory for the GeoIP database.
- geoip_time_zone_by_country_and_region - Returns the time zone for some country and region code combo
- getallheaders - Fetch all HTTP request headers
- getcwd - Gets the current working directory
- getdate - Get date/time information
- getenv - Gets the value of an environment variable
- gethostbyaddr - Get the Internet host name corresponding to a given IP address
- gethostbyname - Get the IPv4 address corresponding to a given Internet host name
- gethostbynamel - Get a list of IPv4 addresses corresponding to a given Internet host
name
- gethostname - Gets the host name
- getimagesize - Get the size of an image
- getimagesizefromstring - Get the size of an image from a string
- getlastmod - Gets time of last page modification
- getmxrr - Get MX records corresponding to a given Internet host name
- getmygid - Get PHP script owner's GID
- getmyinode - Gets the inode of the current script
- getmypid - Gets PHP's process ID
- getmyuid - Gets PHP script owner's UID
- getopt - Gets options from the command line argument list
- getprotobyname - Get protocol number associated with protocol name
- getprotobynumber - Get protocol name associated with protocol number
- getrandmax - Show largest possible random value
- getrusage - Gets the current resource usages
- getservbyname - Get port number associated with an Internet service and protocol
- getservbyport - Get Internet service which corresponds to port and protocol
- gettext - Lookup a message in the current domain
- gettimeofday - Get current time
- gettype - Get the type of a variable
- get_browser - Tells what the user's browser is capable of
- get_called_class - the "Late Static Binding" class name
- get_cfg_var - Gets the value of a PHP configuration option
- get_class - Returns the name of the class of an object
- get_class_methods - Gets the class methods' names
- get_class_vars - Get the default properties of the class
- get_current_user - Gets the name of the owner of the current PHP script
- get_declared_classes - Returns an array with the name of the defined classes
- get_declared_interfaces - Returns an array of all declared interfaces
- get_declared_traits - Returns an array of all declared traits
- get_defined_constants - Returns an associative array with the names of all the constants and their values
- get_defined_functions - Returns an array of all defined functions
- get_defined_vars - Returns an array of all defined variables
- get_extension_funcs - Returns an array with the names of the functions of a module
- get_headers - Fetches all the headers sent by the server in response to a HTTP request
- get_html_translation_table - Returns the translation table used by htmlspecialchars and htmlentities
- get_included_files - Returns an array with the names of included or required files
- get_include_path - Gets the current include_path configuration option
- get_loaded_extensions - Returns an array with the names of all modules compiled and loaded
- get_magic_quotes_gpc - Gets the current configuration setting of magic_quotes_gpc
- get_magic_quotes_runtime - Gets the current active configuration setting of magic_quotes_runtime
- get_meta_tags - Extracts all meta tag content attributes from a file and returns an array
- get_object_vars - Gets the properties of the given object
- get_parent_class - Retrieves the parent class name for object or class
- get_required_files - Alias of get_included_files
- get_resource_type - Returns the resource type
- glob - Find pathnames matching a pattern
- glob:// - Find pathnames matching pattern
- GlobIterator::count - Get the number of directories and files
- GlobIterator::__construct - Construct a directory using glob
- Gmagick::addimage - Adds new image to Gmagick object image list
- Gmagick::addnoiseimage - Adds random noise to the image
- Gmagick::annotateimage - Annotates an image with text
- Gmagick::blurimage - Adds blur filter to image
- Gmagick::borderimage - Surrounds the image with a border
- Gmagick::charcoalimage - Simulates a charcoal drawing
- Gmagick::chopimage - Removes a region of an image and trims
- Gmagick::clear - Clears all resources associated to Gmagick object
- Gmagick::commentimage - Adds a comment to your image
- Gmagick::compositeimage - Composite one image onto another
- Gmagick::cropimage - Extracts a region of the image
- Gmagick::cropthumbnailimage - Creates a crop thumbnail
- Gmagick::current - The current purpose
- Gmagick::cyclecolormapimage - Displaces an image's colormap
- Gmagick::deconstructimages - Returns certain pixel differences between images
- Gmagick::despeckleimage - The despeckleimage purpose
- Gmagick::destroy - The destroy purpose
- Gmagick::drawimage - Renders the GmagickDraw object on the current image
- Gmagick::edgeimage - Enhance edges within the image
- Gmagick::embossimage - Returns a grayscale image with a three-dimensional effect
- Gmagick::enhanceimage - Improves the quality of a noisy image
- Gmagick::equalizeimage - Equalizes the image histogram
- Gmagick::flipimage - Creates a vertical mirror image
- Gmagick::flopimage - The flopimage purpose
- Gmagick::frameimage - Adds a simulated three-dimensional border
- Gmagick::gammaimage - Gamma-corrects an image
- Gmagick::getcopyright - Returns the GraphicsMagick API copyright as a string
- Gmagick::getfilename - The filename associated with an image sequence
- Gmagick::getimagebackgroundcolor - Returns the image background color
- Gmagick::getimageblueprimary - Returns the chromaticy blue primary point
- Gmagick::getimagebordercolor - Returns the image border color
- Gmagick::getimagechanneldepth - Gets the depth for a particular image channel
- Gmagick::getimagecolors - Returns the color of the specified colormap index
- Gmagick::getimagecolorspace - Gets the image colorspace
- Gmagick::getimagecompose - Returns the composite operator associated with the image
- Gmagick::getimagedelay - Gets the image delay
- Gmagick::getimagedepth - Gets the depth of the image
- Gmagick::getimagedispose - Gets the image disposal method
- Gmagick::getimageextrema - Gets the extrema for the image
- Gmagick::getimagefilename - Returns the filename of a particular image in a sequence
- Gmagick::getimageformat - Returns the format of a particular image in a sequence
- Gmagick::getimagegamma - Gets the image gamma
- Gmagick::getimagegreenprimary - Returns the chromaticy green primary point
- Gmagick::getimageheight - Returns the image height
- Gmagick::getimagehistogram - Gets the image histogram
- Gmagick::getimageindex - Gets the index of the current active image
- Gmagick::getimageinterlacescheme - Gets the image interlace scheme
- Gmagick::getimageiterations - Gets the image iterations
- Gmagick::getimagematte - Check if the image has a matte channel
- Gmagick::getimagemattecolor - Returns the image matte color
- Gmagick::getimageprofile - Returns the named image profile.
- Gmagick::getimageredprimary - Returns the chromaticity red primary point
- Gmagick::getimagerenderingintent - Gets the image rendering intent
- Gmagick::getimageresolution - Gets the image X and Y resolution
- Gmagick::getimagescene - Gets the image scene
- Gmagick::getimagesignature - Generates an SHA-256 message digest
- Gmagick::getimagetype - Gets the potential image type.
- Gmagick::getimageunits - Gets the image units of resolution
- Gmagick::getimagewhitepoint - Returns the chromaticity white point
- Gmagick::getimagewidth - Returns the width of the image
- Gmagick::getpackagename - Returns the GraphicsMagick package name.
- Gmagick::getquantumdepth - Returns the Gmagick quantum depth as a string.
- Gmagick::getreleasedate - Returns the GraphicsMagick release date as a string.
- Gmagick::getsamplingfactors - Gets the horizontal and vertical sampling factor.
- Gmagick::getsize - Returns the size associated with the Gmagick object
- Gmagick::getversion - Returns the GraphicsMagick API version
- Gmagick::hasnextimage - Checks if the object has more images
- Gmagick::haspreviousimage - Checks if the object has a previous image
- Gmagick::implodeimage - Creates a new image as a copy
- Gmagick::labelimage - Adds a label to an image.
- Gmagick::levelimage - Adjusts the levels of an image
- Gmagick::magnifyimage - Scales an image proportionally 2x
- Gmagick::mapimage - Replaces the colors of an image with the closest color from a reference image.
- Gmagick::medianfilterimage - Applies a digital filter
- Gmagick::minifyimage - Scales an image proportionally to half its size
- Gmagick::modulateimage - Control the brightness, saturation, and hue
- Gmagick::motionblurimage - Simulates motion blur
- Gmagick::newimage - Creates a new image
- Gmagick::nextimage - Moves to the next image
- Gmagick::normalizeimage - Enhances the contrast of a color image
- Gmagick::oilpaintimage - Simulates an oil painting
- Gmagick::previousimage - Move to the previous image in the object
- Gmagick::profileimage - Adds or removes a profile from an image
- Gmagick::quantizeimage - Analyzes the colors within a reference image
- Gmagick::quantizeimages - The quantizeimages purpose
- Gmagick::queryfontmetrics - Returns an array representing the font metrics
- Gmagick::queryfonts - Returns the configured fonts
- Gmagick::queryformats - Returns formats supported by Gmagick.
- Gmagick::radialblurimage - Radial blurs an image
- Gmagick::raiseimage - Creates a simulated 3d button-like effect
- Gmagick::read - Reads image from filename
- Gmagick::readimage - Reads image from filename
- Gmagick::readimageblob - Reads image from a binary string
- Gmagick::readimagefile - The readimagefile purpose
- Gmagick::reducenoiseimage - Smooths the contours of an image
- Gmagick::removeimage - Removes an image from the image list
- Gmagick::removeimageprofile - Removes the named image profile and returns it
- Gmagick::resampleimage - Resample image to desired resolution
- Gmagick::resizeimage - Scales an image
- Gmagick::rollimage - Offsets an image
- Gmagick::rotateimage - Rotates an image
- Gmagick::scaleimage - Scales the size of an image
- Gmagick::separateimagechannel - Separates a channel from the image
- Gmagick::setfilename - Sets the filename before you read or write the image
- Gmagick::setimagebackgroundcolor - Sets the image background color.
- Gmagick::setimageblueprimary - Sets the image chromaticity blue primary point.
- Gmagick::setimagebordercolor - Sets the image border color.
- Gmagick::setimagechanneldepth - Sets the depth of a particular image channel
- Gmagick::setimagecolorspace - Sets the image colorspace
- Gmagick::setimagecompose - Sets the image composite operator
- Gmagick::setimagedelay - Sets the image delay
- Gmagick::setimagedepth - Sets the image depth
- Gmagick::setimagedispose - Sets the image disposal method
- Gmagick::setimagefilename - Sets the filename of a particular image in a sequence
- Gmagick::setimageformat - Sets the format of a particular image
- Gmagick::setimagegamma - Sets the image gamma
- Gmagick::setimagegreenprimary - TSets the image chromaticity green primary point.
- Gmagick::setimageindex - Set the iterator to the position in the image list specified with the index parameter
- Gmagick::setimageinterlacescheme - Sets the interlace scheme of the image.
- Gmagick::setimageiterations - Sets the image iterations.
- Gmagick::setimageprofile - Adds a named profile to the Gmagick object
- Gmagick::setimageredprimary - Sets the image chromaticity red primary point.
- Gmagick::setimagerenderingintent - Sets the image rendering intent
- Gmagick::setimageresolution - Sets the image resolution
- Gmagick::setimagescene - Sets the image scene
- Gmagick::setimagetype - Sets the image type
- Gmagick::setimageunits - Sets the image units of resolution.
- Gmagick::setimagewhitepoint - Sets the image chromaticity white point.
- Gmagick::setsamplingfactors - Sets the image sampling factors.
- Gmagick::setsize - Sets the size of the Gmagick object
- Gmagick::shearimage - Creating a parallelogram
- Gmagick::solarizeimage - Applies a solarizing effect to the image
- Gmagick::spreadimage - Randomly displaces each pixel in a block
- Gmagick::stripimage - Strips an image of all profiles and comments
- Gmagick::swirlimage - Swirls the pixels about the center of the image
- Gmagick::thumbnailimage - Changes the size of an image
- Gmagick::trimimage - Remove edges from the image
- Gmagick::write - Writes an image to the specified filename
- Gmagick::writeimage - Writes an image to the specified filename
- Gmagick::__construct - The Gmagick constructor
- GmagickDraw::annotate - Draws text on the image
- GmagickDraw::arc - Draws an arc
- GmagickDraw::bezier - Draws a bezier curve
- GmagickDraw::ellipse - Draws an ellipse on the image
- GmagickDraw::getfillcolor - Returns the fill color
- GmagickDraw::getfillopacity - Returns the opacity used when drawing
- GmagickDraw::getfont - Returns the font
- GmagickDraw::getfontsize - Returns the font pointsize
- GmagickDraw::getfontstyle - Returns the font style
- GmagickDraw::getfontweight - Returns the font weight
- GmagickDraw::getstrokecolor - Returns the color used for stroking object outlines
- GmagickDraw::getstrokeopacity - Returns the opacity of stroked object outlines
- GmagickDraw::getstrokewidth - Returns the width of the stroke used to draw object outlines
- GmagickDraw::gettextdecoration - Returns the text decoration
- GmagickDraw::gettextencoding - Returns the code set used for text annotations
- GmagickDraw::line - The line purpose
- GmagickDraw::point - Draws a point
- GmagickDraw::polygon - Draws a polygon
- GmagickDraw::polyline - Draws a polyline
- GmagickDraw::rectangle - Draws a rectangle
- GmagickDraw::rotate - Applies the specified rotation to the current coordinate space
- GmagickDraw::roundrectangle - Draws a rounded rectangle
- GmagickDraw::scale - Adjusts the scaling factor
- GmagickDraw::setfillcolor - Sets the fill color to be used for drawing filled objects.
- GmagickDraw::setfillopacity - The setfillopacity purpose
- GmagickDraw::setfont - Sets the fully-specified font to use when annotating with text.
- GmagickDraw::setfontsize - Sets the font pointsize to use when annotating with text.
- GmagickDraw::setfontstyle - Sets the font style to use when annotating with text
- GmagickDraw::setfontweight - Sets the font weight
- GmagickDraw::setstrokecolor - Sets the color used for stroking object outlines.
- GmagickDraw::setstrokeopacity - Specifies the opacity of stroked object outlines.
- GmagickDraw::setstrokewidth - Sets the width of the stroke used to draw object outlines.
- GmagickDraw::settextdecoration - Specifies a decoration
- GmagickDraw::settextencoding - Specifies the text code set
- GmagickPixel::getcolor - Returns the color
- GmagickPixel::getcolorcount - Returns the color count associated with this color
- GmagickPixel::getcolorvalue - Gets the normalized value of the provided color channel
- GmagickPixel::setcolor - Sets the color
- GmagickPixel::setcolorvalue - Sets the normalized value of one of the channels
- GmagickPixel::__construct - The GmagickPixel constructor
- gmdate - Format a GMT/UTC date/time
- gmmktime - Get Unix timestamp for a GMT date
- gmp_abs - Absolute value
- gmp_add - Add numbers
- gmp_and - Bitwise AND
- gmp_clrbit - Clear bit
- gmp_cmp - Compare numbers
- gmp_com - Calculates one's complement
- gmp_div - Alias of gmp_div_q
- gmp_divexact - Exact division of numbers
- gmp_div_q - Divide numbers
- gmp_div_qr - Divide numbers and get quotient and remainder
- gmp_div_r - Remainder of the division of numbers
- gmp_export - Export to a binary string
- gmp_fact - Factorial
- gmp_gcd - Calculate GCD
- gmp_gcdext - Calculate GCD and multipliers
- gmp_hamdist - Hamming distance
- gmp_import - Import from a binary string
- gmp_init - Create GMP number
- gmp_intval - Convert GMP number to integer
- gmp_invert - Inverse by modulo
- gmp_jacobi - Jacobi symbol
- gmp_legendre - Legendre symbol
- gmp_mod - Modulo operation
- gmp_mul - Multiply numbers
- gmp_neg - Negate number
- gmp_nextprime - Find next prime number
- gmp_or - Bitwise OR
- gmp_perfect_square - Perfect square check
- gmp_popcount - Population count
- gmp_pow - Raise number into power
- gmp_powm - Raise number into power with modulo
- gmp_prob_prime - Check if number is "probably prime"
- gmp_random - Random number
- gmp_random_bits - Random number
- gmp_random_range - Random number
- gmp_root - Take the integer part of nth root
- gmp_rootrem - Take the integer part and remainder of nth root
- gmp_scan0 - Scan for 0
- gmp_scan1 - Scan for 1
- gmp_setbit - Set bit
- gmp_sign - Sign of number
- gmp_sqrt - Calculate square root
- gmp_sqrtrem - Square root with remainder
- gmp_strval - Convert GMP number to string
- gmp_sub - Subtract numbers
- gmp_testbit - Tests if a bit is set
- gmp_xor - Bitwise XOR
- gmstrftime - Format a GMT/UTC time/date according to locale settings
- gnupg_adddecryptkey - Add a key for decryption
- gnupg_addencryptkey - Add a key for encryption
- gnupg_addsignkey - Add a key for signing
- gnupg_cleardecryptkeys - Removes all keys which were set for decryption before
- gnupg_clearencryptkeys - Removes all keys which were set for encryption before
- gnupg_clearsignkeys - Removes all keys which were set for signing before
- gnupg_decrypt - Decrypts a given text
- gnupg_decryptverify - Decrypts and verifies a given text
- gnupg_encrypt - Encrypts a given text
- gnupg_encryptsign - Encrypts and signs a given text
- gnupg_export - Exports a key
- gnupg_geterror - Returns the errortext, if a function fails
- gnupg_getprotocol - Returns the currently active protocol for all operations
- gnupg_import - Imports a key
- gnupg_init - Initialize a connection
- gnupg_keyinfo - Returns an array with information about all keys that matches the given pattern
- gnupg_setarmor - Toggle armored output
- gnupg_seterrormode - Sets the mode for error_reporting
- gnupg_setsignmode - Sets the mode for signing
- gnupg_sign - Signs a given text
- gnupg_verify - Verifies a signed text
- gopher_parsedir - Translate a gopher formatted directory entry into an associative array.
- grapheme_extract - Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.
- grapheme_stripos - Find position (in grapheme units) of first occurrence of a case-insensitive string
- grapheme_stristr - Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.
- grapheme_strlen - Get string length in grapheme units
- grapheme_strpos - Find position (in grapheme units) of first occurrence of a string
- grapheme_strripos - Find position (in grapheme units) of last occurrence of a case-insensitive string
- grapheme_strrpos - Find position (in grapheme units) of last occurrence of a string
- grapheme_strstr - Returns part of haystack string from the first occurrence of needle to the end of haystack.
- grapheme_substr - Return part of a string
- GregorianToJD - Converts a Gregorian date to Julian Day Count
- gupnp_context_get_host_ip - Get the IP address
- gupnp_context_get_port - Get the port
- gupnp_context_get_subscription_timeout - Get the event subscription timeout
- gupnp_context_host_path - Start hosting
- gupnp_context_new - Create a new context
- gupnp_context_set_subscription_timeout - Sets the event subscription timeout
- gupnp_context_timeout_add - Sets a function to be called at regular intervals
- gupnp_context_unhost_path - Stop hosting
- gupnp_control_point_browse_start - Start browsing
- gupnp_control_point_browse_stop - Stop browsing
- gupnp_control_point_callback_set - Set control point callback
- gupnp_control_point_new - Create a new control point
- gupnp_device_action_callback_set - Set device callback function
- gupnp_device_info_get - Get info of root device
- gupnp_device_info_get_service - Get the service with type
- gupnp_root_device_get_available - Check whether root device is available
- gupnp_root_device_get_relative_location - Get the relative location of root device.
- gupnp_root_device_new - Create a new root device
- gupnp_root_device_set_available - Set whether or not root_device is available
- gupnp_root_device_start - Start main loop
- gupnp_root_device_stop - Stop main loop
- gupnp_service_action_get - Retrieves the specified action arguments
- gupnp_service_action_return - Return successfully
- gupnp_service_action_return_error - Return error code
- gupnp_service_action_set - Sets the specified action return values
- gupnp_service_freeze_notify - Freeze new notifications
- gupnp_service_info_get - Get full info of service
- gupnp_service_info_get_introspection - Get resource introspection of service
- gupnp_service_introspection_get_state_variable - Returns the state variable data
- gupnp_service_notify - Notifies listening clients
- gupnp_service_proxy_action_get - Send action to the service and get value
- gupnp_service_proxy_action_set - Send action to the service and set value
- gupnp_service_proxy_add_notify - Sets up callback for variable change notification
- gupnp_service_proxy_callback_set - Set service proxy callback for signal
- gupnp_service_proxy_get_subscribed - Check whether subscription is valid to the service
- gupnp_service_proxy_remove_notify - Cancels the variable change notification
- gupnp_service_proxy_send_action - Send action with multiple parameters synchronously
- gupnp_service_proxy_set_subscribed - (Un)subscribes to the service.
- gupnp_service_thaw_notify - Sends out any pending notifications and stops queuing of new ones.
- gzclose - Close an open gz-file pointer
- gzcompress - Compress a string
- gzdecode - Decodes a gzip compressed string
- gzdeflate - Deflate a string
- gzencode - Create a gzip compressed string
- gzeof - Test for EOF on a gz-file pointer
- gzfile - Read entire gz-file into an array
- gzgetc - Get character from gz-file pointer
- gzgets - Get line from file pointer
- gzgetss - Get line from gz-file pointer and strip HTML tags
- gzinflate - Inflate a deflated string
- gzopen - Open gz-file
- gzpassthru - Output all remaining data on a gz-file pointer
- gzputs - Alias of gzwrite
- gzread - Binary-safe gz-file read
- gzrewind - Rewind the position of a gz-file pointer
- gzseek - Seek on a gz-file pointer
- gztell - Tell gz-file pointer read/write position
- gzuncompress - Uncompress a compressed string
- gzwrite - Binary-safe gz-file write
- h
- HaruAnnotation::setBorderStyle - Set the border style of the annotation
- HaruAnnotation::setHighlightMode - Set the highlighting mode of the annotation
- HaruAnnotation::setIcon - Set the icon style of the annotation
- HaruAnnotation::setOpened - Set the initial state of the annotation
- HaruDestination::setFit - Set the appearance of the page to fit the window
- HaruDestination::setFitB - Set the appearance of the page to fit the bounding box of the page within the window
- HaruDestination::setFitBH - Set the appearance of the page to fit the width of the bounding box
- HaruDestination::setFitBV - Set the appearance of the page to fit the height of the boudning box
- HaruDestination::setFitH - Set the appearance of the page to fit the window width
- HaruDestination::setFitR - Set the appearance of the page to fit the specified rectangle
- HaruDestination::setFitV - Set the appearance of the page to fit the window height
- HaruDestination::setXYZ - Set the appearance of the page
- HaruDoc::addPage - Add new page to the document
- HaruDoc::addPageLabel - Set the numbering style for the specified range of pages
- HaruDoc::createOutline - Create a HaruOutline instance
- HaruDoc::getCurrentEncoder - Get HaruEncoder currently used in the document
- HaruDoc::getCurrentPage - Return current page of the document
- HaruDoc::getEncoder - Get HaruEncoder instance for the specified encoding
- HaruDoc::getFont - Get HaruFont instance
- HaruDoc::getInfoAttr - Get current value of the specified document attribute
- HaruDoc::getPageLayout - Get current page layout
- HaruDoc::getPageMode - Get current page mode
- HaruDoc::getStreamSize - Get the size of the temporary stream
- HaruDoc::insertPage - Insert new page just before the specified page
- HaruDoc::loadJPEG - Load a JPEG image
- HaruDoc::loadPNG - Load PNG image and return HaruImage instance
- HaruDoc::loadRaw - Load a RAW image
- HaruDoc::loadTTC - Load the font with the specified index from TTC file
- HaruDoc::loadTTF - Load TTF font file
- HaruDoc::loadType1 - Load Type1 font
- HaruDoc::output - Write the document data to the output buffer
- HaruDoc::readFromStream - Read data from the temporary stream
- HaruDoc::resetError - Reset error state of the document handle
- HaruDoc::resetStream - Rewind the temporary stream
- HaruDoc::save - Save the document into the specified file
- HaruDoc::saveToStream - Save the document into a temporary stream
- HaruDoc::setCompressionMode - Set compression mode for the document
- HaruDoc::setCurrentEncoder - Set the current encoder for the document
- HaruDoc::setEncryptionMode - Set encryption mode for the document
- HaruDoc::setInfoAttr - Set the info attribute of the document
- HaruDoc::setInfoDateAttr - Set the datetime info attributes of the document
- HaruDoc::setOpenAction - Define which page is shown when the document is opened
- HaruDoc::setPageLayout - Set how pages should be displayed
- HaruDoc::setPageMode - Set how the document should be displayed
- HaruDoc::setPagesConfiguration - Set the number of pages per set of pages
- HaruDoc::setPassword - Set owner and user passwords for the document
- HaruDoc::setPermission - Set permissions for the document
- HaruDoc::useCNSEncodings - Enable Chinese simplified encodings
- HaruDoc::useCNSFonts - Enable builtin Chinese simplified fonts
- HaruDoc::useCNTEncodings - Enable Chinese traditional encodings
- HaruDoc::useCNTFonts - Enable builtin Chinese traditional fonts
- HaruDoc::useJPEncodings - Enable Japanese encodings
- HaruDoc::useJPFonts - Enable builtin Japanese fonts
- HaruDoc::useKREncodings - Enable Korean encodings
- HaruDoc::useKRFonts - Enable builtin Korean fonts
- HaruDoc::__construct - Construct new HaruDoc instance
- HaruEncoder::getByteType - Get the type of the byte in the text
- HaruEncoder::getType - Get the type of the encoder
- HaruEncoder::getUnicode - Convert the specified character to unicode
- HaruEncoder::getWritingMode - Get the writing mode of the encoder
- HaruFont::getAscent - Get the vertical ascent of the font
- HaruFont::getCapHeight - Get the distance from the baseline of uppercase letters
- HaruFont::getDescent - Get the vertical descent of the font
- HaruFont::getEncodingName - Get the name of the encoding
- HaruFont::getFontName - Get the name of the font
- HaruFont::getTextWidth - Get the total width of the text, number of characters, number of words and number of spaces
- HaruFont::getUnicodeWidth - Get the width of the character in the font
- HaruFont::getXHeight - Get the distance from the baseline of lowercase letters
- HaruFont::measureText - Calculate the number of characters which can be included within the specified width
- HaruImage::getBitsPerComponent - Get the number of bits used to describe each color component of the image
- HaruImage::getColorSpace - Get the name of the color space
- HaruImage::getHeight - Get the height of the image
- HaruImage::getSize - Get size of the image
- HaruImage::getWidth - Get the width of the image
- HaruImage::setColorMask - Set the color mask of the image
- HaruImage::setMaskImage - Set the image mask
- HaruOutline::setDestination - Set the destination for the outline
- HaruOutline::setOpened - Set the initial state of the outline
- HaruPage::arc - Append an arc to the current path
- HaruPage::beginText - Begin a text object and set the current text position to (0,0)
- HaruPage::circle - Append a circle to the current path
- HaruPage::closePath - Append a straight line from the current point to the start point of the path
- HaruPage::concat - Concatenate current transformation matrix of the page and the specified matrix
- HaruPage::createDestination - Create new HaruDestination instance
- HaruPage::createLinkAnnotation - Create new HaruAnnotation instance
- HaruPage::createTextAnnotation - Create new HaruAnnotation instance
- HaruPage::createURLAnnotation - Create and return new HaruAnnotation instance
- HaruPage::curveTo - Append a Bezier curve to the current path
- HaruPage::curveTo2 - Append a Bezier curve to the current path
- HaruPage::curveTo3 - Append a Bezier curve to the current path
- HaruPage::drawImage - Show image at the page
- HaruPage::ellipse - Append an ellipse to the current path
- HaruPage::endPath - End current path object without filling and painting operations
- HaruPage::endText - End current text object
- HaruPage::eofill - Fill current path using even-odd rule
- HaruPage::eoFillStroke - Fill current path using even-odd rule, then paint the path
- HaruPage::fill - Fill current path using nonzero winding number rule
- HaruPage::fillStroke - Fill current path using nonzero winding number rule, then paint the path
- HaruPage::getCharSpace - Get the current value of character spacing
- HaruPage::getCMYKFill - Get the current filling color
- HaruPage::getCMYKStroke - Get the current stroking color
- HaruPage::getCurrentFont - Get the currently used font
- HaruPage::getCurrentFontSize - Get the current font size
- HaruPage::getCurrentPos - Get the current position for path painting
- HaruPage::getCurrentTextPos - Get the current position for text printing
- HaruPage::getDash - Get the current dash pattern
- HaruPage::getFillingColorSpace - Get the current filling color space
- HaruPage::getFlatness - Get the flatness of the page
- HaruPage::getGMode - Get the current graphics mode
- HaruPage::getGrayFill - Get the current filling color
- HaruPage::getGrayStroke - Get the current stroking color
- HaruPage::getHeight - Get the height of the page
- HaruPage::getHorizontalScaling - Get the current value of horizontal scaling
- HaruPage::getLineCap - Get the current line cap style
- HaruPage::getLineJoin - Get the current line join style
- HaruPage::getLineWidth - Get the current line width
- HaruPage::getMiterLimit - Get the value of miter limit
- HaruPage::getRGBFill - Get the current filling color
- HaruPage::getRGBStroke - Get the current stroking color
- HaruPage::getStrokingColorSpace - Get the current stroking color space
- HaruPage::getTextLeading - Get the current value of line spacing
- HaruPage::getTextMatrix - Get the current text transformation matrix of the page
- HaruPage::getTextRenderingMode - Get the current text rendering mode
- HaruPage::getTextRise - Get the current value of text rising
- HaruPage::getTextWidth - Get the width of the text using current fontsize, character spacing and word spacing
- HaruPage::getTransMatrix - Get the current transformation matrix of the page
- HaruPage::getWidth - Get the width of the page
- HaruPage::getWordSpace - Get the current value of word spacing
- HaruPage::lineTo - Draw a line from the current point to the specified point
- HaruPage::measureText - Calculate the number of characters which can be included within the specified width
- HaruPage::moveTextPos - Move text position to the specified offset
- HaruPage::moveTo - Set starting point for new drawing path
- HaruPage::moveToNextLine - Move text position to the start of the next line
- HaruPage::rectangle - Append a rectangle to the current path
- HaruPage::setCharSpace - Set character spacing for the page
- HaruPage::setCMYKFill - Set filling color for the page
- HaruPage::setCMYKStroke - Set stroking color for the page
- HaruPage::setDash - Set the dash pattern for the page
- HaruPage::setFlatness - Set flatness for the page
- HaruPage::setFontAndSize - Set font and fontsize for the page
- HaruPage::setGrayFill - Set filling color for the page
- HaruPage::setGrayStroke - Sets stroking color for the page
- HaruPage::setHeight - Set height of the page
- HaruPage::setHorizontalScaling - Set horizontal scaling for the page
- HaruPage::setLineCap - Set the shape to be used at the ends of lines
- HaruPage::setLineJoin - Set line join style for the page
- HaruPage::setLineWidth - Set line width for the page
- HaruPage::setMiterLimit - Set the current value of the miter limit of the page
- HaruPage::setRGBFill - Set filling color for the page
- HaruPage::setRGBStroke - Set stroking color for the page
- HaruPage::setRotate - Set rotation angle of the page
- HaruPage::setSize - Set size and direction of the page
- HaruPage::setSlideShow - Set transition style for the page
- HaruPage::setTextLeading - Set text leading (line spacing) for the page
- HaruPage::setTextMatrix - Set the current text transformation matrix of the page
- HaruPage::setTextRenderingMode - Set text rendering mode for the page
- HaruPage::setTextRise - Set the current value of text rising
- HaruPage::setWidth - Set width of the page
- HaruPage::setWordSpace - Set word spacing for the page
- HaruPage::showText - Print text at the current position of the page
- HaruPage::showTextNextLine - Move the current position to the start of the next line and print the text
- HaruPage::stroke - Paint current path
- HaruPage::textOut - Print the text on the specified position
- HaruPage::textRect - Print the text inside the specified region
- hash - Generate a hash value (message digest)
- hash_algos - Return a list of registered hashing algorithms
- hash_copy - Copy hashing context
- hash_equals - Timing attack safe string comparison
- hash_file - Generate a hash value using the contents of a given file
- hash_final - Finalize an incremental hash and return resulting digest
- hash_hmac - Generate a keyed hash value using the HMAC method
- hash_hmac_file - Generate a keyed hash value using the HMAC method and the contents of a given file
- hash_init - Initialize an incremental hashing context
- hash_pbkdf2 - Generate a PBKDF2 key derivation of a supplied password
- hash_update - Pump data into an active hashing context
- hash_update_file - Pump data into an active hashing context from a file
- hash_update_stream - Pump data into an active hashing context from an open stream
- header - Send a raw HTTP header
- headers_list - Returns a list of response headers sent (or ready to send)
- headers_sent - Checks if or where headers have been sent
- header_register_callback - Call a header function
- header_remove - Remove previously set headers
- hebrev - Convert logical Hebrew text to visual text
- hebrevc - Convert logical Hebrew text to visual text with newline conversion
- hex2bin - Decodes a hexadecimally encoded binary string
- hexdec - Hexadecimal to decimal
- highlight_file - Syntax highlighting of a file
- highlight_string - Syntax highlighting of a string
- HRTime\PerformanceCounter::getElapsedTicks - Get elapsed ticks for all intervals.
- HRTime\PerformanceCounter::getFrequency - Timer frequency in ticks per second
- HRTime\PerformanceCounter::getLastElapsedTicks - Get elapsed ticks for the last interval.
- HRTime\PerformanceCounter::isRunning - Whether the measurement is running.
- HRTime\PerformanceCounter::start - Start time measurement
- HRTime\PerformanceCounter::stop - Stop time measurement
- HRTime\StopWatch::getElapsedTime - Get elapsed time for all intervals.
- HRTime\StopWatch::getLastElapsedTime - Get elapsed time for the last interval.
- htmlentities - Convert all applicable characters to HTML entities
- htmlspecialchars - Convert special characters to HTML entities
- htmlspecialchars_decode - Convert special HTML entities back to characters
- html_entity_decode - Convert all HTML entities to their applicable characters
- http:// - Accessing HTTP(s) URLs
- HTTP context options - HTTP context option listing
- HttpDeflateStream::factory - HttpDeflateStream class factory
- HttpDeflateStream::finish - Finalize deflate stream
- HttpDeflateStream::flush - Flush deflate stream
- HttpDeflateStream::update - Update deflate stream
- HttpDeflateStream::__construct - HttpDeflateStream class constructor
- HttpInflateStream::factory - HttpInflateStream class factory
- HttpInflateStream::finish - Finalize inflate stream
- HttpInflateStream::flush - Flush inflate stream
- HttpInflateStream::update - Update inflate stream
- HttpInflateStream::__construct - HttpInflateStream class constructor
- HttpMessage::addHeaders - Add headers
- HttpMessage::detach - Detach HttpMessage
- HttpMessage::factory - Create HttpMessage from string
- HttpMessage::fromEnv - Create HttpMessage from environment
- HttpMessage::fromString - Create HttpMessage from string
- HttpMessage::getBody - Get message body
- HttpMessage::getHeader - Get header
- HttpMessage::getHeaders - Get message headers
- HttpMessage::getHttpVersion - Get HTTP version
- HttpMessage::getParentMessage - Get parent message
- HttpMessage::getRequestMethod - Get request method
- HttpMessage::getRequestUrl - Get request URL
- HttpMessage::getResponseCode - Get response code
- HttpMessage::getResponseStatus - Get response status
- HttpMessage::getType - Get message type
- HttpMessage::guessContentType - Guess content type
- HttpMessage::prepend - Prepend message(s)
- HttpMessage::reverse - Reverse message chain
- HttpMessage::send - Send message
- HttpMessage::setBody - Set message body
- HttpMessage::setHeaders - Set headers
- HttpMessage::setHttpVersion - Set HTTP version
- HttpMessage::setRequestMethod - Set request method
- HttpMessage::setRequestUrl - Set request URL
- HttpMessage::setResponseCode - Set response code
- HttpMessage::setResponseStatus - Set response status
- HttpMessage::setType - Set message type
- HttpMessage::toMessageTypeObject - Create HTTP object regarding message type
- HttpMessage::toString - Get string representation
- HttpMessage::__construct - HttpMessage constructor
- HttpQueryString::get - Get the query string or a part thereof
- HttpQueryString::mod - Modifiy query string copy
- HttpQueryString::set - Set query string params
- HttpQueryString::singleton - HttpQueryString singleton
- HttpQueryString::toArray - Get query string as array
- HttpQueryString::toString - Get query string
- HttpQueryString::xlate - Change query strings charset
- HttpQueryString::__construct - HttpQueryString constructor
- HttpRequest::addCookies - Add cookies
- HttpRequest::addHeaders - Add headers
- HttpRequest::addPostFields - Add post fields
- HttpRequest::addPostFile - Add post file
- HttpRequest::addPutData - Add put data
- HttpRequest::addQueryData - Add query data
- HttpRequest::addRawPostData - Add raw post data
- HttpRequest::addSslOptions - Add ssl options
- HttpRequest::clearHistory - Clear history
- HttpRequest::enableCookies - Enable cookies
- HttpRequest::getContentType - Get content type
- HttpRequest::getCookies - Get cookies
- HttpRequest::getHeaders - Get headers
- HttpRequest::getHistory - Get history
- HttpRequest::getMethod - Get method
- HttpRequest::getOptions - Get options
- HttpRequest::getPostFields - Get post fields
- HttpRequest::getPostFiles - Get post files
- HttpRequest::getPutData - Get put data
- HttpRequest::getPutFile - Get put file
- HttpRequest::getQueryData - Get query data
- HttpRequest::getRawPostData - Get raw post data
- HttpRequest::getRawRequestMessage - Get raw request message
- HttpRequest::getRawResponseMessage - Get raw response message
- HttpRequest::getRequestMessage - Get request message
- HttpRequest::getResponseBody - Get response body
- HttpRequest::getResponseCode - Get response code
- HttpRequest::getResponseCookies - Get response cookie(s)
- HttpRequest::getResponseData - Get response data
- HttpRequest::getResponseHeader - Get response header(s)
- HttpRequest::getResponseInfo - Get response info
- HttpRequest::getResponseMessage - Get response message
- HttpRequest::getResponseStatus - Get response status
- HttpRequest::getSslOptions - Get ssl options
- HttpRequest::getUrl - Get url
- HttpRequest::resetCookies - Reset cookies
- HttpRequest::send - Send request
- HttpRequest::setBody - Set request body to send, overwriting previously set request body.
- HttpRequest::setContentType - Set content type
- HttpRequest::setCookies - Set cookies
- HttpRequest::setHeaders - Set headers
- HttpRequest::setMethod - Set method
- HttpRequest::setOptions - Set options
- HttpRequest::setPostFields - Set post fields
- HttpRequest::setPostFiles - Set post files
- HttpRequest::setPutData - Set put data
- HttpRequest::setPutFile - Set put file
- HttpRequest::setQueryData - Set query data
- HttpRequest::setRawPostData - Set raw post data
- HttpRequest::setSslOptions - Set ssl options
- HttpRequest::setUrl - Set URL
- HttpRequest::__construct - HttpRequest constructor
- HttpRequestPool::attach - Attach HttpRequest
- HttpRequestPool::detach - Detach HttpRequest
- HttpRequestPool::getAttachedRequests - Get attached requests
- HttpRequestPool::getFinishedRequests - Get finished requests
- HttpRequestPool::reset - Reset request pool
- HttpRequestPool::send - Send all requests
- HttpRequestPool::socketPerform - Perform socket actions
- HttpRequestPool::socketSelect - Perform socket select
- HttpRequestPool::__construct - HttpRequestPool constructor
- HttpRequestPool::__destruct - HttpRequestPool destructor
- HttpResponse::capture - Capture script output
- HttpResponse::getBufferSize - Get buffer size
- HttpResponse::getCache - Get cache
- HttpResponse::getCacheControl - Get cache control
- HttpResponse::getContentDisposition - Get content disposition
- HttpResponse::getContentType - Get content type
- HttpResponse::getData - Get data
- HttpResponse::getETag - Get ETag
- HttpResponse::getFile - Get file
- HttpResponse::getGzip - Get gzip
- HttpResponse::getHeader - Get header
- HttpResponse::getLastModified - Get last modified
- HttpResponse::getRequestBody - Get request body
- HttpResponse::getRequestBodyStream - Get request body stream
- HttpResponse::getRequestHeaders - Get request headers
- HttpResponse::getStream - Get Stream
- HttpResponse::getThrottleDelay - Get throttle delay
- HttpResponse::guessContentType - Guess content type
- HttpResponse::redirect - Redirect
- HttpResponse::send - Send response
- HttpResponse::setBufferSize - Set buffer size
- HttpResponse::setCache - Set cache
- HttpResponse::setCacheControl - Set cache control
- HttpResponse::setContentDisposition - Set content disposition
- HttpResponse::setContentType - Set content type
- HttpResponse::setData - Set data
- HttpResponse::setETag - Set ETag
- HttpResponse::setFile - Set file
- HttpResponse::setGzip - Set gzip
- HttpResponse::setHeader - Set header
- HttpResponse::setLastModified - Set last modified
- HttpResponse::setStream - Set stream
- HttpResponse::setThrottleDelay - Set throttle delay
- HttpResponse::status - Send HTTP response status
- http_build_cookie - Build cookie string
- http_build_query - Generate URL-encoded query string
- http_build_str - Build query string
- http_build_url - Build a URL
- http_cache_etag - Caching by ETag
- http_cache_last_modified - Caching by last modification
- http_chunked_decode - Decode chunked-encoded data
- http_date - Compose HTTP RFC compliant date
- http_deflate - Deflate data
- http_get - Perform GET request
- http_get_request_body - Get request body as string
- http_get_request_body_stream - Get request body as stream
- http_get_request_headers - Get request headers as array
- http_head - Perform HEAD request
- http_inflate - Inflate data
- http_match_etag - Match ETag
- http_match_modified - Match last modification
- http_match_request_header - Match any header
- http_negotiate_charset - Negotiate client's preferred character set
- http_negotiate_content_type - Negotiate client's preferred content type
- http_negotiate_language - Negotiate client's preferred language
- http_parse_cookie - Parse HTTP cookie
- http_parse_headers - Parse HTTP headers
- http_parse_message - Parse HTTP messages
- http_parse_params - Parse parameter list
- http_persistent_handles_clean - Clean up persistent handles
- http_persistent_handles_count - Stat persistent handles
- http_persistent_handles_ident - Get/set ident of persistent handles
- http_post_data - Perform POST request with pre-encoded data
- http_post_fields - Perform POST request with data to be encoded
- http_put_data - Perform PUT request with data
- http_put_file - Perform PUT request with file
- http_put_stream - Perform PUT request with stream
- http_redirect - Issue HTTP redirect
- http_request - Perform custom request
- http_request_body_encode - Encode request body
- http_request_method_exists - Check whether request method exists
- http_request_method_name - Get request method name
- http_request_method_register - Register request method
- http_request_method_unregister - Unregister request method
- http_response_code - Get or Set the HTTP response code
- http_send_content_disposition - Send Content-Disposition
- http_send_content_type - Send Content-Type
- http_send_data - Send arbitrary data
- http_send_file - Send file
- http_send_last_modified - Send Last-Modified
- http_send_status - Send HTTP response status
- http_send_stream - Send stream
- http_support - Check built-in HTTP support
- http_throttle - HTTP throttling
- hwapi_attribute_new - Creates instance of class hw_api_attribute
- hwapi_content_new - Create new instance of class hw_api_content
- hwapi_hgcsp - Returns object of class hw_api
- hwapi_object_new - Creates a new instance of class hwapi_object_new
- hw_api::checkin - Checks in an object
- hw_api::checkout - Checks out an object
- hw_api::children - Returns children of an object
- hw_api::content - Returns content of an object
- hw_api::copy - Copies physically
- hw_api::dbstat - Returns statistics about database server
- hw_api::dcstat - Returns statistics about document cache server
- hw_api::dstanchors - Returns a list of all destination anchors
- hw_api::dstofsrcanchor - Returns destination of a source anchor
- hw_api::find - Search for objects
- hw_api::ftstat - Returns statistics about fulltext server
- hw_api::hwstat - Returns statistics about Hyperwave server
- hw_api::identify - Log into Hyperwave Server
- hw_api::info - Returns information about server configuration
- hw_api::insert - Inserts a new object
- hw_api::insertanchor - Inserts a new object of type anchor
- hw_api::insertcollection - Inserts a new object of type collection
- hw_api::insertdocument - Inserts a new object of type document
- hw_api::link - Creates a link to an object
- hw_api::lock - Locks an object
- hw_api::move - Moves object between collections
- hw_api::object - Retrieve attribute information
- hw_api::objectbyanchor - Returns the object an anchor belongs to
- hw_api::parents - Returns parents of an object
- hw_api::remove - Delete an object
- hw_api::replace - Replaces an object
- hw_api::setcommittedversion - Commits version other than last version
- hw_api::srcanchors - Returns a list of all source anchors
- hw_api::srcsofdst - Returns source of a destination object
- hw_api::unlock - Unlocks a locked object
- hw_api::user - Returns the own user object
- hw_api::userlist - Returns a list of all logged in users
- hw_api_attribute::key - Returns key of the attribute
- hw_api_attribute::langdepvalue - Returns value for a given language
- hw_api_attribute::value - Returns value of the attribute
- hw_api_attribute::values - Returns all values of the attribute
- hw_api_content::mimetype - Returns mimetype
- hw_api_content::read - Read content
- hw_api_error::count - Returns number of reasons
- hw_api_error::reason - Returns reason of error
- hw_api_object::assign - Clones object
- hw_api_object::attreditable - Checks whether an attribute is editable
- hw_api_object::count - Returns number of attributes
- hw_api_object::insert - Inserts new attribute
- hw_api_object::remove - Removes attribute
- hw_api_object::title - Returns the title attribute
- hw_api_object::value - Returns value of attribute
- hw_api_reason::description - Returns description of reason
- hw_api_reason::type - Returns type of reason
- hypot - Calculate the length of the hypotenuse of a right-angle triangle
- i
- ibase_add_user - Add a user to a security database
- ibase_affected_rows - Return the number of rows that were affected by the previous query
- ibase_backup - Initiates a backup task in the service manager and returns immediately
- ibase_blob_add - Add data into a newly created blob
- ibase_blob_cancel - Cancel creating blob
- ibase_blob_close - Close blob
- ibase_blob_create - Create a new blob for adding data
- ibase_blob_echo - Output blob contents to browser
- ibase_blob_get - Get len bytes data from open blob
- ibase_blob_import - Create blob, copy file in it, and close it
- ibase_blob_info - Return blob length and other useful info
- ibase_blob_open - Open blob for retrieving data parts
- ibase_close - Close a connection to an InterBase database
- ibase_commit - Commit a transaction
- ibase_commit_ret - Commit a transaction without closing it
- ibase_connect - Open a connection to a database
- ibase_db_info - Request statistics about a database
- ibase_delete_user - Delete a user from a security database
- ibase_drop_db - Drops a database
- ibase_errcode - Return an error code
- ibase_errmsg - Return error messages
- ibase_execute - Execute a previously prepared query
- ibase_fetch_assoc - Fetch a result row from a query as an associative array
- ibase_fetch_object - Get an object from a InterBase database
- ibase_fetch_row - Fetch a row from an InterBase database
- ibase_field_info - Get information about a field
- ibase_free_event_handler - Cancels a registered event handler
- ibase_free_query - Free memory allocated by a prepared query
- ibase_free_result - Free a result set
- ibase_gen_id - Increments the named generator and returns its new value
- ibase_maintain_db - Execute a maintenance command on the database server
- ibase_modify_user - Modify a user to a security database
- ibase_name_result - Assigns a name to a result set
- ibase_num_fields - Get the number of fields in a result set
- ibase_num_params - Return the number of parameters in a prepared query
- ibase_param_info - Return information about a parameter in a prepared query
- ibase_pconnect - Open a persistent connection to an InterBase database
- ibase_prepare - Prepare a query for later binding of parameter placeholders and execution
- ibase_query - Execute a query on an InterBase database
- ibase_restore - Initiates a restore task in the service manager and returns immediately
- ibase_rollback - Roll back a transaction
- ibase_rollback_ret - Roll back a transaction without closing it
- ibase_server_info - Request information about a database server
- ibase_service_attach - Connect to the service manager
- ibase_service_detach - Disconnect from the service manager
- ibase_set_event_handler - Register a callback function to be called when events are posted
- ibase_trans - Begin a transaction
- ibase_wait_event - Wait for an event to be posted by the database
- iconv - Convert string to requested character encoding
- iconv_get_encoding - Retrieve internal configuration variables of iconv extension
- iconv_mime_decode - Decodes a MIME header field
- iconv_mime_decode_headers - Decodes multiple MIME header fields at once
- iconv_mime_encode - Composes a MIME header field
- iconv_set_encoding - Set current setting for character encoding conversion
- iconv_strlen - Returns the character count of string
- iconv_strpos - Finds position of first occurrence of a needle within a haystack
- iconv_strrpos - Finds the last occurrence of a needle within a haystack
- iconv_substr - Cut out part of a string
- id3_get_frame_long_name - Get the long name of an ID3v2 frame
- id3_get_frame_short_name - Get the short name of an ID3v2 frame
- id3_get_genre_id - Get the id for a genre
- id3_get_genre_list - Get all possible genre values
- id3_get_genre_name - Get the name for a genre id
- id3_get_tag - Get all information stored in an ID3 tag
- id3_get_version - Get version of an ID3 tag
- id3_remove_tag - Remove an existing ID3 tag
- id3_set_tag - Update information stored in an ID3 tag
- idate - Format a local time/date as integer
- idn_to_ascii - Convert domain name to IDNA ASCII form.
- idn_to_unicode - Alias of idn_to_utf8
- idn_to_utf8 - Convert domain name from IDNA ASCII to Unicode.
- ifxus_close_slob - Deletes the slob object
- ifxus_create_slob - Creates an slob object and opens it
- ifxus_free_slob - Deletes the slob object
- ifxus_open_slob - Opens an slob object
- ifxus_read_slob - Reads nbytes of the slob object
- ifxus_seek_slob - Sets the current file or seek position
- ifxus_tell_slob - Returns the current file or seek position
- ifxus_write_slob - Writes a string into the slob object
- ifx_affected_rows - Get number of rows affected by a query
- ifx_blobinfile_mode - Set the default blob mode for all select queries
- ifx_byteasvarchar - Set the default byte mode
- ifx_close - Close Informix connection
- ifx_connect - Open Informix server connection
- ifx_copy_blob - Duplicates the given blob object
- ifx_create_blob - Creates an blob object
- ifx_create_char - Creates an char object
- ifx_do - Execute a previously prepared SQL-statement
- ifx_error - Returns error code of last Informix call
- ifx_errormsg - Returns error message of last Informix call
- ifx_fetch_row - Get row as an associative array
- ifx_fieldproperties - List of SQL fieldproperties
- ifx_fieldtypes - List of Informix SQL fields
- ifx_free_blob - Deletes the blob object
- ifx_free_char - Deletes the char object
- ifx_free_result - Releases resources for the query
- ifx_getsqlca - Get the contents of sqlca.sqlerrd[0..5] after a query
- ifx_get_blob - Return the content of a blob object
- ifx_get_char - Return the content of the char object
- ifx_htmltbl_result - Formats all rows of a query into a HTML table
- ifx_nullformat - Sets the default return value on a fetch row
- ifx_num_fields - Returns the number of columns in the query
- ifx_num_rows - Count the rows already fetched from a query
- ifx_pconnect - Open persistent Informix connection
- ifx_prepare - Prepare an SQL-statement for execution
- ifx_query - Send Informix query
- ifx_textasvarchar - Set the default text mode
- ifx_update_blob - Updates the content of the blob object
- ifx_update_char - Updates the content of the char object
- ignore_user_abort - Set whether a client disconnect should abort script execution
- iis_add_server - Creates a new virtual web server
- iis_get_dir_security - Gets Directory Security
- iis_get_script_map - Gets script mapping on a virtual directory for a specific extension
- iis_get_server_by_comment - Return the instance number associated with the Comment
- iis_get_server_by_path - Return the instance number associated with the Path
- iis_get_server_rights - Gets server rights
- iis_get_service_state - Returns the state for the service defined by ServiceId
- iis_remove_server - Removes the virtual web server indicated by ServerInstance
- iis_set_app_settings - Creates application scope for a virtual directory
- iis_set_dir_security - Sets Directory Security
- iis_set_script_map - Sets script mapping on a virtual directory
- iis_set_server_rights - Sets server rights
- iis_start_server - Starts the virtual web server
- iis_start_service - Starts the service defined by ServiceId
- iis_stop_server - Stops the virtual web server
- iis_stop_service - Stops the service defined by ServiceId
- image2wbmp - Output image to browser or file
- imageaffine - Return an image containing the affine transformed src image, using an optional clipping area
- imageaffinematrixconcat - Concat two matrices (as in doing many ops in one go)
- imageaffinematrixget - Return an image containing the affine tramsformed src image, using an optional clipping area
- imagealphablending - Set the blending mode for an image
- imageantialias - Should antialias functions be used or not
- imagearc - Draws an arc
- imagechar - Draw a character horizontally
- imagecharup - Draw a character vertically
- imagecolorallocate - Allocate a color for an image
- imagecolorallocatealpha - Allocate a color for an image
- imagecolorat - Get the index of the color of a pixel
- imagecolorclosest - Get the index of the closest color to the specified color
- imagecolorclosestalpha - Get the index of the closest color to the specified color + alpha
- imagecolorclosesthwb - Get the index of the color which has the hue, white and blackness
- imagecolordeallocate - De-allocate a color for an image
- imagecolorexact - Get the index of the specified color
- imagecolorexactalpha - Get the index of the specified color + alpha
- imagecolormatch - Makes the colors of the palette version of an image more closely match the true color version
- imagecolorresolve - Get the index of the specified color or its closest possible alternative
- imagecolorresolvealpha - Get the index of the specified color + alpha or its closest possible alternative
- imagecolorset - Set the color for the specified palette index
- imagecolorsforindex - Get the colors for an index
- imagecolorstotal - Find out the number of colors in an image's palette
- imagecolortransparent - Define a color as transparent
- imageconvolution - Apply a 3x3 convolution matrix, using coefficient and offset
- imagecopy - Copy part of an image
- imagecopymerge - Copy and merge part of an image
- imagecopymergegray - Copy and merge part of an image with gray scale
- imagecopyresampled - Copy and resize part of an image with resampling
- imagecopyresized - Copy and resize part of an image
- imagecreate - Create a new palette based image
- imagecreatefromgd - Create a new image from GD file or URL
- imagecreatefromgd2 - Create a new image from GD2 file or URL
- imagecreatefromgd2part - Create a new image from a given part of GD2 file or URL
- imagecreatefromgif - Create a new image from file or URL
- imagecreatefromjpeg - Create a new image from file or URL
- imagecreatefrompng - Create a new image from file or URL
- imagecreatefromstring - Create a new image from the image stream in the string
- imagecreatefromwbmp - Create a new image from file or URL
- imagecreatefromwebp - Create a new image from file or URL
- imagecreatefromxbm - Create a new image from file or URL
- imagecreatefromxpm - Create a new image from file or URL
- imagecreatetruecolor - Create a new true color image
- imagecrop - Crop an image using the given coordinates and size, x, y, width and height
- imagecropauto - Crop an image automatically using one of the available modes
- imagedashedline - Draw a dashed line
- imagedestroy - Destroy an image
- imageellipse - Draw an ellipse
- imagefill - Flood fill
- imagefilledarc - Draw a partial arc and fill it
- imagefilledellipse - Draw a filled ellipse
- imagefilledpolygon - Draw a filled polygon
- imagefilledrectangle - Draw a filled rectangle
- imagefilltoborder - Flood fill to specific color
- imagefilter - Applies a filter to an image
- imageflip - Flips an image using a given mode
- imagefontheight - Get font height
- imagefontwidth - Get font width
- imageftbbox - Give the bounding box of a text using fonts via freetype2
- imagefttext - Write text to the image using fonts using FreeType 2
- imagegammacorrect - Apply a gamma correction to a GD image
- imagegd - Output GD image to browser or file
- imagegd2 - Output GD2 image to browser or file
- imagegif - Output image to browser or file
- imagegrabscreen - Captures the whole screen
- imagegrabwindow - Captures a window
- imageinterlace - Enable or disable interlace
- imageistruecolor - Finds whether an image is a truecolor image
- imagejpeg - Output image to browser or file
- imagelayereffect - Set the alpha blending flag to use the bundled libgd layering effects
- imageline - Draw a line
- imageloadfont - Load a new font
- imagepalettecopy - Copy the palette from one image to another
- imagepalettetotruecolor - Converts a palette based image to true color
- imagepng - Output a PNG image to either the browser or a file
- imagepolygon - Draws a polygon
- imagepsbbox - Give the bounding box of a text rectangle using PostScript Type1 fonts
- imagepsencodefont - Change the character encoding vector of a font
- imagepsextendfont - Extend or condense a font
- imagepsfreefont - Free memory used by a PostScript Type 1 font
- imagepsloadfont - Load a PostScript Type 1 font from file
- imagepsslantfont - Slant a font
- imagepstext - Draws a text over an image using PostScript Type1 fonts
- imagerectangle - Draw a rectangle
- imagerotate - Rotate an image with a given angle
- imagesavealpha - Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images
- imagescale - Scale an image using the given new width and height
- imagesetbrush - Set the brush image for line drawing
- imagesetinterpolation - Set the interpolation method
- imagesetpixel - Set a single pixel
- imagesetstyle - Set the style for line drawing
- imagesetthickness - Set the thickness for line drawing
- imagesettile - Set the tile image for filling
- imagestring - Draw a string horizontally
- imagestringup - Draw a string vertically
- imagesx - Get image width
- imagesy - Get image height
- imagetruecolortopalette - Convert a true color image to a palette image
- imagettfbbox - Give the bounding box of a text using TrueType fonts
- imagettftext - Write text to the image using TrueType fonts
- imagetypes - Return the image types supported by this PHP build
- imagewbmp - Output image to browser or file
- imagewebp - Output an WebP image to browser or file
- imagexbm - Output an XBM image to browser or file
- image_type_to_extension - Get file extension for image type
- image_type_to_mime_type - Get Mime-Type for image-type returned by getimagesize,
exif_read_data, exif_thumbnail, exif_imagetype
- Imagick::adaptiveBlurImage - Adds adaptive blur filter to image
- Imagick::adaptiveResizeImage - Adaptively resize image with data dependent triangulation
- Imagick::adaptiveSharpenImage - Adaptively sharpen the image
- Imagick::adaptiveThresholdImage - Selects a threshold for each pixel based on a range of intensity
- Imagick::addImage - Adds new image to Imagick object image list
- Imagick::addNoiseImage - Adds random noise to the image
- Imagick::affineTransformImage - Transforms an image
- Imagick::animateImages - Animates an image or images
- Imagick::annotateImage - Annotates an image with text
- Imagick::appendImages - Append a set of images
- Imagick::averageImages - Average a set of images
- Imagick::blackThresholdImage - Forces all pixels below the threshold into black
- Imagick::blurImage - Adds blur filter to image
- Imagick::borderImage - Surrounds the image with a border
- Imagick::charcoalImage - Simulates a charcoal drawing
- Imagick::chopImage - Removes a region of an image and trims
- Imagick::clear - Clears all resources associated to Imagick object
- Imagick::clipImage - Clips along the first path from the 8BIM profile
- Imagick::clipPathImage - Clips along the named paths from the 8BIM profile
- Imagick::clone - Makes an exact copy of the Imagick object
- Imagick::clutImage - Replaces colors in the image
- Imagick::coalesceImages - Composites a set of images
- Imagick::colorFloodfillImage - Changes the color value of any pixel that matches target
- Imagick::colorizeImage - Blends the fill color with the image
- Imagick::combineImages - Combines one or more images into a single image
- Imagick::commentImage - Adds a comment to your image
- Imagick::compareImageChannels - Returns the difference in one or more images
- Imagick::compareImageLayers - Returns the maximum bounding region between images
- Imagick::compareImages - Compares an image to a reconstructed image
- Imagick::compositeImage - Composite one image onto another
- Imagick::contrastImage - Change the contrast of the image
- Imagick::contrastStretchImage - Enhances the contrast of a color image
- Imagick::convolveImage - Applies a custom convolution kernel to the image
- Imagick::cropImage - Extracts a region of the image
- Imagick::cropThumbnailImage - Creates a crop thumbnail
- Imagick::current - Returns a reference to the current Imagick object
- Imagick::cycleColormapImage - Displaces an image's colormap
- Imagick::decipherImage - Deciphers an image
- Imagick::deconstructImages - Returns certain pixel differences between images
- Imagick::deleteImageArtifact - Delete image artifact
- Imagick::deskewImage - Removes skew from the image
- Imagick::despeckleImage - Reduces the speckle noise in an image
- Imagick::destroy - Destroys the Imagick object
- Imagick::displayImage - Displays an image
- Imagick::displayImages - Displays an image or image sequence
- Imagick::distortImage - Distorts an image using various distortion methods
- Imagick::drawImage - Renders the ImagickDraw object on the current image
- Imagick::edgeImage - Enhance edges within the image
- Imagick::embossImage - Returns a grayscale image with a three-dimensional effect
- Imagick::encipherImage - Enciphers an image
- Imagick::enhanceImage - Improves the quality of a noisy image
- Imagick::equalizeImage - Equalizes the image histogram
- Imagick::evaluateImage - Applies an expression to an image
- Imagick::exportImagePixels - Exports raw image pixels
- Imagick::extentImage - Set image size
- Imagick::flattenImages - Merges a sequence of images
- Imagick::flipImage - Creates a vertical mirror image
- Imagick::floodFillPaintImage - Changes the color value of any pixel that matches target
- Imagick::flopImage - Creates a horizontal mirror image
- Imagick::frameImage - Adds a simulated three-dimensional border
- Imagick::functionImage - Applies a function on the image
- Imagick::fxImage - Evaluate expression for each pixel in the image
- Imagick::gammaImage - Gamma-corrects an image
- Imagick::gaussianBlurImage - Blurs an image
- Imagick::getColorspace - Gets the colorspace
- Imagick::getCompression - Gets the object compression type
- Imagick::getCompressionQuality - Gets the object compression quality
- Imagick::getCopyright - Returns the ImageMagick API copyright as a string
- Imagick::getFilename - The filename associated with an image sequence
- Imagick::getFont - Gets font
- Imagick::getFormat - Returns the format of the Imagick object
- Imagick::getGravity - Gets the gravity
- Imagick::getHomeURL - Returns the ImageMagick home URL
- Imagick::getImage - Returns a new Imagick object
- Imagick::getImageAlphaChannel - Gets the image alpha channel
- Imagick::getImageArtifact - Get image artifact
- Imagick::getImageBackgroundColor - Returns the image background color
- Imagick::getImageBlob - Returns the image sequence as a blob
- Imagick::getImageBluePrimary - Returns the chromaticy blue primary point
- Imagick::getImageBorderColor - Returns the image border color
- Imagick::getImageChannelDepth - Gets the depth for a particular image channel
- Imagick::getImageChannelDistortion - Compares image channels of an image to a reconstructed image
- Imagick::getImageChannelDistortions - Gets channel distortions
- Imagick::getImageChannelExtrema - Gets the extrema for one or more image channels
- Imagick::getImageChannelKurtosis - The getImageChannelKurtosis purpose
- Imagick::getImageChannelMean - Gets the mean and standard deviation
- Imagick::getImageChannelRange - Gets channel range
- Imagick::getImageChannelStatistics - Returns statistics for each channel in the image
- Imagick::getImageClipMask - Gets image clip mask
- Imagick::getImageColormapColor - Returns the color of the specified colormap index
- Imagick::getImageColors - Gets the number of unique colors in the image
- Imagick::getImageColorspace - Gets the image colorspace
- Imagick::getImageCompose - Returns the composite operator associated with the image
- Imagick::getImageCompression - Gets the current image's compression type
- Imagick::getImageCompressionQuality - Gets the current image's compression quality
- Imagick::getImageDelay - Gets the image delay
- Imagick::getImageDepth - Gets the image depth
- Imagick::getImageDispose - Gets the image disposal method
- Imagick::getImageDistortion - Compares an image to a reconstructed image
- Imagick::getImageExtrema - Gets the extrema for the image
- Imagick::getImageFilename - Returns the filename of a particular image in a sequence
- Imagick::getImageFormat - Returns the format of a particular image in a sequence
- Imagick::getImageGamma - Gets the image gamma
- Imagick::getImageGeometry - Gets the width and height as an associative array
- Imagick::getImageGravity - Gets the image gravity
- Imagick::getImageGreenPrimary - Returns the chromaticy green primary point
- Imagick::getImageHeight - Returns the image height
- Imagick::getImageHistogram - Gets the image histogram
- Imagick::getImageIndex - Gets the index of the current active image
- Imagick::getImageInterlaceScheme - Gets the image interlace scheme
- Imagick::getImageInterpolateMethod - Returns the interpolation method
- Imagick::getImageIterations - Gets the image iterations
- Imagick::getImageLength - Returns the image length in bytes
- Imagick::getImageMagickLicense - Returns a string containing the ImageMagick license
- Imagick::getImageMatte - Return if the image has a matte channel
- Imagick::getImageMatteColor - Returns the image matte color
- Imagick::getImageOrientation - Gets the image orientation
- Imagick::getImagePage - Returns the page geometry
- Imagick::getImagePixelColor - Returns the color of the specified pixel
- Imagick::getImageProfile - Returns the named image profile
- Imagick::getImageProfiles - Returns the image profiles
- Imagick::getImageProperties - Returns the image properties
- Imagick::getImageProperty - Returns the named image property
- Imagick::getImageRedPrimary - Returns the chromaticity red primary point
- Imagick::getImageRegion - Extracts a region of the image
- Imagick::getImageRenderingIntent - Gets the image rendering intent
- Imagick::getImageResolution - Gets the image X and Y resolution
- Imagick::getImagesBlob - Returns all image sequences as a blob
- Imagick::getImageScene - Gets the image scene
- Imagick::getImageSignature - Generates an SHA-256 message digest
- Imagick::getImageSize - Returns the image length in bytes
- Imagick::getImageTicksPerSecond - Gets the image ticks-per-second
- Imagick::getImageTotalInkDensity - Gets the image total ink density
- Imagick::getImageType - Gets the potential image type
- Imagick::getImageUnits - Gets the image units of resolution
- Imagick::getImageVirtualPixelMethod - Returns the virtual pixel method
- Imagick::getImageWhitePoint - Returns the chromaticity white point
- Imagick::getImageWidth - Returns the image width
- Imagick::getInterlaceScheme - Gets the object interlace scheme
- Imagick::getIteratorIndex - Gets the index of the current active image
- Imagick::getNumberImages - Returns the number of images in the object
- Imagick::getOption - Returns a value associated with the specified key
- Imagick::getPackageName - Returns the ImageMagick package name
- Imagick::getPage - Returns the page geometry
- Imagick::getPixelIterator - Returns a MagickPixelIterator
- Imagick::getPixelRegionIterator - Get an ImagickPixelIterator for an image section
- Imagick::getPointSize - Gets point size
- Imagick::getQuantumDepth - Gets the quantum depth
- Imagick::getQuantumRange - Returns the Imagick quantum range
- Imagick::getReleaseDate - Returns the ImageMagick release date
- Imagick::getResource - Returns the specified resource's memory usage
- Imagick::getResourceLimit - Returns the specified resource limit
- Imagick::getSamplingFactors - Gets the horizontal and vertical sampling factor
- Imagick::getSize - Returns the size associated with the Imagick object
- Imagick::getSizeOffset - Returns the size offset
- Imagick::getVersion - Returns the ImageMagick API version
- Imagick::haldClutImage - Replaces colors in the image
- Imagick::hasNextImage - Checks if the object has more images
- Imagick::hasPreviousImage - Checks if the object has a previous image
- Imagick::identifyImage - Identifies an image and fetches attributes
- Imagick::implodeImage - Creates a new image as a copy
- Imagick::importImagePixels - Imports image pixels
- Imagick::labelImage - Adds a label to an image
- Imagick::levelImage - Adjusts the levels of an image
- Imagick::linearStretchImage - Stretches with saturation the image intensity
- Imagick::liquidRescaleImage - Animates an image or images
- Imagick::magnifyImage - Scales an image proportionally 2x
- Imagick::mapImage - Replaces the colors of an image with the closest color from a reference image.
- Imagick::matteFloodfillImage - Changes the transparency value of a color
- Imagick::medianFilterImage - Applies a digital filter
- Imagick::mergeImageLayers - Merges image layers
- Imagick::minifyImage - Scales an image proportionally to half its size
- Imagick::modulateImage - Control the brightness, saturation, and hue
- Imagick::montageImage - Creates a composite image
- Imagick::morphImages - Method morphs a set of images
- Imagick::mosaicImages - Forms a mosaic from images
- Imagick::motionBlurImage - Simulates motion blur
- Imagick::negateImage - Negates the colors in the reference image
- Imagick::newImage - Creates a new image
- Imagick::newPseudoImage - Creates a new image
- Imagick::nextImage - Moves to the next image
- Imagick::normalizeImage - Enhances the contrast of a color image
- Imagick::oilPaintImage - Simulates an oil painting
- Imagick::opaquePaintImage - Changes the color value of any pixel that matches target
- Imagick::optimizeImageLayers - Removes repeated portions of images to optimize
- Imagick::orderedPosterizeImage - Performs an ordered dither
- Imagick::paintFloodfillImage - Changes the color value of any pixel that matches target
- Imagick::paintOpaqueImage - Change any pixel that matches color
- Imagick::paintTransparentImage - Changes any pixel that matches color with the color defined by fill
- Imagick::pingImage - Fetch basic attributes about the image
- Imagick::pingImageBlob - Quickly fetch attributes
- Imagick::pingImageFile - Get basic image attributes in a lightweight manner
- Imagick::polaroidImage - Simulates a Polaroid picture
- Imagick::posterizeImage - Reduces the image to a limited number of color level
- Imagick::previewImages - Quickly pin-point appropriate parameters for image processing
- Imagick::previousImage - Move to the previous image in the object
- Imagick::profileImage - Adds or removes a profile from an image
- Imagick::quantizeImage - Analyzes the colors within a reference image
- Imagick::quantizeImages - Analyzes the colors within a sequence of images
- Imagick::queryFontMetrics - Returns an array representing the font metrics
- Imagick::queryFonts - Returns the configured fonts
- Imagick::queryFormats - Returns formats supported by Imagick
- Imagick::radialBlurImage - Radial blurs an image
- Imagick::raiseImage - Creates a simulated 3d button-like effect
- Imagick::randomThresholdImage - Creates a high-contrast, two-color image
- Imagick::readImage - Reads image from filename
- Imagick::readImageBlob - Reads image from a binary string
- Imagick::readImageFile - Reads image from open filehandle
- Imagick::recolorImage - Recolors image
- Imagick::reduceNoiseImage - Smooths the contours of an image
- Imagick::remapImage - Remaps image colors
- Imagick::removeImage - Removes an image from the image list
- Imagick::removeImageProfile - Removes the named image profile and returns it
- Imagick::render - Renders all preceding drawing commands
- Imagick::resampleImage - Resample image to desired resolution
- Imagick::resetImagePage - Reset image page
- Imagick::resizeImage - Scales an image
- Imagick::rollImage - Offsets an image
- Imagick::rotateImage - Rotates an image
- Imagick::roundCorners - Rounds image corners
- Imagick::sampleImage - Scales an image with pixel sampling
- Imagick::scaleImage - Scales the size of an image
- Imagick::segmentImage - Segments an image
- Imagick::separateImageChannel - Separates a channel from the image
- Imagick::sepiaToneImage - Sepia tones an image
- Imagick::setBackgroundColor - Sets the object's default background color
- Imagick::setColorspace - Set colorspace
- Imagick::setCompression - Sets the object's default compression type
- Imagick::setCompressionQuality - Sets the object's default compression quality
- Imagick::setFilename - Sets the filename before you read or write the image
- Imagick::setFirstIterator - Sets the Imagick iterator to the first image
- Imagick::setFont - Sets font
- Imagick::setFormat - Sets the format of the Imagick object
- Imagick::setGravity - Sets the gravity
- Imagick::setImage - Replaces image in the object
- Imagick::setImageAlphaChannel - Sets image alpha channel
- Imagick::setImageArtifact - Set image artifact
- Imagick::setImageBackgroundColor - Sets the image background color
- Imagick::setImageBias - Sets the image bias for any method that convolves an image
- Imagick::setImageBluePrimary - Sets the image chromaticity blue primary point
- Imagick::setImageBorderColor - Sets the image border color
- Imagick::setImageChannelDepth - Sets the depth of a particular image channel
- Imagick::setImageClipMask - Sets image clip mask
- Imagick::setImageColormapColor - Sets the color of the specified colormap index
- Imagick::setImageColorspace - Sets the image colorspace
- Imagick::setImageCompose - Sets the image composite operator
- Imagick::setImageCompression - Sets the image compression
- Imagick::setImageCompressionQuality - Sets the image compression quality
- Imagick::setImageDelay - Sets the image delay
- Imagick::setImageDepth - Sets the image depth
- Imagick::setImageDispose - Sets the image disposal method
- Imagick::setImageExtent - Sets the image size
- Imagick::setImageFilename - Sets the filename of a particular image
- Imagick::setImageFormat - Sets the format of a particular image
- Imagick::setImageGamma - Sets the image gamma
- Imagick::setImageGravity - Sets the image gravity
- Imagick::setImageGreenPrimary - Sets the image chromaticity green primary point
- Imagick::setImageIndex - Set the iterator position
- Imagick::setImageInterlaceScheme - Sets the image compression
- Imagick::setImageInterpolateMethod - Sets the image interpolate pixel method
- Imagick::setImageIterations - Sets the image iterations
- Imagick::setImageMatte - Sets the image matte channel
- Imagick::setImageMatteColor - Sets the image matte color
- Imagick::setImageOpacity - Sets the image opacity level
- Imagick::setImageOrientation - Sets the image orientation
- Imagick::setImagePage - Sets the page geometry of the image
- Imagick::setImageProfile - Adds a named profile to the Imagick object
- Imagick::setImageProperty - Sets an image property
- Imagick::setImageRedPrimary - Sets the image chromaticity red primary point
- Imagick::setImageRenderingIntent - Sets the image rendering intent
- Imagick::setImageResolution - Sets the image resolution
- Imagick::setImageScene - Sets the image scene
- Imagick::setImageTicksPerSecond - Sets the image ticks-per-second
- Imagick::setImageType - Sets the image type
- Imagick::setImageUnits - Sets the image units of resolution
- Imagick::setImageVirtualPixelMethod - Sets the image virtual pixel method
- Imagick::setImageWhitePoint - Sets the image chromaticity white point
- Imagick::setInterlaceScheme - Sets the image compression
- Imagick::setIteratorIndex - Set the iterator position
- Imagick::setLastIterator - Sets the Imagick iterator to the last image
- Imagick::setOption - Set an option
- Imagick::setPage - Sets the page geometry of the Imagick object
- Imagick::setPointSize - Sets point size
- Imagick::setResolution - Sets the image resolution
- Imagick::setResourceLimit - Sets the limit for a particular resource in megabytes
- Imagick::setSamplingFactors - Sets the image sampling factors
- Imagick::setSize - Sets the size of the Imagick object
- Imagick::setSizeOffset - Sets the size and offset of the Imagick object
- Imagick::setType - Sets the image type attribute
- Imagick::shadeImage - Creates a 3D effect
- Imagick::shadowImage - Simulates an image shadow
- Imagick::sharpenImage - Sharpens an image
- Imagick::shaveImage - Shaves pixels from the image edges
- Imagick::shearImage - Creating a parallelogram
- Imagick::sigmoidalContrastImage - Adjusts the contrast of an image
- Imagick::sketchImage - Simulates a pencil sketch
- Imagick::solarizeImage - Applies a solarizing effect to the image
- Imagick::sparseColorImage - Interpolates colors
- Imagick::spliceImage - Splices a solid color into the image
- Imagick::spreadImage - Randomly displaces each pixel in a block
- Imagick::steganoImage - Hides a digital watermark within the image
- Imagick::stereoImage - Composites two images
- Imagick::stripImage - Strips an image of all profiles and comments
- Imagick::swirlImage - Swirls the pixels about the center of the image
- Imagick::textureImage - Repeatedly tiles the texture image
- Imagick::thresholdImage - Changes the value of individual pixels based on a threshold
- Imagick::thumbnailImage - Changes the size of an image
- Imagick::tintImage - Applies a color vector to each pixel in the image
- Imagick::transformImage - Convenience method for setting crop size and the image geometry
- Imagick::transparentPaintImage - Paints pixels transparent
- Imagick::transposeImage - Creates a vertical mirror image
- Imagick::transverseImage - Creates a horizontal mirror image
- Imagick::trimImage - Remove edges from the image
- Imagick::uniqueImageColors - Discards all but one of any pixel color
- Imagick::unsharpMaskImage - Sharpens an image
- Imagick::valid - Checks if the current item is valid
- Imagick::vignetteImage - Adds vignette filter to the image
- Imagick::waveImage - Applies wave filter to the image
- Imagick::whiteThresholdImage - Force all pixels above the threshold into white
- Imagick::writeImage - Writes an image to the specified filename
- Imagick::writeImageFile - Writes an image to a filehandle
- Imagick::writeImages - Writes an image or image sequence
- Imagick::writeImagesFile - Writes frames to a filehandle
- Imagick::__construct - The Imagick constructor
- Imagick::__toString - Returns the image as a string.
- ImagickDraw::affine - Adjusts the current affine transformation matrix
- ImagickDraw::annotation - Draws text on the image
- ImagickDraw::arc - Draws an arc
- ImagickDraw::bezier - Draws a bezier curve
- ImagickDraw::circle - Draws a circle
- ImagickDraw::clear - Clears the ImagickDraw
- ImagickDraw::clone - Makes an exact copy of the specified ImagickDraw object
- ImagickDraw::color - Draws color on image
- ImagickDraw::comment - Adds a comment
- ImagickDraw::composite - Composites an image onto the current image
- ImagickDraw::destroy - Frees all associated resources
- ImagickDraw::ellipse - Draws an ellipse on the image
- ImagickDraw::getClipPath - Obtains the current clipping path ID
- ImagickDraw::getClipRule - Returns the current polygon fill rule
- ImagickDraw::getClipUnits - Returns the interpretation of clip path units
- ImagickDraw::getFillColor - Returns the fill color
- ImagickDraw::getFillOpacity - Returns the opacity used when drawing
- ImagickDraw::getFillRule - Returns the fill rule
- ImagickDraw::getFont - Returns the font
- ImagickDraw::getFontFamily - Returns the font family
- ImagickDraw::getFontSize - Returns the font pointsize
- ImagickDraw::getFontStyle - Returns the font style
- ImagickDraw::getFontWeight - Returns the font weight
- ImagickDraw::getGravity - Returns the text placement gravity
- ImagickDraw::getStrokeAntialias - Returns the current stroke antialias setting
- ImagickDraw::getStrokeColor - Returns the color used for stroking object outlines
- ImagickDraw::getStrokeDashArray - Returns an array representing the pattern of dashes and gaps used to stroke paths
- ImagickDraw::getStrokeDashOffset - Returns the offset into the dash pattern to start the dash
- ImagickDraw::getStrokeLineCap - Returns the shape to be used at the end of open subpaths when they are stroked
- ImagickDraw::getStrokeLineJoin - Returns the shape to be used at the corners of paths when they are stroked
- ImagickDraw::getStrokeMiterLimit - Returns the stroke miter limit
- ImagickDraw::getStrokeOpacity - Returns the opacity of stroked object outlines
- ImagickDraw::getStrokeWidth - Returns the width of the stroke used to draw object outlines
- ImagickDraw::getTextAlignment - Returns the text alignment
- ImagickDraw::getTextAntialias - Returns the current text antialias setting
- ImagickDraw::getTextDecoration - Returns the text decoration
- ImagickDraw::getTextEncoding - Returns the code set used for text annotations
- ImagickDraw::getTextUnderColor - Returns the text under color
- ImagickDraw::getVectorGraphics - Returns a string containing vector graphics
- ImagickDraw::line - Draws a line
- ImagickDraw::matte - Paints on the image's opacity channel
- ImagickDraw::pathClose - Adds a path element to the current path
- ImagickDraw::pathCurveToAbsolute - Draws a cubic Bezier curve
- ImagickDraw::pathCurveToQuadraticBezierAbsolute - Draws a quadratic Bezier curve
- ImagickDraw::pathCurveToQuadraticBezierRelative - Draws a quadratic Bezier curve
- ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute - Draws a quadratic Bezier curve
- ImagickDraw::pathCurveToQuadraticBezierSmoothRelative - Draws a quadratic Bezier curve
- ImagickDraw::pathCurveToRelative - Draws a cubic Bezier curve
- ImagickDraw::pathCurveToSmoothAbsolute - Draws a cubic Bezier curve
- ImagickDraw::pathCurveToSmoothRelative - Draws a cubic Bezier curve
- ImagickDraw::pathEllipticArcAbsolute - Draws an elliptical arc
- ImagickDraw::pathEllipticArcRelative - Draws an elliptical arc
- ImagickDraw::pathFinish - Terminates the current path
- ImagickDraw::pathLineToAbsolute - Draws a line path
- ImagickDraw::pathLineToHorizontalAbsolute - Draws a horizontal line path
- ImagickDraw::pathLineToHorizontalRelative - Draws a horizontal line
- ImagickDraw::pathLineToRelative - Draws a line path
- ImagickDraw::pathLineToVerticalAbsolute - Draws a vertical line
- ImagickDraw::pathLineToVerticalRelative - Draws a vertical line path
- ImagickDraw::pathMoveToAbsolute - Starts a new sub-path
- ImagickDraw::pathMoveToRelative - Starts a new sub-path
- ImagickDraw::pathStart - Declares the start of a path drawing list
- ImagickDraw::point - Draws a point
- ImagickDraw::polygon - Draws a polygon
- ImagickDraw::polyline - Draws a polyline
- ImagickDraw::pop - Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw
- ImagickDraw::popClipPath - Terminates a clip path definition
- ImagickDraw::popDefs - Terminates a definition list
- ImagickDraw::popPattern - Terminates a pattern definition
- ImagickDraw::push - Clones the current ImagickDraw and pushes it to the stack
- ImagickDraw::pushClipPath - Starts a clip path definition
- ImagickDraw::pushDefs - Indicates that following commands create named elements for early processing
- ImagickDraw::pushPattern - Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern
- ImagickDraw::rectangle - Draws a rectangle
- ImagickDraw::render - Renders all preceding drawing commands onto the image
- ImagickDraw::rotate - Applies the specified rotation to the current coordinate space
- ImagickDraw::roundRectangle - Draws a rounded rectangle
- ImagickDraw::scale - Adjusts the scaling factor
- ImagickDraw::setClipPath - Associates a named clipping path with the image
- ImagickDraw::setClipRule - Set the polygon fill rule to be used by the clipping path
- ImagickDraw::setClipUnits - Sets the interpretation of clip path units
- ImagickDraw::setFillAlpha - Sets the opacity to use when drawing using the fill color or fill texture
- ImagickDraw::setFillColor - Sets the fill color to be used for drawing filled objects
- ImagickDraw::setFillOpacity - Sets the opacity to use when drawing using the fill color or fill texture
- ImagickDraw::setFillPatternURL - Sets the URL to use as a fill pattern for filling objects
- ImagickDraw::setFillRule - Sets the fill rule to use while drawing polygons
- ImagickDraw::setFont - Sets the fully-specified font to use when annotating with text
- ImagickDraw::setFontFamily - Sets the font family to use when annotating with text
- ImagickDraw::setFontSize - Sets the font pointsize to use when annotating with text
- ImagickDraw::setFontStretch - Sets the font stretch to use when annotating with text
- ImagickDraw::setFontStyle - Sets the font style to use when annotating with text
- ImagickDraw::setFontWeight - Sets the font weight
- ImagickDraw::setGravity - Sets the text placement gravity
- ImagickDraw::setStrokeAlpha - Specifies the opacity of stroked object outlines
- ImagickDraw::setStrokeAntialias - Controls whether stroked outlines are antialiased
- ImagickDraw::setStrokeColor - Sets the color used for stroking object outlines
- ImagickDraw::setStrokeDashArray - Specifies the pattern of dashes and gaps used to stroke paths
- ImagickDraw::setStrokeDashOffset - Specifies the offset into the dash pattern to start the dash
- ImagickDraw::setStrokeLineCap - Specifies the shape to be used at the end of open subpaths when they are stroked
- ImagickDraw::setStrokeLineJoin - Specifies the shape to be used at the corners of paths when they are stroked
- ImagickDraw::setStrokeMiterLimit - Specifies the miter limit
- ImagickDraw::setStrokeOpacity - Specifies the opacity of stroked object outlines
- ImagickDraw::setStrokePatternURL - Sets the pattern used for stroking object outlines
- ImagickDraw::setStrokeWidth - Sets the width of the stroke used to draw object outlines
- ImagickDraw::setTextAlignment - Specifies a text alignment
- ImagickDraw::setTextAntialias - Controls whether text is antialiased
- ImagickDraw::setTextDecoration - Specifies a decoration
- ImagickDraw::setTextEncoding - Specifies the text code set
- ImagickDraw::setTextUnderColor - Specifies the color of a background rectangle
- ImagickDraw::setVectorGraphics - Sets the vector graphics
- ImagickDraw::setViewbox - Sets the overall canvas size
- ImagickDraw::skewX - Skews the current coordinate system in the horizontal direction
- ImagickDraw::skewY - Skews the current coordinate system in the vertical direction
- ImagickDraw::translate - Applies a translation to the current coordinate system
- ImagickDraw::__construct - The ImagickDraw constructor
- ImagickPixel::clear - Clears resources associated with this object
- ImagickPixel::destroy - Deallocates resources associated with this object
- ImagickPixel::getColor - Returns the color
- ImagickPixel::getColorAsString - Returns the color as a string
- ImagickPixel::getColorCount - Returns the color count associated with this color
- ImagickPixel::getColorValue - Gets the normalized value of the provided color channel
- ImagickPixel::getHSL - Returns the normalized HSL color of the ImagickPixel object
- ImagickPixel::isPixelSimilar - Check the distance between this color and another
- ImagickPixel::isSimilar - Check the distance between this color and another
- ImagickPixel::setColor - Sets the color
- ImagickPixel::setColorValue - Sets the normalized value of one of the channels
- ImagickPixel::setHSL - Sets the normalized HSL color
- ImagickPixel::__construct - The ImagickPixel constructor
- ImagickPixelIterator::clear - Clear resources associated with a PixelIterator
- ImagickPixelIterator::destroy - Deallocates resources associated with a PixelIterator
- ImagickPixelIterator::getCurrentIteratorRow - Returns the current row of ImagickPixel objects
- ImagickPixelIterator::getIteratorRow - Returns the current pixel iterator row
- ImagickPixelIterator::getNextIteratorRow - Returns the next row of the pixel iterator
- ImagickPixelIterator::getPreviousIteratorRow - Returns the previous row
- ImagickPixelIterator::newPixelIterator - Returns a new pixel iterator
- ImagickPixelIterator::newPixelRegionIterator - Returns a new pixel iterator
- ImagickPixelIterator::resetIterator - Resets the pixel iterator
- ImagickPixelIterator::setIteratorFirstRow - Sets the pixel iterator to the first pixel row
- ImagickPixelIterator::setIteratorLastRow - Sets the pixel iterator to the last pixel row
- ImagickPixelIterator::setIteratorRow - Set the pixel iterator row
- ImagickPixelIterator::syncIterator - Syncs the pixel iterator
- ImagickPixelIterator::__construct - The ImagickPixelIterator constructor
- imap_8bit - Convert an 8bit string to a quoted-printable string
- imap_alerts - Returns all IMAP alert messages that have occurred
- imap_append - Append a string message to a specified mailbox
- imap_base64 - Decode BASE64 encoded text
- imap_binary - Convert an 8bit string to a base64 string
- imap_body - Read the message body
- imap_bodystruct - Read the structure of a specified body section of a specific message
- imap_check - Check current mailbox
- imap_clearflag_full - Clears flags on messages
- imap_close - Close an IMAP stream
- imap_create - Alias of imap_createmailbox
- imap_createmailbox - Create a new mailbox
- imap_delete - Mark a message for deletion from current mailbox
- imap_deletemailbox - Delete a mailbox
- imap_errors - Returns all of the IMAP errors that have occurred
- imap_expunge - Delete all messages marked for deletion
- imap_fetchbody - Fetch a particular section of the body of the message
- imap_fetchheader - Returns header for a message
- imap_fetchmime - Fetch MIME headers for a particular section of the message
- imap_fetchstructure - Read the structure of a particular message
- imap_fetchtext - Alias of imap_body
- imap_fetch_overview - Read an overview of the information in the headers of the given message
- imap_gc - Clears IMAP cache
- imap_getacl - Gets the ACL for a given mailbox
- imap_getmailboxes - Read the list of mailboxes, returning detailed information on each one
- imap_getsubscribed - List all the subscribed mailboxes
- imap_get_quota - Retrieve the quota level settings, and usage statics per mailbox
- imap_get_quotaroot - Retrieve the quota settings per user
- imap_header - Alias of imap_headerinfo
- imap_headerinfo - Read the header of the message
- imap_headers - Returns headers for all messages in a mailbox
- imap_last_error - Gets the last IMAP error that occurred during this page request
- imap_list - Read the list of mailboxes
- imap_listmailbox - Alias of imap_list
- imap_listscan - Returns the list of mailboxes that matches the given text
- imap_listsubscribed - Alias of imap_lsub
- imap_lsub - List all the subscribed mailboxes
- imap_mail - Send an email message
- imap_mailboxmsginfo - Get information about the current mailbox
- imap_mail_compose - Create a MIME message based on given envelope and body sections
- imap_mail_copy - Copy specified messages to a mailbox
- imap_mail_move - Move specified messages to a mailbox
- imap_mime_header_decode - Decode MIME header elements
- imap_msgno - Gets the message sequence number for the given UID
- imap_num_msg - Gets the number of messages in the current mailbox
- imap_num_recent - Gets the number of recent messages in current mailbox
- imap_open - Open an IMAP stream to a mailbox
- imap_ping - Check if the IMAP stream is still active
- imap_qprint - Convert a quoted-printable string to an 8 bit string
- imap_rename - Alias of imap_renamemailbox
- imap_renamemailbox - Rename an old mailbox to new mailbox
- imap_reopen - Reopen IMAP stream to new mailbox
- imap_rfc822_parse_adrlist - Parses an address string
- imap_rfc822_parse_headers - Parse mail headers from a string
- imap_rfc822_write_address - Returns a properly formatted email address given the mailbox, host, and personal info
- imap_savebody - Save a specific body section to a file
- imap_scan - Alias of imap_listscan
- imap_scanmailbox - Alias of imap_listscan
- imap_search - This function returns an array of messages matching the given search criteria
- imap_setacl - Sets the ACL for a given mailbox
- imap_setflag_full - Sets flags on messages
- imap_set_quota - Sets a quota for a given mailbox
- imap_sort - Gets and sort messages
- imap_status - Returns status information on a mailbox
- imap_subscribe - Subscribe to a mailbox
- imap_thread - Returns a tree of threaded message
- imap_timeout - Set or fetch imap timeout
- imap_uid - This function returns the UID for the given message sequence number
- imap_undelete - Unmark the message which is marked deleted
- imap_unsubscribe - Unsubscribe from a mailbox
- imap_utf7_decode - Decodes a modified UTF-7 encoded string
- imap_utf7_encode - Converts ISO-8859-1 string to modified UTF-7 text
- imap_utf8 - Converts MIME-encoded text to UTF-8
- implode - Join array elements with a string
- import_request_variables - Import GET/POST/Cookie variables into the global scope
- inclued_get_data - Get the inclued data
- inet_ntop - Converts a packed internet address to a human readable representation
- inet_pton - Converts a human readable IP address to its packed in_addr representation
- InfiniteIterator::next - Moves the inner Iterator forward or rewinds it
- InfiniteIterator::__construct - Constructs an InfiniteIterator
- ingres_autocommit - Switch autocommit on or off
- ingres_autocommit_state - Test if the connection is using autocommit
- ingres_charset - Returns the installation character set
- ingres_close - Close an Ingres database connection
- ingres_commit - Commit a transaction
- ingres_connect - Open a connection to an Ingres database
- ingres_cursor - Get a cursor name for a given result resource
- ingres_errno - Get the last Ingres error number generated
- ingres_error - Get a meaningful error message for the last error generated
- ingres_errsqlstate - Get the last SQLSTATE error code generated
- ingres_escape_string - Escape special characters for use in a query
- ingres_execute - Execute a prepared query
- ingres_fetch_array - Fetch a row of result into an array
- ingres_fetch_assoc - Fetch a row of result into an associative array
- ingres_fetch_object - Fetch a row of result into an object
- ingres_fetch_proc_return - Get the return value from a procedure call
- ingres_fetch_row - Fetch a row of result into an enumerated array
- ingres_field_length - Get the length of a field
- ingres_field_name - Get the name of a field in a query result
- ingres_field_nullable - Test if a field is nullable
- ingres_field_precision - Get the precision of a field
- ingres_field_scale - Get the scale of a field
- ingres_field_type - Get the type of a field in a query result
- ingres_free_result - Free the resources associated with a result identifier
- ingres_next_error - Get the next Ingres error
- ingres_num_fields - Get the number of fields returned by the last query
- ingres_num_rows - Get the number of rows affected or returned by a query
- ingres_pconnect - Open a persistent connection to an Ingres database
- ingres_prepare - Prepare a query for later execution
- ingres_query - Send an SQL query to Ingres
- ingres_result_seek - Set the row position before fetching data
- ingres_rollback - Roll back a transaction
- ingres_set_environment - Set environment features controlling output options
- ingres_unbuffered_query - Send an unbuffered SQL query to Ingres
- ini_alter - Alias of ini_set
- ini_get - Gets the value of a configuration option
- ini_get_all - Gets all configuration options
- ini_restore - Restores the value of a configuration option
- ini_set - Sets the value of a configuration option
- inotify_add_watch - Add a watch to an initialized inotify instance
- inotify_init - Initialize an inotify instance
- inotify_queue_len - Return a number upper than zero if there are pending events
- inotify_read - Read events from an inotify instance
- inotify_rm_watch - Remove an existing watch from an inotify instance
- interface_exists - Checks if the interface has been defined
- IntlBreakIterator::createCharacterInstance - Create break iterator for boundaries of combining character sequences
- IntlBreakIterator::createCodePointInstance - Create break iterator for boundaries of code points
- IntlBreakIterator::createLineInstance - Create break iterator for logically possible line breaks
- IntlBreakIterator::createSentenceInstance - Create break iterator for sentence breaks
- IntlBreakIterator::createTitleInstance - Create break iterator for title-casing breaks
- IntlBreakIterator::createWordInstance - Create break iterator for word breaks
- IntlBreakIterator::current - Get index of current position
- IntlBreakIterator::first - Set position to the first character in the text
- IntlBreakIterator::following - Advance the iterator to the first boundary following specified offset
- IntlBreakIterator::getErrorCode - Get last error code on the object
- IntlBreakIterator::getErrorMessage - Get last error message on the object
- IntlBreakIterator::getLocale - Get the locale associated with the object
- IntlBreakIterator::getPartsIterator - Create iterator for navigating fragments between boundaries
- IntlBreakIterator::getText - Get the text being scanned
- IntlBreakIterator::isBoundary - Tell whether an offset is a boundaryʼs offset
- IntlBreakIterator::last - Set the iterator position to index beyond the last character
- IntlBreakIterator::next - Advance the iterator the next boundary
- IntlBreakIterator::preceding - Set the iterator position to the first boundary before an offset
- IntlBreakIterator::previous - Set the iterator position to the boundary immediately before the current
- IntlBreakIterator::setText - Set the text being scanned
- IntlBreakIterator::__construct - Private constructor for disallowing instantiation
- IntlCalendar::add - Add a (signed) amount of time to a field
- IntlCalendar::after - Whether this objectʼs time is after that of the passed object
- IntlCalendar::before - Whether this objectʼs time is before that of the passed object
- IntlCalendar::clear - Clear a field or all fields
- IntlCalendar::createInstance - Create a new IntlCalendar
- IntlCalendar::equals - Compare time of two IntlCalendar objects for equality
- IntlCalendar::fieldDifference - Calculate difference between given time and this objectʼs time
- IntlCalendar::fromDateTime - Create an IntlCalendar from a DateTime object or string
- IntlCalendar::get - Get the value for a field
- IntlCalendar::getActualMaximum - The maximum value for a field, considering the objectʼs current time
- IntlCalendar::getActualMinimum - The minimum value for a field, considering the objectʼs current time
- IntlCalendar::getAvailableLocales - Get array of locales for which there is data
- IntlCalendar::getDayOfWeekType - Tell whether a day is a weekday, weekend or a day that has a transition between the two
- IntlCalendar::getErrorCode - Get last error code on the object
- IntlCalendar::getErrorMessage - Get last error message on the object
- IntlCalendar::getFirstDayOfWeek - Get the first day of the week for the calendarʼs locale
- IntlCalendar::getGreatestMinimum - Get the largest local minimum value for a field
- IntlCalendar::getKeywordValuesForLocale - Get set of locale keyword values
- IntlCalendar::getLeastMaximum - Get the smallest local maximum for a field
- IntlCalendar::getLocale - Get the locale associated with the object
- IntlCalendar::getMaximum - Get the global maximum value for a field
- IntlCalendar::getMinimalDaysInFirstWeek - Get minimal number of days the first week in a year or month can have
- IntlCalendar::getMinimum - Get the global minimum value for a field
- IntlCalendar::getNow - Get number representing the current time
- IntlCalendar::getRepeatedWallTimeOption - Get behavior for handling repeating wall time
- IntlCalendar::getSkippedWallTimeOption - Get behavior for handling skipped wall time
- IntlCalendar::getTime - Get time currently represented by the object
- IntlCalendar::getTimeZone - Get the objectʼs timezone
- IntlCalendar::getType - Get the calendar type
- IntlCalendar::getWeekendTransition - Get time of the day at which weekend begins or ends
- IntlCalendar::inDaylightTime - Whether the objectʼs time is in Daylight Savings Time
- IntlCalendar::isEquivalentTo - Whether another calendar is equal but for a different time
- IntlCalendar::isLenient - Whether date/time interpretation is in lenient mode
- IntlCalendar::isSet - Whether a field is set
- IntlCalendar::isWeekend - Whether a certain date/time is in the weekend
- IntlCalendar::roll - Add value to field without carrying into more significant fields
- IntlCalendar::set - Set a time field or several common fields at once
- IntlCalendar::setFirstDayOfWeek - Set the day on which the week is deemed to start
- IntlCalendar::setLenient - Set whether date/time interpretation is to be lenient
- IntlCalendar::setMinimalDaysInFirstWeek - Set minimal number of days the first week in a year or month can have
- IntlCalendar::setRepeatedWallTimeOption - Set behavior for handling repeating wall times at negative timezone offset transitions
- IntlCalendar::setSkippedWallTimeOption - Set behavior for handling skipped wall times at positive timezone offset transitions
- IntlCalendar::setTime - Set the calendar time in milliseconds since the epoch
- IntlCalendar::setTimeZone - Set the timezone used by this calendar
- IntlCalendar::toDateTime - Convert an IntlCalendar into a DateTime object
- IntlCalendar::__construct - Private constructor for disallowing instantiation
- IntlCodePointBreakIterator::getLastCodePoint - Get last code point passed over after advancing or receding the iterator
- IntlDateFormatter::create - Create a date formatter
- IntlDateFormatter::format - Format the date/time value as a string
- IntlDateFormatter::formatObject - Formats an object
- IntlDateFormatter::getCalendar - Get the calendar type used for the IntlDateFormatter
- IntlDateFormatter::getCalendarObject - Get copy of formatterʼs calendar object
- IntlDateFormatter::getDateType - Get the datetype used for the IntlDateFormatter
- IntlDateFormatter::getErrorCode - Get the error code from last operation
- IntlDateFormatter::getErrorMessage - Get the error text from the last operation.
- IntlDateFormatter::getLocale - Get the locale used by formatter
- IntlDateFormatter::getPattern - Get the pattern used for the IntlDateFormatter
- IntlDateFormatter::getTimeType - Get the timetype used for the IntlDateFormatter
- IntlDateFormatter::getTimeZone - Get formatterʼs timezone
- IntlDateFormatter::getTimeZoneId - Get the timezone-id used for the IntlDateFormatter
- IntlDateFormatter::isLenient - Get the lenient used for the IntlDateFormatter
- IntlDateFormatter::localtime - Parse string to a field-based time value
- IntlDateFormatter::parse - Parse string to a timestamp value
- IntlDateFormatter::setCalendar - Sets the calendar type used by the formatter
- IntlDateFormatter::setLenient - Set the leniency of the parser
- IntlDateFormatter::setPattern - Set the pattern used for the IntlDateFormatter
- IntlDateFormatter::setTimeZone - Sets formatterʼs timezone
- IntlDateFormatter::setTimeZoneId - Sets the time zone to use
- IntlIterator::current - Get the current element
- IntlIterator::key - Get the current key
- IntlIterator::next - Move forward to the next element
- IntlIterator::rewind - Rewind the iterator to the first element
- IntlIterator::valid - Check if current position is valid
- IntlPartsIterator::getBreakIterator - Get IntlBreakIterator backing this parts iterator
- IntlRuleBasedBreakIterator::getBinaryRules - Get the binary form of compiled rules
- IntlRuleBasedBreakIterator::getRules - Get the rule set used to create this object
- IntlRuleBasedBreakIterator::getRuleStatus - Get the largest status value from the break rules that determined the current break position
- IntlRuleBasedBreakIterator::getRuleStatusVec - Get the status values from the break rules that determined the current break position
- IntlRuleBasedBreakIterator::__construct - Create iterator from ruleset
- IntlTimeZone::countEquivalentIDs - Get the number of IDs in the equivalency group that includes the given ID
- IntlTimeZone::createDefault - Create a new copy of the default timezone for this host
- IntlTimeZone::createEnumeration - Get an enumeration over time zone IDs associated with the
given country or offset
- IntlTimeZone::createTimeZone - Create a timezone object for the given ID
- IntlTimeZone::fromDateTimeZone - Create a timezone object from DateTimeZone
- IntlTimeZone::getCanonicalID - Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID
- IntlTimeZone::getDisplayName - Get a name of this time zone suitable for presentation to the user
- IntlTimeZone::getDSTSavings - Get the amount of time to be added to local standard time to get local wall clock time
- IntlTimeZone::getEquivalentID - Get an ID in the equivalency group that includes the given ID
- IntlTimeZone::getErrorCode - Get last error code on the object
- IntlTimeZone::getErrorMessage - Get last error message on the object
- IntlTimeZone::getGMT - Create GMT (UTC) timezone
- IntlTimeZone::getID - Get timezone ID
- IntlTimeZone::getOffset - Get the time zone raw and GMT offset for the given moment in time
- IntlTimeZone::getRawOffset - Get the raw GMT offset (before taking daylight savings time into account
- IntlTimeZone::getTZDataVersion - Get the timezone data version currently used by ICU
- IntlTimeZone::hasSameRules - Check if this zone has the same rules and offset as another zone
- IntlTimeZone::toDateTimeZone - Convert to DateTimeZone object
- IntlTimeZone::useDaylightTime - Check if this time zone uses daylight savings time
- intl_error_name - Get symbolic name for a given error code
- intl_get_error_code - Get the last error code
- intl_get_error_message - Get description of the last error
- intl_is_failure - Check whether the given error code indicates failure
- intval - Get the integer value of a variable
- in_array - Checks if a value exists in an array
- ip2long - Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
- iptcembed - Embeds binary IPTC data into a JPEG image
- iptcparse - Parse a binary IPTC block into single tags.
- isset - Determine if a variable is set and is not NULL
- is_a - Checks if the object is of this class or has this class as one of its parents
- is_array - Finds whether a variable is an array
- is_bool - Finds out whether a variable is a boolean
- is_callable - Verify that the contents of a variable can be called as a function
- is_dir - Tells whether the filename is a directory
- is_double - Alias of is_float
- is_executable - Tells whether the filename is executable
- is_file - Tells whether the filename is a regular file
- is_finite - Finds whether a value is a legal finite number
- is_float - Finds whether the type of a variable is float
- is_infinite - Finds whether a value is infinite
- is_int - Find whether the type of a variable is integer
- is_integer - Alias of is_int
- is_link - Tells whether the filename is a symbolic link
- is_long - Alias of is_int
- is_nan - Finds whether a value is not a number
- is_null - Finds whether a variable is NULL
- is_numeric - Finds whether a variable is a number or a numeric string
- is_object - Finds whether a variable is an object
- is_readable - Tells whether a file exists and is readable
- is_real - Alias of is_float
- is_resource - Finds whether a variable is a resource
- is_scalar - Finds whether a variable is a scalar
- is_soap_fault - Checks if a SOAP call has failed
- is_string - Find whether the type of a variable is string
- is_subclass_of - Checks if the object has this class as one of its parents
- is_tainted - Checks whether a string is tainted
- is_uploaded_file - Tells whether the file was uploaded via HTTP POST
- is_writable - Tells whether the filename is writable
- is_writeable - Alias of is_writable
- Iterator::current - Return the current element
- Iterator::key - Return the key of the current element
- Iterator::next - Move forward to next element
- Iterator::rewind - Rewind the Iterator to the first element
- Iterator::valid - Checks if current position is valid
- IteratorAggregate::getIterator - Retrieve an external iterator
- IteratorIterator::current - Get the current value
- IteratorIterator::getInnerIterator - Get the inner iterator
- IteratorIterator::key - Get the key of the current element
- IteratorIterator::next - Forward to the next element
- IteratorIterator::rewind - Rewind to the first element
- IteratorIterator::valid - Checks if the iterator is valid
- IteratorIterator::__construct - Create an iterator from anything that is traversable
- iterator_apply - Call a function for every element in an iterator
- iterator_count - Count the elements in an iterator
- iterator_to_array - Copy the iterator into an array
- j
- JDDayOfWeek - Returns the day of the week
- JDMonthName - Returns a month name
- JDToFrench - Converts a Julian Day Count to the French Republican Calendar
- JDToGregorian - Converts Julian Day Count to Gregorian date
- jdtojewish - Converts a Julian day count to a Jewish calendar date
- JDToJulian - Converts a Julian Day Count to a Julian Calendar Date
- jdtounix - Convert Julian Day to Unix timestamp
- JewishToJD - Converts a date in the Jewish Calendar to Julian Day Count
- join - Alias of implode
- jpeg2wbmp - Convert JPEG image file to WBMP image file
- JsonSerializable::jsonSerialize - Specify data which should be serialized to JSON
- json_decode - Decodes a JSON string
- json_encode - Returns the JSON representation of a value
- json_last_error - Returns the last error occurred
- json_last_error_msg - Returns the error string of the last json_encode() or json_decode() call
- Judy::byCount - Locate the Nth index present in the Judy array
- Judy::count - Count the number of elements in the Judy array
- Judy::first - Search for the first index in the Judy array
- Judy::firstEmpty - Search for the first absent index in the Judy array
- Judy::free - Free the entire Judy array
- Judy::getType - Return the type of the current Judy array
- Judy::last - Search for the last index in the Judy array
- Judy::lastEmpty - Search for the last absent index in the Judy array
- Judy::memoryUsage - Return the memory used by the Judy array
- Judy::next - Search for the next index in the Judy array
- Judy::nextEmpty - Search for the next absent index in the Judy array
- Judy::offsetExists - Whether a offset exists
- Judy::offsetGet - Offset to retrieve
- Judy::offsetSet - Offset to set
- Judy::offsetUnset - Offset to unset
- Judy::prev - Search for the previous index in the Judy array
- Judy::prevEmpty - Search for the previous absent index in the Judy array
- Judy::size - Return the size of the current Judy array
- Judy::__construct - Construct a new Judy object
- Judy::__destruct - Destruct a Judy object
- judy_type - Return the type of a Judy array
- judy_version - Return or print the current PHP Judy version
- JulianToJD - Converts a Julian Calendar date to Julian Day Count
- k
- kadm5_chpass_principal - Changes the principal's password
- kadm5_create_principal - Creates a kerberos principal with the given parameters
- kadm5_delete_principal - Deletes a kerberos principal
- kadm5_destroy - Closes the connection to the admin server and releases all related resources
- kadm5_flush - Flush all changes to the Kerberos database
- kadm5_get_policies - Gets all policies from the Kerberos database
- kadm5_get_principal - Gets the principal's entries from the Kerberos database
- kadm5_get_principals - Gets all principals from the Kerberos database
- kadm5_init_with_password - Opens a connection to the KADM5 library
- kadm5_modify_principal - Modifies a kerberos principal with the given parameters
- key - Fetch a key from an array
- key_exists - Alias of array_key_exists
- krsort - Sort an array by key in reverse order
- ksort - Sort an array by key
- KTaglib_ID3v2_AttachedPictureFrame::getDescription - Returns a description for the picture in a picture frame
- KTaglib_ID3v2_AttachedPictureFrame::getMimeType - Returns the mime type of the picture
- KTaglib_ID3v2_AttachedPictureFrame::getType - Returns the type of the image
- KTaglib_ID3v2_AttachedPictureFrame::savePicture - Saves the picture to a file
- KTaglib_ID3v2_AttachedPictureFrame::setMimeType - Set's the mime type of the picture
- KTaglib_ID3v2_AttachedPictureFrame::setPicture - Sets the frame picture to the given image
- KTaglib_ID3v2_AttachedPictureFrame::setType - Set the type of the image
- KTaglib_ID3v2_Frame::getSize - Returns the size of the frame in bytes
- KTaglib_ID3v2_Frame::__toString - Returns a string representation of the frame
- KTaglib_ID3v2_Tag::addFrame - Add a frame to the ID3v2 tag
- KTaglib_ID3v2_Tag::getFrameList - Returns an array of ID3v2 frames, associated with the ID3v2 tag
- KTaglib_MPEG_AudioProperties::getBitrate - Returns the bitrate of the MPEG file
- KTaglib_MPEG_AudioProperties::getChannels - Returns the amount of channels of a MPEG file
- KTaglib_MPEG_AudioProperties::getLayer - Returns the layer of a MPEG file
- KTaglib_MPEG_AudioProperties::getLength - Returns the length of a MPEG file
- KTaglib_MPEG_AudioProperties::getSampleBitrate - Returns the sample bitrate of a MPEG file
- KTaglib_MPEG_AudioProperties::getVersion - Returns the version of a MPEG file
- KTaglib_MPEG_AudioProperties::isCopyrighted - Returns the copyright status of an MPEG file
- KTaglib_MPEG_AudioProperties::isOriginal - Returns if the file is marked as the original file
- KTaglib_MPEG_AudioProperties::isProtectionEnabled - Returns if protection mechanisms of an MPEG file are enabled
- KTaglib_MPEG_File::getAudioProperties - Returns an object that provides access to the audio properties
- KTaglib_MPEG_File::getID3v1Tag - Returns an object representing an ID3v1 tag
- KTaglib_MPEG_File::getID3v2Tag - Returns a ID3v2 object
- KTaglib_MPEG_File::__construct - Opens a new file
- KTaglib_Tag::getAlbum - Returns the title string from a ID3 tag
- KTaglib_Tag::getArtist - Returns the artist string from a ID3 tag
- KTaglib_Tag::getComment - Returns the comment from a ID3 tag
- KTaglib_Tag::getGenre - Returns the genre from a ID3 tag
- KTaglib_Tag::getTitle - Returns the title string from a ID3 tag
- KTaglib_Tag::getTrack - Returns the track number from a ID3 tag
- KTaglib_Tag::getYear - Returns the year from a ID3 tag
- KTaglib_Tag::isEmpty - Returns true if the tag is empty
No comments :
Post a Comment