rquadling               Thu Aug 23 12:15:28 2007 UTC

  Modified files:              
    /phpdoc     quickref.txt 
  Log:
  New functions and spelling errors
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/quickref.txt?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/quickref.txt
diff -u phpdoc/quickref.txt:1.21 phpdoc/quickref.txt:1.22
--- phpdoc/quickref.txt:1.21    Thu Jul 12 15:12:36 2007
+++ phpdoc/quickref.txt Thu Aug 23 12:15:28 2007
@@ -126,6 +126,10 @@
 base64_encode - Encodes data with MIME base64
 basename - Returns filename component of path
 base_convert - Convert a number between arbitrary bases
+bbcode_add_element - Adds a bbcode element
+bbcode_create - Create a BBCode Resource
+bbcode_destroy - Close BBCode_container resource
+bbcode_parse - Parse a string following a given rule set
 bcadd - Add two arbitrary precision numbers
 bccomp - Compare two arbitrary precision numbers
 bcdiv - Divide two arbitrary precision numbers
@@ -236,7 +240,7 @@
 com_release - Decreases the components reference counter [deprecated]
 com_set - Assigns a value to a COM component's property
 Configuration - http module configuration directives
-connection_aborted - Check whether if client disconnected
+connection_aborted - Check whether client disconnected
 connection_status - Returns connection status bitfield
 connection_timeout - Check if the script timed out
 constant - Returns the value of a constant
@@ -557,10 +561,9 @@
 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 - Directory class
+dir - Return an instance of the Directory class
 DirectoryIterator::current - Return this (needed for Iterator interface)
 DirectoryIterator::getATime - Get last access time of file
-DirectoryIterator::getChildren - Returns an iterator for the current entry if 
it is a directory
 DirectoryIterator::getCTime - Get inode modification time of file
 DirectoryIterator::getFilename - Return filename of current dir entry
 DirectoryIterator::getGroup - Get file group
@@ -771,7 +774,7 @@
 echo - Output one or more strings
 empty - Determine whether a variable is empty
 enchant_broker_describe - Enumerates the Enchant providers
-enchant_broker_dict_exists - Wether a dictionary exists or not. Using 
non-empty tag
+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
@@ -1728,18 +1731,6 @@
 ibase_timefmt - Sets the format of timestamp, date and time type columns 
returned from queries
 ibase_trans - Begin a transaction
 ibase_wait_event - Wait for an event to be posted by the database
-icap_close - Close an ICAP stream
-icap_create_calendar - Create a new calendar
-icap_delete_calendar - Delete a calendar
-icap_delete_event - Delete an event from an ICAP calendar
-icap_fetch_event - Fetches an event from the calendar stream
-icap_list_alarms - Return a list of events that has an alarm triggered at the 
given datetime
-icap_list_events - Return a list of events between two given datetimes
-icap_open - Opens up an ICAP connection
-icap_rename_calendar - Rename a calendar
-icap_reopen - Reopen ICAP stream to new calendar
-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 - Retrieve internal configuration variables of iconv 
extension
 iconv_mime_decode - Decodes a MIME header field
@@ -1914,7 +1905,7 @@
 Imagick - Imagick Class
 Imagick::adaptiveBlurImage - Adds adaptive blur filter to image
 Imagick::adaptiveResizeImage - Adaptively resize image with data dependent 
triangulation
-Imagick::adaptiveSharpenImage - 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
@@ -1943,11 +1934,14 @@
 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 - Sets image pointer at the correct sequence
 Imagick::cycleColormapImage - Displaces an image's colormap
 Imagick::deconstructImages - Returns certain pixel differences between images
 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::drawImage - Renders the ImagickDrawing object on the current image
 Imagick::edgeImage - Enhance edges within the image
 Imagick::embossImage - Returns a grayscale image with a three-dimensional 
effect
@@ -2026,7 +2020,7 @@
 Imagick::getPixelRegionIterator - Get an ImagickPixelIterator for an image 
section
 Imagick::getQuantumDepth - Gets the quantum depth
 Imagick::getQuantumRange - Returns the Imagick quantum range
-Imagick::getReleaseDate - Returns the Imagick release date
+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
@@ -2061,15 +2055,18 @@
 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::previousImage - Move to the previous image in the object
 Imagick::profileImage - Adds or removes a profile from an image
+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::readBlob - Reads image from a binary string
 Imagick::readImage - Reads image from filename
+Imagick::readImageBlob - Reads image from a binary string
 Imagick::readImageFile - Reads image from open filehandle
 Imagick::reduceNoiseImage - Smooths the contours of an image
 Imagick::removeImage - Removes an image from the image list
@@ -2079,6 +2076,7 @@
 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::separateImageChannel - Separates a channel from the image
@@ -2791,9 +2789,6 @@
 mb_http_output - Set/Get HTTP output character encoding
 mb_internal_encoding - Set/Get internal character encoding
 mb_language - Set/Get current language
-mb_list_encodings - Returns an array of all supported encodings
-mb_list_encodings_alias_names - Returns an array of all supported alias 
encodings
-mb_list_mime_names - Returns an array or string of all supported mime names
 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
@@ -3937,8 +3932,8 @@
 pcntl_waitpid - Waits on or returns the status of a forked child
 pcntl_wexitstatus - Returns the return code of a terminated child
 pcntl_wifexited - Checks if status code represents a normal exit
-pcntl_wifsignaled - Checks wether the status code represents a termination due 
to a signal
-pcntl_wifstopped - Checks wether the child process is currently stopped
+pcntl_wifsignaled - Checks whether the status code represents a termination 
due to a signal
+pcntl_wifstopped - Checks whether the 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_activate_item - Activate structure element or other content item
@@ -5054,7 +5049,7 @@
 stats_rand_gen_beta - Generates beta random deviate
 stats_rand_gen_chisquare - Generates random deviate from the distribution of a 
chisquare with "df" degrees of freedom random variable.
 stats_rand_gen_exponential - Generates a single random deviate from an 
exponential distribution with mean "av"
-stats_rand_gen_f - Generates a random deviate from the F (variance ratio) 
distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees 
of freedom in the denominator. Method : directly generates ratio of chisquare 
variates
+stats_rand_gen_f - Generates a random deviate
 stats_rand_gen_funiform - Generates uniform float between low (exclusive) and 
high (exclusive)
 stats_rand_gen_gamma - Generates random deviates from a gamma distribution
 stats_rand_gen_ibinomial - Generates a single random deviate from a binomial 
distribution whose number of trials is "n" (n >= 0) and whose probability of an 
event in each trial is "pp" ([0;1]). Method : algorithm BTPE
@@ -5575,8 +5570,13 @@
 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
-unicode_encode - Set encoding of a unicode string
+unicode_decode - Convert a binary string into a Unicode string
+unicode_encode - Convert a unicode string in any encoding
+unicode_get_error_mode - Get the error mode for strings conversions
+unicode_get_subst_char - Get the substitution character for string conversion 
errors
 unicode_semantics - Check whether unicode semantics is enabled
+unicode_set_error_mode - Set the error mode for strings conversions
+unicode_set_subst_char - Set the substitution character for string conversion 
errors
 uniqid - Generate a unique ID
 unixtojd - Convert Unix timestamp to Julian Day
 unlink - Deletes a file

Reply via email to