nlopess         Tue Jan  6 11:01:10 2004 EDT

  Modified files:              
    /phpdoc     funcindex.xml quickref.txt 
  Log:
  update
  
Index: phpdoc/funcindex.xml
diff -u phpdoc/funcindex.xml:1.18 phpdoc/funcindex.xml:1.19
--- phpdoc/funcindex.xml:1.18   Sat Jan  3 07:30:04 2004
+++ phpdoc/funcindex.xml        Tue Jan  6 11:01:08 2004
@@ -2036,6 +2036,7 @@
    <indexentry><primaryie><function>ob_flush</function></primaryie></indexentry>
    <indexentry><primaryie><function>ob_get_clean</function></primaryie></indexentry>
    
<indexentry><primaryie><function>ob_get_contents</function></primaryie></indexentry>
+   <indexentry><primaryie><function>ob_get_flush</function></primaryie></indexentry>
    <indexentry><primaryie><function>ob_get_length</function></primaryie></indexentry>
    <indexentry><primaryie><function>ob_get_level</function></primaryie></indexentry>
    <indexentry><primaryie><function>ob_get_status</function></primaryie></indexentry>
@@ -2197,6 +2198,8 @@
    <indexentry><primaryie><function>ora_plogon</function></primaryie></indexentry>
    <indexentry><primaryie><function>ora_rollback</function></primaryie></indexentry>
    <indexentry><primaryie><function>ord</function></primaryie></indexentry>
+   
<indexentry><primaryie><function>output_add_rewrite_var</function></primaryie></indexentry>
+   
<indexentry><primaryie><function>output_reset_rewrite_vars</function></primaryie></indexentry>
    <indexentry><primaryie><function>overload</function></primaryie></indexentry>
    <indexentry><primaryie><function>ovrimos_close</function></primaryie></indexentry>
    <indexentry><primaryie><function>ovrimos_commit</function></primaryie></indexentry>
Index: phpdoc/quickref.txt
diff -u phpdoc/quickref.txt:1.11 phpdoc/quickref.txt:1.12
--- phpdoc/quickref.txt:1.11    Sat Jan  3 06:53:05 2004
+++ phpdoc/quickref.txt Tue Jan  6 11:01:08 2004
@@ -1465,8 +1465,8 @@
 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
 mcrypt_module_is_block_algorithm - This function checks whether the specified 
algorithm is a block algorithm
-mcrypt_module_is_block_algorithm_mode - This function returns if the the specified 
module is a block algorithm or not
-mcrypt_module_is_block_mode - This function returns if the the specified mode outputs 
blocks or not
+mcrypt_module_is_block_algorithm_mode - returns if the specified module is a block 
algorithm or not
+mcrypt_module_is_block_mode - Returns if the specified mode outputs blocks or not
 mcrypt_module_open - Opens the module of the algorithm and the mode to be used
 mcrypt_module_self_test - This function runs a self test on the specified module
 mcrypt_ofb - Encrypt/decrypt data in OFB mode
@@ -1986,6 +1986,7 @@
 ob_flush - Flush (send) the output buffer 
 ob_get_clean - Get current buffer contents and delete current output buffer 
 ob_get_contents - Return the contents of the output buffer 
+ob_get_flush - Flush the output buffer, return it as a string and turn off output 
buffering 
 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 
@@ -2147,6 +2148,8 @@
 ora_plogon - Open a persistent Oracle connection 
 ora_rollback - Rolls back a transaction
 ord - Return ASCII value of character
+output_add_rewrite_var - Add URL rewriter values 
+output_reset_rewrite_vars - Reset URL rewriter values 
 overload - Enable property and method call overloading for a class
 ovrimos_close - Closes the connection to ovrimos
 ovrimos_commit - Commits the transaction
@@ -3032,7 +3035,7 @@
 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 a variable
+var_export - Outputs or returns a parsable 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

Reply via email to