goba Sun Jul 28 08:59:28 2002 EDT
Modified files:
/phpdoc quickref.txt
Log:
Updated default quickref.txt (the function index is generated from this)
Index: phpdoc/quickref.txt
diff -u phpdoc/quickref.txt:1.5 phpdoc/quickref.txt:1.6
--- phpdoc/quickref.txt:1.5 Sun Jan 27 12:32:23 2002
+++ phpdoc/quickref.txt Sun Jul 28 08:59:28 2002
@@ -6,6 +6,8 @@
apache_child_terminate - Terminate apache process after this request
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_response_headers - Fetch all HTTP response headers
apache_setenv - Set an Apache subprocess_env variable
array - Create an array
array_change_key_case - Returns an array with all string keys lowercased or uppercased
@@ -53,7 +55,7 @@
atanh - Inverse hyperbolic tangent
base64_decode - Decodes data encoded with MIME base64
base64_encode - Encodes data with MIME base64
-basename - Returns filename component of path
+basename - Returns filename component of path
base_convert - Convert a number between arbitrary bases
bcadd - Add two arbitrary precision numbers
bccomp - Compare two arbitrary precision numbers
@@ -67,7 +69,7 @@
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 re turned
+bind_textdomain_codeset - Specify the character encoding in which the messages from
+the DOMAIN message catalog will be returned
bzclose - Close a bzip2 file pointer
bzcompress - Compress a string into bzip2 encoded data
bzdecompress - Decompresses bzip2 encoded data
@@ -80,8 +82,8 @@
bzwrite - Binary safe bzip2 file write
call_user_func - Call a user function given by the first parameter
call_user_func_array - Call a user function given with an array of parameters
-call_user_method - Call a user method on an specific object
-call_user_method_array - Call a user method given 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 and return
extended information
cal_info - Returns information about a particular calendar
@@ -232,7 +234,7 @@
ctype_xdigit - Check for character(s) representing a hexadecimal digit
curl_close - Close a CURL session
curl_errno - Return an integer containing the last error number
-curl_error - Return a string contain the last error for the current session
+curl_error - Return a string containing the last error for the current session
curl_exec - Perform a CURL session
curl_getinfo - Get information regarding a specific transfer
curl_init - Initialize a CURL session
@@ -246,9 +248,9 @@
cybermut_creerformulairecm - Generate HTML form of request for payment
cybermut_creerreponsecm - Generate the acknowledgement of delivery of the
confirmation of payment
cybermut_testmac - Make sure that there no was data diddling contained in the
received message of confirmation
-cyrus_authenticate - Authenticate agaings a Cyrus IMAP server
+cyrus_authenticate - Authenticate against a Cyrus IMAP server
cyrus_bind - Bind callbacks to a Cyrus IMAP connection
-cyrus_close - Close connection to a cyrus server
+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 ...
@@ -340,8 +342,7 @@
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() Plural version of dcgettext
-dcngettext - Plural version of dcgettext() Plural version of dgettext
+dcngettext - Plural version of dcgettext
debugger_off - Disable internal PHP debugger
debugger_on - Enable internal PHP debugger
decbin - Decimal to binary
@@ -368,19 +369,72 @@
disk_free_space - Returns available space in directory
disk_total_space - Returns the total size of a directory
dl - Loads a PHP extension at runtime
-domxml_add_root - Adds a further root node
-domxml_attributes - Returns an array of attributes of a node
-domxml_children - Returns children of a node or document
-domxml_dumpmem - Dumps the internal XML tree back into a string
-domxml_get_attribute - Returns a certain attribute of a node
-domxml_new_child - Adds new child node
-domxml_new_xmldoc - Creates new empty XML document
-domxml_node - Creates node
-domxml_node_set_content - Sets content of a node
-domxml_node_unlink_node - Deletes node
-domxml_root - Returns root element node
-domxml_set_attribute -
+dngettext - Plural version of dgettext
+DomAttribute->name - Returns name of attribute
+DomAttribute->specified - Checks if attribute is specified
+DomAttribute->value - Returns value of attribute
+DomDocument->add_root [deprecated] - Adds a root node
+DomDocument->create_attribute - Create new attribute
+DomDocument->create_cdata_section - Create new cdata node
+DomDocument->create_comment - Create new comment node
+DomDocument->create_element - Create new element node
+DomDocument->create_entity_reference -
+DomDocument->create_processing_instruction - Creates new PI node
+DomDocument->create_text_node - Create new text node
+DomDocument->doctype - Returns the document type
+DomDocument->document_element - Returns root element node
+DomDocument->dump_file - Dumps the internal XML tree back into a file
+DomDocument->dump_mem - Dumps the internal XML tree back into a string
+DomDocument->get_elements_by_tagname -
+DomDocument->get_element_by_id - Searches for an element with a certain id
+DomDocument->html_dump_mem - Dumps the internal XML tree back into a string as
+HTML
+DomDocumentType->entities - Returns list of entities
+DomDocumentType->internal_subset - Returns internal subset
+DomDocumentType->name - Returns name of document type
+DomDocumentType->notations - Returns list of notations
+DomDocumentType->public_id - Returns public id of document type
+DomDocumentType->system_id - Returns system id of document type
+DomElement->get_attribute - Returns value of attribute
+DomElement->get_attribute_node - Returns value of attribute
+DomElement->get_elements_by_tagname - Adds new attribute
+DomElement->has_attribute - Adds new attribute
+DomElement->remove_attribute - Adds new attribute
+DomElement->set_attribute - Adds new attribute
+DomElement->tagname - Returns name of element
+DomNode->append_child - Adds new child at the end of the children
+DomNode->append_sibling - Adds new sibling to a node
+DomNode->attributes - Returns list of attributes
+DomNode->child_nodes - Returns children of node
+DomNode->clone_node - Clones a node
+DomNode->dump_node - Dumps a single node
+DomNode->first_child - Returns first child of node
+DomNode->get_content - Gets content of node
+DomNode->has_attributess - Checks if node has attributes
+DomNode->has_child_nodes - Checks if node has children
+DomNode->insert_before - Inserts new node as child
+DomNode->is_blank_node - Checks if node is blank
+DomNode->last_child - Returns last child of node
+DomNode->next_sibling - Returns the next sibling of node
+DomNode->node_name - Returns name of node
+DomNode->node_type - Returns type of node
+DomNode->node_value - Returns value of a node
+DomNode->owner_document - Returns the document this node belongs to
+DomNode->parent_node - Returns the parent of the node
+DomNode->prefix - Returns name space prefix of node
+DomNode->previous_sibling - Returns the previous sibling of node
+DomNode->remove_child - Removes child from list of children
+DomNode->replace_child - Replaces a child
+DomNode->replace_node - Replaces node
+DomNode->set_content - Sets content of node
+DomNode->set_name - Sets name of node
+DomNode->unlink_node - Deletes node
+DomProcessingInstruction->data - Returns data of pi node
+DomProcessingInstruction->target - Returns target of pi node
+domxml_new_doc - Creates new empty XML document
+domxml_open_file - Creates a DOM object from XML file
+domxml_open_mem - Creates a DOM object of an XML document
domxml_version - Get XML library version
+domxml_xmltree - Creates a tree of PHP objects from an XML document
dotnet_load - Loads a DOTNET module
doubleval - Alias of floatval
each - Return the current key and value pair from an array and advance the array
cursor
@@ -400,6 +454,9 @@
escapeshellcmd - escape shell metacharacters
eval - Evaluate a string as PHP code
exec - Execute an external program
+exif_imagetype - Determine the type of an image
+exif_read_data - Read the EXIF headers from JPEG or TIFF
+exif_thumbnail - Retrieve the embedded thumbnail of a TIFF or JPEG image
exit - Output a message and terminate the current script
exp - e to the power of ...
explode - Split a string by string
@@ -408,7 +465,7 @@
extract - Import variables into the current symbol table from an array
ezmlm_hash - Calculate the hash value needed by EZMLM
fbsql_affected_rows - Get number of affected rows in previous FrontBase operation
-fbsql_autocommit - Enable or disable autocommit.
+fbsql_autocommit - Enable or disable autocommit
fbsql_change_user - Change logged in user of the active connection
fbsql_close - Close FrontBase connection
fbsql_commit - Commits a transaction to the database
@@ -483,9 +540,9 @@
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
+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
+fgetss - Gets line from file pointer and strip HTML tags
file - Reads entire file into an array
fileatime - Gets last access time of file
filectime - Gets inode change time of file
@@ -494,58 +551,66 @@
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
+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
filetype - Gets file type
file_exists - Checks whether a file exists
+file_get_contents - Reads entire file into a string
+file_get_wrapper_data - Retrieves header/meta data from "wrapped" file pointers
+file_register_wrapper - Register a URL wrapper implemented as a PHP class
floatval - Get float value of a variable
flock - Portable advisory file locking
floor - Round fractions down
flush - Flush the output buffer
fopen - Opens file or URL
-fpassthru - Output all remaining data on a file pointer
+fpassthru - Output all remaining data on a file pointer
fputs - Writes to a file pointer
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
+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
+fstat - Gets information about a file using an open file pointer
ftell - Tells file pointer read/write position
ftok - Convert a pathname and a project identifier to a System V IPC key
+ftp_async_continue - Continues retrieving/sending a file asyncronously
+ftp_async_fget - Retrieves a file from the FTP server asynchronly and writes it to an
+open file
+ftp_async_fput - Stores a file from an open file to the FTP server asyncronly
+ftp_async_get - Retrieves a file from the FTP server asynchronly and writes it to a
+local file
+ftp_async_put - Stores a file on the FTP server asynchronly
ftp_cdup - Changes to the parent directory
ftp_chdir - Changes directories on a FTP server
ftp_close - Closes an FTP connection
ftp_connect - Opens up an FTP connection
-ftp_delete - Deletes a file on the ftp server.
-ftp_exec - Request execution of a program 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_delete - Deletes a file on the FTP server
+ftp_exec - Request execution of a program 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 an FTP connection
-ftp_mdtm - Returns the last modified time of the given file.
+ftp_mdtm - Returns the last modified time of the given file
ftp_mkdir - Creates a directory
-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_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 - Closes an FTP connection
-ftp_rawlist - Returns a detailed list of files in the given directory.
-ftp_rename - Renames a file on the ftp server.
+ftp_rawlist - Returns a detailed list of files in the given directory
+ftp_rename - Renames a file 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_systype - Returns the system type identifier of the remote FTP server.
-ftruncate - Truncates a file to a given length.
+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_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
@@ -558,7 +623,7 @@
gethostbyaddr - Get the Internet host name corresponding to a given IP address
gethostbyname - Get the IP address corresponding to a given Internet host name
gethostbynamel - Get a list of IP addresses corresponding to a given Internet host
name
-GetImageSize - Get the size of an image
+getimagesize - Get the size of an image
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
@@ -595,6 +660,7 @@
get_parent_class - Retrieves the parent class name for object or class
get_required_files - Returns an array with the names of included or required files
get_resource_type - Returns the resource type
+glob - Find pathnames matching a pattern
gmdate - Format a GMT/CUT date/time
gmmktime - Get UNIX timestamp for a GMT date
gmp_abs - Absolute value
@@ -602,7 +668,7 @@
gmp_and - Logical AND
gmp_clrbit - Clear bit
gmp_cmp - Compare numbers
-gmp_com - Calculates one's complement of a
+gmp_com - Calculates one's complement of a
gmp_div - Divide numbers
gmp_divexact - Exact division of numbers
gmp_div_q - Divide numbers
@@ -666,6 +732,59 @@
highlight_string - Syntax highlighting of a string
htmlentities - Convert all applicable characters to HTML entities
htmlspecialchars - Convert special characters to HTML entities
+hwapi_hgcsp - Returns object of class hw_api
+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->dstofsrcanchors - 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->setcommitedversion - 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 - Creates instance of class hw_api_attribute
+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 - Create new instance of class hw_api_content
+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 - Creates a new instance of class hw_api_object
+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
hw_Array2Objrec - convert attributes from object array to object record
hw_changeobject - Changes attributes of an object (obsolete)
hw_Children - object ids of children
@@ -768,8 +887,8 @@
icap_snooze - Snooze an alarm
icap_store_event - Store an event into an ICAP calendar
iconv - Convert string to requested character encoding
-iconv_get_encoding - Get current setting for character encoding conversion
-iconv_set_encoding - Set current setting for character encoding conversion
+iconv_get_encoding - Get current setting for character encoding conversion
+iconv_set_encoding - Set current setting for character encoding conversion
ifxus_close_slob - Deletes the slob object
ifxus_create_slob - Creates an slob object and opens it
ifxus_free_slob - Deletes the slob object
@@ -809,88 +928,90 @@
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
-Image2WBMP - Output image to browser or file
-ImageAlphaBlending - Set the blending mode for an image
-ImageArc - Draw a partial ellipse
-ImageChar - Draw a character horizontally
-ImageCharUp - Draw a character vertically
-ImageColorAllocate - 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
-ImageColorClosestThwb - Get the index of the color which has the hue, white and
blackness nearest to the given color
-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
-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
-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
-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
-ImageDashedLine - Draw a dashed line
-ImageDestroy - Destroy an image
-ImageEllipse - Draw an ellipse
-ImageFill - Flood fill
-ImageFilledArc - Draw a partial ellipse and fill it
-ImageFilledEllipse - Draw a filled ellipse
-ImageFilledPolygon - Draw a filled polygon
-ImageFilledRectangle - Draw a filled rectangle
-ImageFillToBorder - Flood fill to specific color
-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
-ImageInterlace - Enable or disable interlace
-ImageJPEG - Output image to browser or file
-ImageLine - Draw a line
-ImageLoadFont - Load a new font
-ImagePaletteCopy - Copy the palette from one image to another
-ImagePNG - Output a PNG image to either the browser or a file
-ImagePolygon - Draw 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 - To draw a text string over an image using PostScript Type1 fonts
-ImageRectangle - Draw a rectangle
-ImageSetBrush - Set the brush image for line drawing
-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 TypeType 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
+image2wbmp - Output image to browser or file
+imagealphablending - Set the blending mode for an image
+imagearc - Draw a partial ellipse
+imagechar - Draw a character horizontally
+imagecharup - Draw a character vertically
+imagecolorallocate - 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 nearest to the given color
+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
+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
+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
+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
+imagedashedline - Draw a dashed line
+imagedestroy - Destroy an image
+imageellipse - Draw an ellipse
+imagefill - Flood fill
+imagefilledarc - Draw a partial ellipse and fill it
+imagefilledellipse - Draw a filled ellipse
+imagefilledpolygon - Draw a filled polygon
+imagefilledrectangle - Draw a filled rectangle
+imagefilltoborder - Flood fill to specific color
+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
+imageinterlace - Enable or disable interlace
+imagejpeg - Output image to browser or file
+imageline - Draw a line
+imageloadfont - Load a new font
+imagepalettecopy - Copy the palette from one image to another
+imagepng - Output a PNG image to either the browser or a file
+imagepolygon - Draw a polygon
+imagepsbbox - Give the bounding box of a text rectangle using PostScript Type1 fonts
+imagepscopyfont - Make a copy of an already loaded font for further modification
+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 - To draw a text string over an image using PostScript Type1 fonts
+imagerectangle - Draw a rectangle
+imagesetbrush - Set the brush image for line drawing
+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
+image_type_to_mime_type - Get Mime-Type for image-type returned by getimagesize,
+exif_read_data, exif_thumbnail, exif_imagetype
imap_8bit - Convert an 8bit string to a quoted-printable string
imap_alerts - This function returns all IMAP alert messages (if any) that have
occurred during this page request or since the alert stack was reset
imap_append - Append a string message to a specified mailbox
@@ -980,7 +1101,7 @@
intval - Get integer value of a variable
in_array - Return TRUE if a value exists in an array
ip2long - Converts a string containing an (IPv4) Internet Protocol dotted address
into a proper address.
-iptcembed - Embed binary IPTC data into a JPEG image.
+iptcembed - Embed binary IPTC data into a JPEG image
iptcparse - Parse a binary IPTC http://www.iptc.org/ block into single tags.
ircg_channel_mode - Set channel mode flags for user
ircg_disconnect - Close connection to server
@@ -1007,28 +1128,32 @@
ircg_topic - Set topic for channel on server
ircg_whois - Query user information for nick on server
isset - Determine whether a variable is set
+is_a - Returns TRUE 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 - Find out whether the argument is a valid callable construct
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_file - Tells whether the filename is a regular file
+is_finite -
is_float - Finds whether a variable is a float
+is_infinite -
is_int - Find whether a variable is an integer
is_integer - Alias of is_int
-is_link - Tells whether the filename is a symbolic link
+is_link - Tells whether the filename is a symbolic link
is_long - Alias of is_int
+is_nan -
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 the filename is readable
+is_readable - Tells whether the filename 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_string - Finds whether a variable is a string
-is_subclass_of - Determines if an object belongs to a subclass of the specified class
-is_uploaded_file - Tells whether the file was uploaded via HTTP POST.
+is_subclass_of - Returns TRUE if the object has this class as one of its parents
+is_uploaded_file - Tells whether the file was uploaded via HTTP POST
is_writable - Tells whether the filename is writable
is_writeable - Tells whether the filename is writable
java_last_exception_clear - Clear last Java exception
@@ -1042,7 +1167,7 @@
jdtounix - Convert Julian Day to UNIX timestamp
JewishToJD - Converts a date in the Jewish Calendar to Julian Day Count
join - Join array elements with a string
-JPEG2WBMP - Convert JPEG image file to WBMP image file
+jpeg2wbmp - Convert JPEG image file to WBMP image file
JulianToJD - Converts a Julian Calendar date to Julian Day Count
key - Fetch a key from an associative array
krsort - Sort an array by key in reverse order
@@ -1101,7 +1226,7 @@
log10 - Base-10 logarithm
log1p - Returns log(1 + number), computed in a way that accurate even when the val ue
of number is close to zero
long2ip - Converts an (IPv4) Internet network address into a string in Internet
standard dotted format
-lstat - Gives information about a file or symbolic link
+lstat - Gives information about a file or symbolic link
ltrim - Strip whitespace from the beginning of a string
mail - send mail
mailparse_determine_best_xfer_encoding - Figures out the best way of encoding the
content read from the file pointer fp, which must be seek-able
@@ -1127,6 +1252,18 @@
mb_detect_order - Set/Get character encoding detection order
mb_encode_mimeheader - Encode string for MIME header
mb_encode_numericentity - Encode character to HTML numeric string reference
+mb_ereg - Regular expression match with multibyte support
+mb_eregi - Regular expression match ignoring case with multibyte support
+mb_eregi_replace - Replace regular expression with multibyte support ignoring case
+mb_ereg_match - Regular expression match for multibyte string
+mb_ereg_replace - Replace regular expression with multibyte support
+mb_ereg_search - Multibyte regular expression match for predefined multibyte string
+mb_ereg_search_getpos - Returns start point for next regular expression match
+mb_ereg_search_getregs - Retrive the result from the last multibyte regular
+expression match
+mb_ereg_search_init - Setup string and regular expression for multibyte regular
+expression match
+mb_ereg_search_pos - Return position and length of matched part of multibyte regular
+expression for predefined multibyte string
+mb_ereg_search_regs - Returns the matched part of multibyte regular expression
+mb_ereg_search_setpos - Set start point of next regular expression match
mb_get_info - Get internal settings of mbstring
mb_http_input - Detect HTTP input character encoding
mb_http_output - Set/Get HTTP output character encoding
@@ -1135,7 +1272,9 @@
mb_output_handler - Callback function converts character encoding in output buffer
mb_parse_str - Parse GET/POST/COOKIE data and set global variable
mb_preferred_mime_name - Get MIME charset string
+mb_regex_encoding - Returns current encoding for multibyte regex as string
mb_send_mail - Send encoded mail.
+mb_split - Split multibyte string using regular expression
mb_strcut - Get part of string
mb_strimwidth - Get truncated string with specified width
mb_strlen - Get string length
@@ -1201,7 +1340,7 @@
mcrypt_enc_is_block_mode - Checks whether the opened mode outputs blocks
mcrypt_enc_self_test - This function runs a self test on the opened module
mcrypt_generic - This function encrypts data
-mcrypt_generic_deinit - This function terminates encrypt specified by the descriptor
td
+mcrypt_generic_deinit - This function deinitializes an encryption module
mcrypt_generic_end - This function terminates encryption
mcrypt_generic_init - This function initializes all buffers needed for encryption
mcrypt_get_block_size - Get the block size of the specified cipher
@@ -1210,7 +1349,7 @@
mcrypt_get_key_size - Get the key size of the specified cipher
mcrypt_list_algorithms - Get an array of all supported ciphers
mcrypt_list_modes - Get an array of all supported modes
-mcrypt_module_close - Free the descriptor td
+mcrypt_module_close - Close the mcrypt module
mcrypt_module_get_algo_block_size - Returns the blocksize of the specified algorithm
mcrypt_module_get_algo_key_size - Returns the maximum supported keysize of the opened
mode
mcrypt_module_get_supported_key_sizes - Returns an array with the supported keysizes
of the opened algorithm
@@ -1231,13 +1370,14 @@
mhash_get_hash_name - Get the name of the specified hash
mhash_keygen_s2k - Generates a key
microtime - Return current UNIX timestamp with microseconds
+mime_content_type - Detect MIME Content-type for a file
min - Find lowest value
ming_setcubicthreshold - Set cubic threshold (?)
ming_setscale - Set scale (?)
ming_useswfversion - Use SWF version (?)
mkdir - Makes directory
mktime - Get UNIX timestamp for a date
-move_uploaded_file - Moves an uploaded file to a new location.
+move_uploaded_file - Moves an uploaded file to a new location
msession_connect - Connect to msession server
msession_count - Get session count
msession_create - Create a session
@@ -1259,6 +1399,12 @@
msession_timeout - Set/get session timeout
msession_uniq - Get uniq id
msession_unlock - Unlock a session
+msg_get_queue - Create or attach to a message queue
+msg_receive - Receive a message from a message queue
+msg_remove_queue - Destroy a message queue
+msg_send - Send a message to a message queue
+msg_set_queue - Set information in the message queue data structure
+msg_stat_queue - Returns information from the message queue data structure
msql - Send mSQL query
msql_affected_rows - Returns number of affected rows
msql_close - Close mSQL connection
@@ -1303,7 +1449,7 @@
mssql_close - Close MS SQL Server connection
mssql_connect - Open MS SQL server connection
mssql_data_seek - Move internal row pointer
-mssql_execute - Executes a stored procedure on a MS-SQL server database
+mssql_execute - Executes a stored procedure on a MS SQL server database
mssql_fetch_array - Fetch row as array
mssql_fetch_assoc - Returns an associative array of the current row in the result set
specified by result_id
mssql_fetch_batch - Returns the next batch of records
@@ -1331,13 +1477,14 @@
mt_getrandmax - Show largest possible random value
mt_rand - Generate a better random value
mt_srand - Seed the better random number generator
-muscat_close - Shuts down the muscat session and releases any memory back to php.
[Not back to the system, note!]
-muscat_get - Gets a line back from the core muscat api. Returns a literal FALSE when
there is no more to get (as opposed to ""). Use === FALSE or !== FALSE to check for
this
-muscat_give - Sends string to the core muscat api
-muscat_setup - Creates a new muscat session and returns the handle. Size is the
ammount of memory in bytes to allocate for muscat muscat_dir is the muscat
installation dir e.g. "/usr/local/empower", it defaults to the compile time muscat
directory
-muscat_setup_net - Creates a new muscat session and returns the handle. muscat_host
is the hostname to connect to port is the port number to connect to - actually takes
exactly the same args as fsockopen
+muscat_close - Shuts down the muscat session and releases any memory back to PHP.
+muscat_get - Gets a line back from the core muscat API.
+muscat_give - Sends string to the core muscat API
+muscat_setup - Creates a new muscat session and returns the handle.
+muscat_setup_net - Creates a new muscat session and returns the handle.
mysql_affected_rows - Get number of affected rows in previous MySQL operation
mysql_change_user - Change logged in user of the active connection
+mysql_character_set_name - Returns the name of the character set
mysql_close - Close MySQL connection
mysql_connect - Open a connection to a MySQL Server
mysql_create_db - Create a MySQL database
@@ -1365,17 +1512,23 @@
mysql_get_host_info - Get MySQL host info
mysql_get_proto_info - Get MySQL protocol info
mysql_get_server_info - Get MySQL server info
-mysql_insert_id - Get the id generated from the previous INSERT operation
+mysql_info - Get information about the most recent query
+mysql_insert_id - Get the ID generated from the previous INSERT operation
mysql_list_dbs - List databases available on a MySQL server
mysql_list_fields - List MySQL result fields
+mysql_list_processes - List MySQL processes
mysql_list_tables - List tables in a MySQL database
mysql_num_fields - Get number of fields in result
mysql_num_rows - Get number of rows in result
mysql_pconnect - Open a persistent connection to a MySQL server
+mysql_ping - Ping a server connection or reconnect if there is no connection
mysql_query - Send a MySQL query
+mysql_real_escape_string - Escapes special characters in a string for use in a SQL
+statement, taking into account the current charset of the connection.
mysql_result - Get result data
mysql_select_db - Select a MySQL database
+mysql_stat - Get current system status
mysql_tablename - Get table name of field
+mysql_thread_id - Return the current thread ID
mysql_unbuffered_query - Send an SQL query to MySQL, without fetching and buffering
the result rows
natcasesort - Sort an array using a case insensitive "natural order" algorithm
natsort - Sort an array using a "natural order" algorithm
@@ -1502,7 +1655,7 @@
nl2br - Inserts HTML line breaks before all newlines in a string
nl_langinfo - Query language and locale information
notes_body - Open the message msg_number in the specified mailbox on the specified
server (leave serv
-notes_copy_db - title]) Create a note using form form_name
+notes_copy_db - Create a note using form form_name
notes_create_db - Create a Lotus Notes database
notes_create_note - Create a note using form form_name
notes_drop_db - Drop a Lotus Notes database
@@ -1523,57 +1676,58 @@
ob_get_contents - Return the contents of the output buffer
ob_get_length - Return the length of the output buffer
ob_get_level - Return the nesting level of the output buffering mechanism
+ob_get_status - Get status of output buffers
ob_gzhandler - ob_start callback function to gzip output buffer
-ob_iconv_handler - Convert character encoding as output buffer handler
+ob_iconv_handler - Convert character encoding as output buffer handler
ob_implicit_flush - Turn implicit flush on/off
ob_start - Turn on output buffering
OCIBindByName - Bind a PHP variable to an Oracle Placeholder
OCICancel - Cancel reading from cursor
-OCICollAppend - Coming soon.
-OCICollAssign - Coming soon.
-OCICollAssignElem - Coming soon.
-OCICollGetElem - Coming soon.
-OCICollMax - Coming soon.
-OCICollSize - Coming soon.
-OCICollTrim - Coming soon.
-OCIColumnIsNULL - test whether a result column is NULL
-OCIColumnName - Returns the name of a column.
-OCIColumnPrecision - Coming soon.
-OCIColumnScale - Coming soon.
-OCIColumnSize - return result column size
-OCIColumnType - Returns the data type of a column.
-OCIColumnTypeRaw - Coming soon.
+OCICollAppend - Coming soon
+OCICollAssign - Coming soon
+OCICollAssignElem - Coming soon
+OCICollGetElem - Coming soon
+OCICollMax - Coming soon
+OCICollSize - Coming soon
+OCICollTrim - Coming soon
+OCIColumnIsNULL - Test whether a result column is NULL
+OCIColumnName - Returns the name of a column
+OCIColumnPrecision - Coming soon
+OCIColumnScale - Coming soon
+OCIColumnSize - Return result column size
+OCIColumnType - Returns the data type of a column
+OCIColumnTypeRaw - Coming soon
OCICommit - Commits outstanding transactions
OCIDefineByName - Use a PHP variable for the define-step during a SELECT
-OCIError - Return the last error of stmt|conn|global. If no error happened returns
FALSE.
+OCIError - Return the last error of stmt|conn|global
OCIExecute - Execute a statement
OCIFetch - Fetches the next row into result-buffer
OCIFetchInto - Fetches the next row into result-array
-OCIFetchStatement - Fetch all rows of result data into an array.
-OCIFreeCollection - Coming soon.
-OCIFreeCursor - Free all resources associated with a cursor.
-OCIFreeDesc - Deletes a large object descriptor.
-OCIFreeStatement - Free all resources associated with a statement.
-OCIInternalDebug - Enables or disables internal debug output. By default it is
disabled
-OCILoadLob - Coming soon.
+OCIFetchStatement - Fetch all rows of result data into an array
+OCIFreeCollection - Coming soon
+OCIFreeCursor - Free all resources associated with a cursor
+OCIFreeDesc - Deletes a large object descriptor
+OCIFreeStatement - Free all resources associated with a statement
+OCIInternalDebug - Enables or disables internal debug output
+OCILoadLob - Coming soon
OCILogOff - Disconnects from Oracle
OCILogon - Establishes a connection to Oracle
-OCINewCollection - Coming soon.
-OCINewCursor - Return a new cursor (Statement-Handle) - use to bind ref-cursors.
-OCINewDescriptor - Initialize a new empty descriptor LOB/FILE (LOB is default)
-OCINLogon - Connect to an Oracle database and log on using a new connection. Returns
a new session.
+OCINewCollection - Coming soon
+OCINewCursor - Return a new cursor (Statement-Handle)
+OCINewDescriptor - Initialize a new empty LOB or FILE descriptor
+OCINLogon - Establishes a new connection to Oracle
OCINumCols - Return the number of result columns in a statement
OCIParse - Parse a query and return a statement
-OCIPLogon - Connect to an Oracle database and log on using a persistent connection.
Returns a new session.
+OCIPLogon - Connect to an Oracle database using a persistent connection
OCIResult - Returns column value for fetched row
OCIRollback - Rolls back outstanding transactions
OCIRowCount - Gets the number of affected rows
-OCISaveLob - Coming soon.
-OCISaveLobFile - Coming soon.
-OCIServerVersion - Return a string containing server version information.
-OCISetPrefetch - sets number of rows to be prefetched
-OCIStatementType - Return the type of an OCI statement.
-OCIWriteLobToFile - Coming soon.
+OCISaveLob - Coming soon
+OCISaveLobFile - Coming soon
+OCIServerVersion - Return a string containing server version information
+OCISetPrefetch - Sets number of rows to be prefetched
+OCIStatementType - Return the type of an OCI statement
+OCIWriteLobToFile - Coming soon
octdec - Octal to decimal
odbc_autocommit - Toggle autocommit behaviour
odbc_binmode - Handling of binary column data
@@ -1674,9 +1828,6 @@
Ora_Parse - parse an SQL statement
Ora_pLogon - Open a persistent Oracle connection
Ora_Rollback - roll back transaction
-OrbitEnum - Use CORBA enums
-OrbitObject - Access CORBA objects
-OrbitStruct - Use CORBA structs
ord - Return ASCII value of character
overload - Enable property and method call overloading for a class
ovrimos_close - Closes the connection to ovrimos
@@ -1708,6 +1859,16 @@
Pattern Modifiers - Describes possible modifiers in regex patterns
Pattern Syntax - Describes PCRE regex syntax
pclose - Closes process file pointer
+pcntl_exec - Executes specified program in current process space
+pcntl_fork - Forks the currently running process
+pcntl_signal - Installs a signal handler
+pcntl_waitpid - Waits on or returns the status of a forked child
+pcntl_wexitstatus - Returns the return code of a terminated child
+pcntl_wifexited - Returns TRUE if status code represents a successful exit
+pcntl_wifsignaled - Returns TRUE if status code represents a termination due to a
+signal
+pcntl_wifstopped - Returns TRUE if child process is currently stopped
+pcntl_wstopsig - Returns the signal which caused the child to stop
+pcntl_wtermsig - Returns the signal which caused the child to terminate
pdf_add_annotation - Deprecated: Adds annotation
pdf_add_bookmark - Adds bookmark for current page
pdf_add_launchlink - Add a launch annotation for current page
@@ -1829,61 +1990,67 @@
pfpro_process_raw - Process a raw transaction with Payflow Pro
pfpro_version - Returns the version of the Payflow Pro software
pfsockopen - Open persistent Internet or Unix domain socket connection
+pg_affected_rows - Returns number of affected records(tuples)
pg_cancel_query - Cancel async query
pg_client_encoding - Get the client encoding
pg_close - Close a PostgreSQL connection
-pg_cmdtuples - Returns number of affected records(tuples)
pg_connect - Open a PostgreSQL connection
pg_connection_busy - Get connection is busy or not
pg_connection_reset - Reset connection (reconnect)
pg_connection_status - Get connection status
-pg_copy_from - Copy table from array
-pg_copy_to - Copy table to array
+pg_convert - Convert associative array value into suitable for SQL statement.
+pg_copy_from - Insert records into a table from an array
+pg_copy_to - Copy a table to an array
pg_dbname - Get the database name
+pg_delete - Delete records.
pg_end_copy - Sync with PostgreSQL backend
-pg_errormessage - Get the last error message string of a connection
pg_escape_bytea - Escape binary for bytea type
pg_escape_string - Escape string for text/char type
-pg_exec - Execute a query
pg_fetch_array - Fetch a row as an array
pg_fetch_object - Fetch a row as an object
+pg_fetch_result - Returns values from a result resource
pg_fetch_row - Get a row as an enumerated array
-pg_fieldisnull - Test if a field is NULL
-pg_fieldname - Returns the name of a field
-pg_fieldnum - Returns the field number of the named field
-pg_fieldprtlen - Returns the printed length
-pg_fieldsize - Returns the internal storage size of the named field
-pg_fieldtype - Returns the type name for the corresponding field number
-pg_freeresult - Free result memory
-pg_getlastoid - Returns the last object's oid
+pg_field_is_null - Test if a field is NULL
+pg_field_name - Returns the name of a field
+pg_field_num - Returns the field number of the named field
+pg_field_prtlen - Returns the printed length
+pg_field_size - Returns the internal storage size of the named field
+pg_field_type - Returns the type name for the corresponding field number
+pg_free_result - Free result memory
pg_get_result - Get asynchronous query result
pg_host - Returns the host name associated with the connection
+pg_insert - Insert array into table.
+pg_last_error - Get the last error message string of a connection
pg_last_notice - Returns the last notice message from PostgreSQL server
-pg_loclose - Close a large object
-pg_locreate - Create a large object
-pg_loexport - Export a large object to file
-pg_loimport - Import a large object from file
-pg_loopen - Open a large object
-pg_loread - Read a large object
-pg_loreadall - Read a entire large object and send straight to browser
-pg_lounlink - Delete a large object
-pg_lowrite - Write a large object
+pg_last_oid - Returns the last object's oid
+pg_lo_close - Close a large object
+pg_lo_create - Create a large object
+pg_lo_export - Export a large object to file
+pg_lo_import - Import a large object from file
+pg_lo_open - Open a large object
+pg_lo_read - Read a large object
+pg_lo_read_all - Read a entire large object and send straight to browser
pg_lo_seek - Seeks position of large object
pg_lo_tell - Returns current position of large object
-pg_numfields - Returns the number of fields
-pg_numrows - Returns the number of rows
+pg_lo_unlink - Delete a large object
+pg_lo_write - Write a large object
+pg_metadata - Get metadata for table.
+pg_num_fields - Returns the number of fields
+pg_num_rows - Returns the number of rows
pg_options - Get the options associated with the connection
pg_pconnect - Open a persistent PostgreSQL connection
pg_port - Return the port number associated with the connection
pg_put_line - Send a NULL-terminated string to PostgreSQL backend
-pg_result - Returns values from a result resource
+pg_query - Execute a query
pg_result_error - Get error message associated with result
pg_result_status - Get status of query result
+pg_select - Select records.
pg_send_query - Send asynchronous query
pg_set_client_encoding - Set the client encoding
pg_trace - Enable tracing a PostgreSQL connection
pg_tty - Return the tty name associated with the connection
pg_untrace - Disable tracing of a PostgreSQL connection
+pg_update - Update table.
phpcredits - Prints out the credits for PHP
phpinfo - Outputs lots of PHP information
phpversion - Gets the current PHP version
@@ -1891,7 +2058,7 @@
php_sapi_name - Returns the type of interface between web server and PHP
php_uname - Returns information about the operating system PHP was built on
pi - Get value of pi
-PNG2WBMP - Convert PNG image file to WBMP image file
+png2wbmp - Convert PNG image file to WBMP image file
popen - Opens process file pointer
pos - Get the current element from an array
posix_ctermid - Get path name of controlling terminal
@@ -1967,6 +2134,8 @@
printer_write - Write data to the printer
printf - Output a formatted string
print_r - Prints human-readable information about a variable
+proc_close - Close a process opened by proc_open and return the exit code of that
+process.
+proc_open - Execute a command and open file pointers for input/output
pspell_add_to_personal - Add the word to a personal wordlist
pspell_add_to_session - Add the word to the wordlist in the current session
pspell_check - Check a word
@@ -1986,7 +2155,7 @@
pspell_suggest - Suggest spellings of a word
putenv - Sets the value of an environment variable
qdom_error - Returns the error string from the last QDOM operation or FALSE if no
errors occured
-qdom_tree - creates a tree of an xml string
+qdom_tree - creates a tree of an xml string
quoted_printable_decode - Convert a quoted-printable string to an 8 bit string
quotemeta - Quote meta characters
rad2deg - Converts the radian number to the equivalent number in degrees
@@ -2006,7 +2175,7 @@
readline_read_history - Reads the history
readline_write_history - Writes the history
readlink - Returns the target of a symbolic link
-read_exif_data - Read the EXIF headers from a JPEG
+read_exif_data - Reads header information stored in TIFF and JPEG images
realpath - Returns canonicalized absolute pathname
recode - Recode a string according to a recode request
recode_file - Recode from file to file according to recode request
@@ -2022,12 +2191,6 @@
round - Rounds a float
rsort - Sort an array in reverse order
rtrim - Strip whitespace from the end of a string
-satellite_caught_exception - See if an exception was caught from the previous
function
-satellite_exception_id - Get the repository id for the latest exception.
-satellite_exception_value - Get the exception struct for the latest exception
-satellite_get_repository_id - NOT IMPLEMENTED
-satellite_load_idl - Instruct the type manager to load an IDL file if not already
loaded
-satellite_object_to_string - Convert an object to its string representation
sem_acquire - Acquire a semaphore
sem_get - Get a semaphore id
sem_release - Release a semaphore
@@ -2061,6 +2224,7 @@
session_is_registered - Find out if a variable is registered in a session
session_module_name - Get and/or set the current session module
session_name - Get and/or set the current session name
+session_readonly - Begin session - reinitializes frozen variables, but no writeback
+on request end
session_register - Register one or more variables with the current session
session_save_path - Get and/or set the current session save path
session_set_cookie_params - Set the session cookie parameters
@@ -2073,7 +2237,7 @@
setlocale - Set locale information
settype - Set the type of a variable
set_error_handler - Sets a user-defined error handler function.
-set_file_buffer - Sets file buffering on the given file pointer
+set_file_buffer - Sets file buffering on the given file pointer
set_magic_quotes_runtime - Sets the current active configuration setting of
magic_quotes_runtime
set_time_limit - Limits the maximum execution time
shell_exec - Execute command via shell and return complete output as string
@@ -2097,49 +2261,44 @@
sizeof - Get the number of elements in variable
sleep - Delay execution
snmpget - Fetch an SNMP object
-snmprealwalk - Return all objects including their respective object id withing the
specified one
+snmprealwalk - Return all objects including their respective object ID within the
+specified one
snmpset - Set an SNMP object
snmpwalk - Fetch all the SNMP objects from an agent
snmpwalkoid - Query for a tree of information about a network entity
snmp_get_quick_print - Fetch the current value of the UCD library's quick_print
setting
-snmp_set_quick_print - Set the value of quick_print within the UCD SNMP library.
+snmp_set_quick_print - Set the value of quick_print within the UCD SNMP library
socket_accept - Accepts a connection on a socket
socket_bind - Binds a name to a socket
-socket_close - Closes a socket descriptor
+socket_clear_error - Clears the error on the socket or the last error code
+socket_close - Closes a socket resource
socket_connect - Initiates a connection on a socket
socket_create - Create a socket (endpoint for communication)
socket_create_listen - Opens a socket on port to accept connections
socket_create_pair - Creates a pair of indistinguishable sockets and stores them in
fds.
-socket_fd_alloc - Allocates a new file descriptor set
-socket_fd_clear - Clears (a) file descriptor(s) from a set
-socket_fd_free - Deallocates a file descriptor set
-socket_fd_isset - Checks to see if a file descriptor is set within the file
descrirptor set
-socket_fd_set - Adds (a) file descriptor(s) to a set
-socket_fd_zero - Clears a file descriptor set
-socket_getopt - Gets socket options for the socket
-socket_getpeername - Given an fd, stores a string representing sa.sin_addr and the
value of sa.sin_port into addr and port describing the remote side of a socket
-socket_getsockname - Given an fd, stores a string representing sa.sin_addr and the
value of sa.sin_port into addr and port describing the local side of a socket
-socket_get_status - Returns information about existing socket resource
+socket_getpeername - Queries the remote side of the given socket which may either
+result in host/port or in a UNIX filesystem path, dependent on its type.
+socket_getsockname - Queries the local side of the given socket which may either
+result in host/port or in a UNIX filesystem path, dependent on its type.
+socket_get_option - Gets socket options for the socket
+socket_get_status - Returns information about an existing socket stream
socket_iovec_add - Adds a new vector to the scatter/gather array
socket_iovec_alloc - ...]) Builds a 'struct iovec' for use with sendmsg, recvmsg,
writev, and readv
socket_iovec_delete - Deletes a vector from an array of vectors
socket_iovec_fetch - Returns the data held in the iovec specified by
iovec_id[iovec_position]
socket_iovec_free - Frees the iovec specified by iovec_id
socket_iovec_set - Sets the data held in iovec_id[iovec_position] to new_val
-socket_last_error - Returns/Clears the last error on the socket
+socket_last_error - Returns the last error on the socket
socket_listen - Listens for a connection on a socket
-socket_read - Reads from a socket
+socket_read - Reads a maximum of length bytes from a socket
socket_readv - Reads from an fd, using the scatter-gather array defined by iovec_id
socket_recv - Receives data from a connected socket
socket_recvfrom - Receives data from a socket, connected or not
socket_recvmsg - Used to receive messages on a socket, whether connection-oriented or
not
-socket_select - Runs the select() system call on the sets mentioned with a timeout
specified by tv_sec and tv_usec
+socket_select - Runs the select() system call on the given arrays of sockets with a
+timeout specified by tv_sec and tv_usec
socket_send - Sends data to a connected socket
socket_sendmsg - Sends a message to a socket, regardless of whether it is
connection-oriented or not
socket_sendto - Sends a message to a socket, whether it is connected or not
-socket_setopt - |array optval) Sets socket options for the socket
socket_set_blocking - Set blocking/non-blocking mode on a socket
socket_set_nonblock - Sets nonblocking mode for file descriptor fd
+socket_set_option - Sets socket options for the socket
socket_set_timeout - Set timeout period on a socket
socket_shutdown - Shuts down a socket for receiving, sending, or both.
socket_strerror - Return a string describing a socket error
@@ -2377,6 +2536,8 @@
textdomain - Sets the default domain
time - Return current UNIX timestamp
tmpfile - Creates a temporary file
+token_get_all - Split given source in tokens
+token_name - Get the name of a given token
touch - Sets access and modification time of file
trigger_error - Generates a user-level error/warning/notice message
trim - Strip whitespace from the beginning and end of a string
@@ -2407,7 +2568,7 @@
udm_set_agent_param - Set mnoGoSearch agent session parameters
uksort - Sort an array by keys using a user-defined comparison function
umask - Changes the current umask
-uniqid - Generate a unique id
+uniqid - Generate a unique ID
unixtojd - Convert UNIX timestamp to Julian Day
unlink - Deletes a file
unpack - Unpack data from binary string
@@ -2423,33 +2584,33 @@
utf8_encode - encodes an ISO-8859-1 string to UTF-8
VARIANT - VARIANT class
var_dump - Dumps information about a variable
-var_export - Outputs or returns a string representation of avariable
+var_export - Outputs or returns a string representation of a variable
version_compare - Compares two "PHP-standardized" version number strings
virtual - Perform an Apache sub-request
-vpopmail_add_alias_domain - Add an alias for a virtual domain
-vpopmail_add_alias_domain_ex - Add alias to an existing virtual domain
-vpopmail_add_domain - Add a new virtual domain
-vpopmail_add_domain_ex - Add a new virtual domain
-vpopmail_add_user - Add a new user to the specified virtual domain
-vpopmail_alias_add - insert a virtual alias
-vpopmail_alias_del - deletes all virtual aliases of a user
-vpopmail_alias_del_domain - deletes all virtual aliases of a domain
-vpopmail_alias_get - get all lines of an alias for a domain
-vpopmail_alias_get_all - get all lines of an alias for a domain
-vpopmail_auth_user - Attempt to validate a username/domain/password. Returns
true/false
-vpopmail_del_domain - Delete a virtual domain
-vpopmail_del_domain_ex - Delete a virtual domain
-vpopmail_del_user - Delete a user from a virtual domain
-vpopmail_error - Get text message for last vpopmail error. Returns string
-vpopmail_passwd - Change a virtual user's password
-vpopmail_set_user_quota - Sets a virtual user's quota
+vpopmail_add_alias_domain - Add an alias for a virtual domain
+vpopmail_add_alias_domain_ex - Add alias to an existing virtual domain
+vpopmail_add_domain - Add a new virtual domain
+vpopmail_add_domain_ex - Add a new virtual domain
+vpopmail_add_user - Add a new user to the specified virtual domain
+vpopmail_alias_add - insert a virtual alias
+vpopmail_alias_del - deletes all virtual aliases of a user
+vpopmail_alias_del_domain - deletes all virtual aliases of a domain
+vpopmail_alias_get - get all lines of an alias for a domain
+vpopmail_alias_get_all - get all lines of an alias for a domain
+vpopmail_auth_user - Attempt to validate a username/domain/password. Returns
+true/false
+vpopmail_del_domain - Delete a virtual domain
+vpopmail_del_domain_ex - Delete a virtual domain
+vpopmail_del_user - Delete a user from a virtual domain
+vpopmail_error - Get text message for last vpopmail error. Returns string
+vpopmail_passwd - Change a virtual user's password
+vpopmail_set_user_quota - Sets a virtual user's quota
vprintf - Output a formatted string
vsprintf - Return a formatted string
-w32api_deftype - ...) Defines a type for use with other w32api_functions.
-w32api_init_dtype - ; Creates an instance to the data type typename and fills it with
the values val1, val2, the function
-w32api_invoke_function - ....) Invokes function funcname with the arguments passed
after the function name
-w32api_register_function - Registers function function_name from library with PHP
-w32api_set_call_method - Sets the calling method used
+w32api_deftype - Defines a type for use with other w32api_functions
+w32api_init_dtype - Creates an instance of the data type typename and fills it with
+the values passed
+w32api_invoke_function - Invokes function funcname with the arguments passed after
+the function name
+w32api_register_function - Registers function function_name from library with PHP
+w32api_set_call_method - Sets the calling method used
wddx_add_vars - Add variables to a WDDX packet with the specified ID
wddx_deserialize - Deserializes a WDDX packet
wddx_packet_end - Ends a WDDX packet with the specified ID
@@ -2457,22 +2618,19 @@
wddx_serialize_value - Serialize a single value into a WDDX packet
wddx_serialize_vars - Serialize variables into a WDDX packet
wordwrap - Wraps a string to a given number of characters using a string break
character.
-xmldoc - Creates a DOM object of an XML document
-xmldocfile - Creates a DOM object from XML file
-xmlrpc_decode - Decodes XML into native PHP types
-xmlrpc_decode_request - Decodes XML into native PHP types
-xmlrpc_encode - Generates XML for a PHP value
-xmlrpc_encode_request - Generates XML for a method request
-xmlrpc_get_type - Gets xmlrpc type for a PHP value. Especially useful for base64 and
datetime strings
-xmlrpc_parse_method_descriptions - Decodes XML into a list of method descriptions
-xmlrpc_server_add_introspection_data - Adds introspection documentation
-xmlrpc_server_call_method - Parses XML requests and call methods
-xmlrpc_server_create - Creates an xmlrpc server
-xmlrpc_server_destroy - Destroys server resources
-xmlrpc_server_register_introspection_callback - Register a PHP function to generate
documentation
-xmlrpc_server_register_method - Register a PHP function to resource method matching
method_name
-xmlrpc_set_type - Sets xmlrpc type, base64 or datetime, for a PHP string value
-xmltree - Creates a tree of PHP objects from XML document
+xmlrpc_decode - Decodes XML into native PHP types
+xmlrpc_decode_request - Decodes XML into native PHP types
+xmlrpc_encode - Generates XML for a PHP value
+xmlrpc_encode_request - Generates XML for a method request
+xmlrpc_get_type - Gets xmlrpc type for a PHP value. Especially useful for base64 and
+datetime strings
+xmlrpc_parse_method_descriptions - Decodes XML into a list of method descriptions
+xmlrpc_server_add_introspection_data - Adds introspection documentation
+xmlrpc_server_call_method - Parses XML requests and call methods
+xmlrpc_server_create - Creates an xmlrpc server
+xmlrpc_server_destroy - Destroys server resources
+xmlrpc_server_register_introspection_callback - Register a PHP function to generate
+documentation
+xmlrpc_server_register_method - Register a PHP function to resource method matching
+method_name
+xmlrpc_set_type - Sets xmlrpc type, base64 or datetime, for a PHP string value
xml_error_string - get XML parser error string
xml_get_current_byte_index - get current byte index for an XML parser
xml_get_current_column_number - Get current column number for an XML parser
@@ -2500,7 +2658,7 @@
xpath_new_context - Creates new xpath context
xptr_eval - Evaluate the XPtr Location Path in the given string
xptr_new_context - Create new XPath Context
-xslt_create - Create a new XSLT processor.
+xslt_create - Create a new XSLT processor
xslt_errno - Return a error number
xslt_error - Return a error string
xslt_free - Free XSLT processor
@@ -2548,8 +2706,8 @@
zip_close - Close a Zip File Archive
zip_entry_close - Close a Directory Entry
zip_entry_compressedsize - Retrieve the Compressed Size of a Directory Entry
-zip_entry_compressionmethod - Retrieve the Compression Method of a Directory Entry
-zip_entry_filesize - Retrieve the Actual File Size of a Directory Entry
+zip_entry_compressionmethod - Retrieve the Compression Method of a Directory Entry
+zip_entry_filesize - Retrieve the Actual File Size of a Directory Entry
zip_entry_name - Retrieve the Name of a Directory Entry
zip_entry_open - Open a Directory Entry for Reading
zip_entry_read - Read From an Open Directory Entry
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php