jmcastagnetto           Sun Apr 22 17:42:43 2001 EDT

  Modified files:              
    /phpdoc     funcsummary.txt funclist.txt 
  Log:
  Update of funclist.txt and funcsummary.txt
  
  
Index: phpdoc/funcsummary.txt
diff -u phpdoc/funcsummary.txt:1.7 phpdoc/funcsummary.txt:1.8
--- phpdoc/funcsummary.txt:1.7  Thu Mar 22 23:08:41 2001
+++ phpdoc/funcsummary.txt      Sun Apr 22 17:42:43 2001
@@ -203,8 +203,12 @@
      Sets dash pattern  
 void cpdf_setflat(int pdfdoc, double value) 
      Sets flatness  
+void cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir) 
+     Set directories to search when using external fonts.  
 void cpdf_set_font(int pdfdoc, string font, double size, string encoding) 
      Select the current font face, size and encoding  
+void cpdf_set_font_map_file(int pdfdoc, string filename) 
+     Set fontname to filename translation map when using external fonts.  
 void cpdf_setgray_fill(int pdfdoc, double value) 
      Sets filling color to gray value  
 void cpdf_setgray(int pdfdoc, double value) 
@@ -245,8 +249,8 @@
      Sets the text rise  
 bool cpdf_set_title(int pdfptr, string title) 
      Fills the title field of the info structure  
-void cpdf_set_viewer_preferences(int pdfdoc, int pagemode) 
-     How to show the document by the viewer  
+void cpdf_set_viewer_preferences(int pdfdoc, array preferences) 
+     How to show the document in the viewer  
 void cpdf_set_word_spacing(int pdfdoc, double space) 
      Sets spacing between words  
 void cpdf_show(int pdfdoc, string text) 
@@ -380,7 +384,7 @@
 bool dbase_replace_record(int identifier, array data, int recnum) 
      Replaces a record to the database  
 # php4/ext/domxml/php_domxml.c
-object domxml_add_root([int doc_handle,] string name) 
+object domxml_add_root(string name) 
      Adds root node to document  
 array domxml_attr_name() 
      Returns list of attribute names  
@@ -486,6 +490,8 @@
      Returns target of pi  
 int domxml_test(int id) 
      Unity function for testing  
+string domxml_version() 
+     Dumps document into string  
 int node_attributes(zval **attributes, int node) 
      Returns list of children nodes  
 int node_children([int node]) 
@@ -514,39 +520,39 @@
 string read_exif_data(string filename) 
      Reads the EXIF header data from a JPEG file  
 # php4/ext/fdf/fdf.c
-boolean fdf_add_template(int fdfdoc, int newpage, string filename, string template, 
int rename) 
-     Adds a template to the FDF  
-boolean fdf_close(int fdfdoc) 
+bool fdf_add_template(int fdfdoc, int newpage, string filename, string template, int 
+rename) 
+     Adds a template into the FDF document  
+bool fdf_close(int fdfdoc) 
      Closes the FDF document  
 int fdf_create(void) 
      Creates a new FDF document  
 string fdf_get_file(int fdfdoc) 
-     Gets the value in the /F key  
+     Gets the value of /F key  
 string fdf_get_status(int fdfdoc) 
-     Gets the value in the /Status key  
+     Gets the value of /Status key  
 string fdf_get_value(int fdfdoc, string fieldname) 
      Gets the value of a field as string  
 string fdf_next_field_name(int fdfdoc [, string fieldname]) 
      Gets the name of the next field name or the first field name  
 int fdf_open(string filename) 
      Opens a new FDF document  
-boolean fdf_save(int fdfdoc, string filename) 
-     Writes out an FDF file  
-boolean fdf_set_ap(int fdfdoc, string fieldname, int face, string filename, int 
pagenr) 
-     Sets the value of a field  
-boolean fdf_set_file(int fdfdoc, string filename) 
-     Sets the value of the FDF's /F key  
-boolean fdf_set_flags(int fdfdoc, string fieldname, int whichflags, int newflags) 
-     Modifies a flag for a field in the FDF  
-boolean fdf_set_javascript_action(int fdfdoc, string fieldname, int whichtrigger, 
string script) 
-     Sets the javascript action for a field in the FDF  
-boolean fdf_set_opt(int fdfdoc, string fieldname, int element, string value, string 
name) 
-     Sets a value in the opt array for a field in the FDF  
-boolean fdf_set_status(int fdfdoc, string status) 
-     Sets the value in the /Status key  
-booelan fdf_set_submit_form_action(int fdfdoc, string fieldname, int whichtrigger, 
string url, int flags) 
-     Sets the submit form action for a field in the FDF  
-boolean fdf_set_value(int fdfdoc, string fieldname, string value, int isname) 
+bool fdf_save(int fdfdoc, string filename) 
+     Writes out the FDF file  
+bool fdf_set_ap(int fdfdoc, string fieldname, int face, string filename, int pagenr) 
+     Sets the appearence of a field  
+bool fdf_set_file(int fdfdoc, string filename) 
+     Sets the value of /F key  
+bool fdf_set_flags(int fdfdoc, string fieldname, int whichflags, int newflags) 
+     Sets flags for a field in the FDF document  
+bool fdf_set_javascript_action(int fdfdoc, string fieldname, int whichtrigger, string 
+script) 
+     Sets the javascript action for a field  
+bool fdf_set_opt(int fdfdoc, string fieldname, int element, string value, string 
+name) 
+     Sets a value in the opt array for a field  
+bool fdf_set_status(int fdfdoc, string status) 
+     Sets the value of /Status key  
+bool fdf_set_submit_form_action(int fdfdoc, string fieldname, int whichtrigger, 
+string url, int flags) 
+     Sets the submit form action for a field  
+bool fdf_set_value(int fdfdoc, string fieldname, string value, int isname) 
      Sets the value of a field  
 # php4/ext/filepro/filepro.c
 int filepro_fieldcount(void) 
@@ -614,6 +620,8 @@
 # php4/ext/gd/gd.c
 int image2wbmp(int im [, string filename [, int threshold]]) 
      Output WBMP image to browser or file  
+void imagealphablending(resource im, bool on) 
+     Turn alpha blending mode on or off for the given image  
 int imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col) 
      Draw a partial ellipse  
 int imagechar(int im, int font, int x, int y, string c, int col) 
@@ -624,14 +632,20 @@
      Allocate a color for an image  
 int imagecolorat(int im, int x, int y) 
      Get the index of the color of a pixel  
+int imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha) 
+       Find the closest matching colour with alpha transparency  
 int imagecolorclosesthwb(int im, int red, int green, int blue) 
      Get the index of the color which has the hue, white and blackness nearest to the 
given color  
 int imagecolorclosest(int im, int red, int green, int blue) 
      Get the index of the closest color to the specified color  
 int imagecolordeallocate(int im, int index) 
      De-allocate a color for an image  
+int imagecolorexactalpha(resource im, int red, int green, int blue, int alpha) 
+       Find exact match for colour with transparency  
 int imagecolorexact(int im, int red, int green, int blue) 
      Get the index of the specified color  
+int imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha) 
+     Resolve/Allocate a colour with an alpha level.  Works for true colour and 
+palette based images  
 int imagecolorresolve(int im, int red, int green, int blue) 
      Get the index of the specified color or its closest possible alternative  
 int imagecolorset(int im, int col, int red, int green, int blue) 
@@ -644,8 +658,12 @@
      Define a color as transparent  
 int imagecopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int 
src_w, int src_h) 
      Copy part of an image  
+int imagecopymergegray(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int 
+src_y, int src_w, int src_h, int pct) 
+     Merge one part of an image with another  
 int imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int 
src_y, int src_w, int src_h, int pct) 
      Merge one part of an image with another  
+int imagecopyresampled(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int 
+src_y, int dst_w, int dst_h, int src_w, int src_h) 
+     Copy and resize part of an image using resampling to help ensure clarity  
 int imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int 
src_y, int dst_w, int dst_h, int src_w, int src_h) 
      Copy and resize part of an image  
 int imagecreatefromgif(string filename) 
@@ -662,10 +680,18 @@
      Create a new image from XBM file or URL  
 int imagecreate(int x_size, int y_size) 
      Create a new image  
+int imagecreatetruecolor(int x_size, int y_size) 
+     Create a new true color image  
 int imagedashedline(int im, int x1, int y1, int x2, int y2, int col) 
      Draw a dashed line  
 int imagedestroy(int im) 
      Destroy an image  
+void imageellipse(resource im, int cx, int cy, int w, int h, int color) 
+       Draw an ellipse  
+int imagefilledarc(int im, int cx, int cy, int w, int h, int s, int e, int col, int 
+style) 
+     Draw a filled partial ellipse  
+void imagefilledellipse(resource im, int cx, int cy, int w, int h, int color) 
+       Draw an ellipse  
 int imagefilledpolygon(int im, array point, int num_points, int col) 
      Draw a filled polygon  
 int imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col) 
@@ -712,8 +738,16 @@
      Rasterize a string over an image  
 int imagerectangle(int im, int x1, int y1, int x2, int y2, int col) 
      Draw a rectangle  
+int imagesetbrush(resource image, resource brush) 
+       Set the brush image to $brush when filling $image with the "IMG_COLOR_BRUSHED" 
+color  
 int imagesetpixel(int im, int x, int y, int col) 
      Set a single pixel  
+void imagesetstyle(resource im, array styles) 
+       Set the line drawing styles for use with imageline and IMG_COLOR_STYLED.  
+void imagesetthickness(resource im, int thickness) 
+       Set line thickness for drawing lines, ellipses, rectangles, polygons etc.  
+int imagesettile(resource image, resource tile) 
+       Set the tile image to $tile when filling $image with the "IMG_COLOR_TILED" 
+color  
 int imagestring(int im, int font, int x, int y, string str, int col) 
      Draw a string horizontally  
 int imagestringup(int im, int font, int x, int y, string str, int col) 
@@ -728,7 +762,7 @@
      Write text to the image using a TrueType font  
 int imagetypes(void) 
      Return the types of images supported in a bitfield - 1=GIF, 2=JPEG, 4=PNG, 
8=WBMP  
-int imagewbmp(int im [, string filename]) 
+int imagewbmp(int im [, string filename, [, int foreground]]) 
      Output WBMP image to browser or file  
 void jpeg2wbmp (string f_org, string f_dest, int d_height, int d_width) 
      Convert JPEG image to WBMP image  
@@ -1600,12 +1634,6 @@
      Hash data with hash  
 string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes) 
      Generates a key using hash functions  
-# php4/ext/midgard/mgd_internal.h
-void walk_ ## type ## _tree(string func, id, level, xparam[[, order], sort]) \ 
-  */ \ 
-# php4/ext/midgard/midgard.c
-string confirm_midgard_compiled(string arg) 
-     Return a string to confirm that the module is compiled in  
 # php4/ext/ming/ming.c
 PHP_MINFO_FUNCTION(ming) 
    
@@ -2021,6 +2049,28 @@
      Bind a PHP variable to an Oracle placeholder by name  
 int ocicancel(int stmt) 
      Prepare a new row of data for reading  
+string ocicloselob(object lob) 
+     Closes lob descriptor  
+string ocicollappend(object collection,value) 
+     Append an object to the collection  
+string ocicollassignelem(object collection,ndx,val) 
+     Assign element val to collection at index ndx  
+string ocicollassign(object collection,object) 
+     Assign a collection from another existing collection  
+string ocicolldateappendelem(object collection,val,[format],[lang]) 
+     assign value at collection index ndx  
+string ocicolldateassignelem(object collection,ndx,val,[format],[lang]) 
+     assign value at collection index ndx  
+string ocicolldategetelem(object collection,ndx,[format],[lang]) 
+     Retrieve the value at collection index ndx  
+string ocicollgetelem(object collection,ndx,[format],[lang]) 
+     Retrieve the value at collection index ndx  
+string ocicollmax(object collection) 
+     Return the max value of a collection.  For a      varray this is the maximum 
+length of the array  
+string ocicollsize(object collection) 
+     Return the size of a collection  
+string ocicolltrim(object collection,num) 
+     Trim num elements from the end of a collection  
 int ocicolumnisnull(int stmt, int col) 
      Tell whether a column is NULL  
 string ocicolumnname(int stmt, int col) 
@@ -2049,6 +2099,8 @@
      Prepare a new row of data for reading  
 int ocifetchstatement(int stmt, array &output) 
      Fetch all rows of result data into an array  
+string ocifreecoll(object lob) 
+     Deletes collection  
 string ocifreedesc(object lob) 
      Deletes large object description  
 int ocifreestatement(int stmt) 
@@ -2061,6 +2113,8 @@
      Disconnect from database  
 int ocilogon(string user, string pass [, string db]) 
      Connect to an Oracle database and log on. Returns a new session.    
+string ocinewcollection(int connection, string tdo) 
+     Initialize a new collection  
 int ocinewcursor(int conn) 
      Return a new cursor (Statement-Handle) - use this to bind ref-cursors!  
 string ocinewdescriptor(int connection [, int type]) 
@@ -2091,6 +2145,8 @@
      Return the query type of an OCI statement  
 void ociwritelobtofile(object lob [, string filename] [, int start] [, int length]) 
      Writes a large object into a file  
+int ociwritetemporarylob(int stmt, int loc, string var) 
+     Return the row count of an OCI statement  
 # php4/ext/odbc/php_odbc.c
 bool next_result(int result_id) 
      Checks if multiple results are avaiable  
@@ -2177,26 +2233,36 @@
 int odbc_tables(int connection_id [, string qualifier, string owner, string name, 
string table_types]) 
      Call the SQLTables function  
 # php4/ext/openssl/openssl.c
+mixed openssl_error_string() 
+       returns a description of the last error, and alters the index of the error 
+messages. returns false when the are no more messages.  
 void openssl_free_key(int key) 
      Free key  
-void openssl_free_x509(int x509) 
+void openssl_free_x509(resource x509) 
      Free X.509 certificate  
 int openssl_get_privatekey(string key [, string passphrase]) 
      Get private key  
-int openssl_get_publickey(string cert) 
+int openssl_get_publickey(mixed cert) 
      Get public key from X.509 certificate  
-bool openssl_open(string data, string opendata, string ekey, int privkey) 
+bool openssl_open(string data, &string opendata, string ekey, mixed privkey) 
      Open data  
-int openssl_read_publickey(int x509) 
-     Read public key  
-int openssl_read_x509(string cert) 
-     Read X.509 certificate  
-int openssl_seal(string data, string sealdata, array ekeys, array pubkeys) 
+bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert[, 
+mixed recipkey]) 
+       decrypt the S/MIME message in the file name infilename and output the results 
+to the file name outfilename.  recipcert is a cert for one of the recipients. 
+recipkey specifies the private key matching recipcert, if recipcert does not include 
+the key  
+bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array 
+headers[, long flags]) 
+       encrypt the message in the file named infile with the certificates in 
+recipcerts and output the result to the file named outfile  
+bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, 
+array headers[, long flags][, string extracertsfilename]) 
+       sign the MIME message in the file named infile with signcert/signkey and 
+output the result to file name outfile. headers lists plain text headers to exclude 
+from the signed portion of the message, and should include to, from and subject as a 
+minimum  
+bool openssl_pkcs7_verify(string filename, long flags[, string signerscerts][, array 
+cainfo][, string extracerts]) 
+       verify that the data block is intact, the signer is who they say they are, and 
+return the certs of the signers   
+int openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys) 
      Seal data  
-bool openssl_sign(string data, string signature, int key) 
+bool openssl_sign(string data, &string signature, mixed key) 
      Sign data  
-int openssl_verify(string data, string signature, int key) 
+int openssl_verify(string data, string signature, mixed key) 
      Verify data  
+int openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo[, string 
+untrustedfile]) 
+       check the cert to see if it can be used for the purpose in purpose. cainfo 
+holds information about trusted CAs  
+resource openssl_x509_read(mixed cert) 
+     Read X.509 certificate  
 # php4/ext/oracle/oracle.c
 int ora_bind(int cursor, string php_variable_name, string sql_parameter_name, int 
length [, int type]) 
      Bind a PHP variable to an Oracle parameter  
@@ -2685,60 +2751,68 @@
 array posix_uname(void)  
      Get system name (POSIX.1, 4.4.1)  
 # php4/ext/printer/printer.c
-int printer_create_brush(int handle) 
+void printer_abort(resource handle) 
+     Abort printing 
+bool printer_close(resource connection) 
+     Close the printer connection  
+mixed printer_create_brush(resource handle) 
      Create a brush  
 void printer_create_dc(int handle) 
      Create a device content  
-int printer_create_font() 
+mixed printer_create_font(string face, int height, int width, int font_weight, bool 
+italic, bool underline, bool strikeout, int orientaton) 
      Create a font  
-int printer_create_pen(string style, int width,string color) 
+mixed printer_create_pen(int style, int width, string color) 
      Create a pen  
-void printer_delete_brush(int handle) 
+bool printer_delete_brush(resource brush_handle) 
      Delete a brush  
 bool printer_delete_dc(int handle) 
      Delete a device content  
 void printer_delete_font(int fonthandle) 
      Delete a font  
-void printer_delete_pen(int handle) 
+bool printer_delete_pen(resource pen_handle) 
      Delete a pen  
-void printer_draw_elipse(int left, int top, int right, int bottom) 
+mixed printer_draw_bmp(resource handle, string filename, int x, int y) 
+     Draw a bitmap  
+void printer_draw_chord(resource handle, int rec_x, int rec_y, int rec_x1, int 
+rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1) 
+     Draw a chord 
+void printer_draw_elipse(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) 
      Draw an elipse  
-void printer_draw_rectangle() 
+void printer_draw_line(int handle, int fx, int fy, int tx, int ty) 
+     Draw line from x, y to x, y 
+void printer_draw_pie(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, 
+int rad1_x, int rad1_y, int rad2_x, int rad2_y) 
+     Draw a pie 
+void printer_draw_rectangle(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) 
      Draw a rectangle  
-void printer_draw_roundrect() 
+void printer_draw_roundrect(resource handle, int ul_x, int ul_y, int lr_x, int lr_y, 
+int width, int height) 
      Draw a roundrect  
-void printer_draw_text() 
+void printer_draw_text(resource handle, string text, int x, int y) 
      Draw text  
 bool printer_end_doc(int handle) 
      End a document  
 bool printer_end_page(int handle) 
      End a page  
-mixed printer_get_option(int handle,string option) 
+mixed printer_get_option(int handle, string option) 
      Get configured data  
-array printer_list(string EnumType [, string Name [, int Level]]) 
+array printer_list(int EnumType [, string Name [, int Level]]) 
      Return an array of printers attached to the server  
-int printer_logical_fontheight(int handle, int) 
+int printer_logical_fontheight(int handle, int height) 
      Get the logical font height  
-string printer_name(int handle) 
-     Return the printer name  
-int printer_select_brush(int handle) 
+mixed printer_open(string printername) 
+     Return a handle to the printer or false if connection failed  
+void printer_select_brush(resource printer_handle, resource brush_handle) 
      Select a brush  
 void printer_select_font(int printerhandle, int fonthandle) 
      Select a font  
-void printer_select_pen(int printerhandle, int penhandle) 
+void printer_select_pen(resource printer_handle, resource pen_handle) 
      Select a pen  
-bool printer_set_option(int handle,string option,string value) 
+bool printer_set_option(resource connection,string option,mixed value) 
      Configure the printer device  
 bool printer_start_doc(int handle) 
      Start a document  
 bool printer_start_page(int handle) 
      Start a page  
-bool printer_write(int handle,string content) 
+bool printer_write(resource connection,string content) 
      Write directly to the printer  
-bool proto(int handle) 
-     Close the printer connection  
-int proto(string printername) 
-     Return a handle or false if connection failed  
 # php4/ext/pspell/pspell.c
 int pspell_add_to_personal(int pspell, string word) 
      Adds a word to a personal list  
@@ -3151,7 +3225,7 @@
      Set a configuration option, returns false on error and the old value of the 
configuration option on success  
 int intval(mixed var [, int base]) 
      Get the integer value of a variable using the optional base for the conversion  
-int ip2long(string ip_address) 
+string ip2long(string ip_address) 
      Converts a string containing an (IPv4) Internet Protocol dotted address into a 
proper address  
 bool is_array(mixed var) 
      Returns true if variable is an array  
@@ -3191,7 +3265,7 @@
      Registers a tick callback function  
 int set_magic_quotes_runtime(int new_setting) 
      Set the current active configuration setting of magic_quotes_runtime and return 
previous  
-int settype(string var, string type) 
+int settype(mixed var, string type) 
      Set the type of the variable  
 void sleep(int seconds) 
      Delay for a given number of seconds  
@@ -3550,7 +3624,7 @@
      Return the length of the output buffer  
 void ob_implicit_flush([int flag]) 
      Turn implicit flush on/off and is equivalent to calling flush() after every 
output call  
-void ob_start([ string user_function]) 
+void ob_start([ string user_function [, int chunk_size]]) 
      Turn on Output Buffering (specifying an optional output handler).  
 # php4/ext/standard/pack.c
 string pack(string format, mixed arg1 [, mixed arg2 [, mixed ...]]) 
@@ -4179,6 +4253,150 @@
      Returns the next file in the archive  
 string zzip_read(resource zzip_ent) 
      Read X bytes from an opened zzip entry  
+# php4/ext/cybermut/cybermut.c
+string confirm_cybermut_compiled(string arg) 
+     Return a string to confirm that the module is compiled in  
+string cybermut_creerformulairecm(string url_CM, string version, string TPE, string 
+montant, string ref_commande, string texte_libre, string url_retour, string 
+url_retour_ok, string url_retour_err, string langue, string code_societe, string 
+texte_bouton) 
+     Return a string containing source HTML of the form of request for payment.     
+This result corresponds to the last parameter "formulaire" of the original function   
+   which was removed  
+string cybermut_creerreponsecm(string phrase) 
+     Return a string containing the message of acknowledgement of delivery     
+(headers and body of the message).     This result corresponds to the last parameter 
+"reponse" of the original function     which was removed.  
+bool cybermut_testmac(string code_MAC, string version, string TPE, string cdate, 
+string montant, string ref_commande, string texte_libre, string code_retour) 
+     Return a boolean attesting that the authentification proceeded well      true : 
+the received message is authenticated      false: if not  
+# php4/ext/dbx/dbx.c
+bool dbx_close(dbx_handle_object dbx_handle) 
+     Returns success or failure  
+long dbx_cmp_asc(array row_x, array row_y, string columnname) 
+     returns row_x[columnname] - row_y[columnname], converted to -1, 0 or 1   
+long dbx_cmp_desc(array row_x, array row_y, string columnname) 
+     returns row_y[columnname] - row_x[columnname], converted to -1, 0 or 1   
+dbx_handle_object dbx_connect(string module_name, string host, string db, string 
+username, string password [, bool persistent]) 
+     returns a dbx_handle_object on success     returns 0 on failure   
+void dbx_error() 
+     Returns success or failure  
+data[rowinfo+rows][colinfo+cols] dbx_query(dbx_handle_object dbx_handle, string 
+sql_statement [, long flags]) 
+     Returns results combined with query-information or false for failure or true for 
+success on execution query     flags parameters is not implemented yet and if 
+specified generates a WRONG_PARAM_COUNT      it will be used to indicate what column 
+info should be returned, and if fieldnames should be used     as assoc column 
+indicators in the result-set  
+long dbx_sort(dbx_result_object stn_search_keywords_result, string 
+compare_function_name) 
+     returns 0 on failure, 1 on success   
+# php4/ext/fbsql/php_fbsql.c
+int fbsql_affected_rows([int link_identifier]) 
+        
+int fbsql_change_user(string user, string password [, string database [, int 
+link_identifier]]); 
+        
+int fbsql_close([int link_identifier]) 
+        
+int fbsql_connect([string hostname [, string username [, string [password]]]); 
+        
+int fbsql_create_db([string database_name [, int link_identifier]]) 
+        
+string fbsql_database(int link_identifier [, string database]) 
+        
+string fbsql_database_password(int link_identifier [, string database_password]) 
+        
+int fbsql_data_seek(int result, int row_number) 
+        
+int fbsql_db_query(string database_name, string query [, int link_identifier]) 
+        
+int fbsql_drop_db(string database_name [, int link_identifier]) 
+        
+int fbsql_errno([int link_identifier]) 
+        
+string fbsql_error([int link_identifier]) 
+        
+array fbsql_fetch_array(int result [, int result_type]) 
+     Fetch a result row as an array (associative, numeric or both) 
+object fbsql_fetch_assoc(int result) 
+        
+object fbsql_fetch_field(int result [, int field_offset]) 
+        
+array fbsql_fetch_lengths(int result) 
+        
+object fbsql_fetch_object(int result [, int result_type]) 
+        
+array fbsql_fetch_row(int result) 
+        
+string fbsql_field_flags(int result, int field_index) 
+        
+string fbsql_field_lene(int result, int field_index) 
+        
+int fbsql_field_seek(int result, int field_offset) 
+        
+string fbsql_field_table(int result, int field_index) 
+        
+string fbsql_field_type(int result, int field_index) 
+        
+int fbsql_free_result(int result) 
+        
+int fbsql_generate_warnings([int flag]); 
+        
+string fbsql_hostname(int link_identifier [, string host_name]) 
+        
+int fbsql_insert_id([int link_identifier]) 
+        
+bool fbsql_list_autocommit(int link_identifier [, bool OnOff]) 
+        
+int fbsql_list_commit([int link_identifier]) 
+        
+int fbsql_list_dbs([int link_identifier]) 
+        
+int fbsql_list_fields(string database_name, string table_name [, int 
+link_identifier]) 
+        
+int fbsql_list_rollback([int link_identifier]) 
+        
+int fbsql_list_tables(string database, int [link_identifier]); 
+        
+int fbsql_next_result(int result) 
+        
+int fbsql_num_fields(int result) 
+        
+int fbsql_num_rows(int result) 
+        
+int fbsql_pconnect([string hostname [, string username [, string [password]]]); 
+        
+int fbsql_query(string query [, int link_identifier]) 
+        
+int fbsql_result(int result, int row [, mixed field]) 
+        
+int fbsql_select_db([string database_name [, int link_identifier]])    
+        
+int fbsql_start_db(string database_name [, int link_identifier]) 
+        
+int fbsql_stop_db(string database_name [, int link_identifier]) 
+        
+string fbsql_username([string password]) 
+        
+string fbsql_username([string username]) 
+        
+string mysql_field_name(int result, int field_index) 
+        
+# php4/ext/notes/php_notes.c
+array notes_body(string server, string mailbox, int msg_number) 
+     Open the message msg_number in the specified mailbox on the specified server 
+(leave server        blank for local) and returns an array of body text lines.  
+string notes_copy_db(string from_database_name, string to_database_name [, title]) 
+     Create a note using form form_name  
+bool notes_create_db(string database_name) 
+     Create a Lotus Notes database  
+string notes_create_note(string database_name, string form_name) 
+     Create a note using form form_name  
+bool notes_drop_db(string database_name) 
+     Drop a Lotus Notes database  
+bool notes_find_note(string database_name, string name [, string type] ) 
+     Returns a note id found in database_name. Specify the name of the note. Leaving 
+type blank        will default to all, otherwise specify:                         
+FORM            VIEW            FILTER                  FIELD            
+object notes_header_info(string server, string mailbox, int msg_number) 
+     Open the message msg_number in the specified mailbox on the specified server 
+(leave server        blank for local).               Elements:               
+originator (Contains orignal message sender. Relevant only when forwarded messages)   
+          to              cc              bcc             from            date        
+    status (blank if delivered, otherwise contains failure reason)                  
+priority H: High N: Normal L: Low               receipt 1: Yes 0: No            
+subject 
+string notes_list(string database_name) 
+     Returns the notes from a selected database_name       
+string notes_mark_read(string database_name, string user_name, string note_id) 
+     Mark a note_id as read for the User user_name      Note: user_name must be fully 
+distinguished user name   
+string notes_mark_unread(string database_name, string user_name, string note_id) 
+     Mark a note_id as unread for the User user_name     Note: user_name must be 
+fully distinguished user name   
+bool notes_nav_create(string database_name, string name ) 
+     Create a navigator name, in database_name   
+string notes_search(string database_name, string keywords ) 
+     Find notes that match keywords in database_name     The note(s) that are 
+returned must be converted to base 16     Example base_convert( $note_id, "10", "16" 
+)  
+string notes_unread(string database_name, string user_name) 
+     Returns the unread note id's for the current User user_name      Note: user_name 
+must be fully distinguished user name 
+string notes_version(string database_name) 
+     Get the version Lotus Notes  
 # php4/main/main.c
 void set_time_limit(int seconds) 
      Sets the maximum time a script can run  
@@ -4200,8 +4418,8 @@
      Creates an anonymous function, and returns its name (funny, eh?)  
 bool function_exists(string function_name)  
      Checks if the function exists  
-array get_class_methods(string class_name) 
-     Returns an array of class methods' names  
+array get_class_methods(mixed class) 
+     Returns an array of method names for class or class instance.  
 string get_class(object object) 
      Retrieves the class name  
 array get_class_vars(string class_name) 
@@ -4216,8 +4434,8 @@
      Returns an array with the file names that were include_once()'d  
 array get_object_vars(object obj) 
      Returns an array of object properties  
-string get_parent_class(object object) 
-     Retrieves the parent class name  
+string get_parent_class(mixed object) 
+     Retrieves the parent class name for object or class.  
 bool is_subclass_of(object object, string class_name) 
      Returns true if the object has this class as one of its parents  
 bool method_exists(object object, string method) 
Index: phpdoc/funclist.txt
diff -u phpdoc/funclist.txt:1.8 phpdoc/funclist.txt:1.9
--- phpdoc/funclist.txt:1.8     Thu Mar 22 23:08:41 2001
+++ phpdoc/funclist.txt Sun Apr 22 17:42:43 2001
@@ -124,6 +124,8 @@
 cpdf_setdash
 cpdf_setflat
 cpdf_set_font
+cpdf_set_font_directories
+cpdf_set_font_map_file
 cpdf_setgray
 cpdf_setgray_fill
 cpdf_setgray_stroke
@@ -241,6 +243,7 @@
 domxml_setattr
 domxml_set_attribute
 domxml_unlink_node
+domxml_version
 new_xmldoc
 set_content
 xmldoc
@@ -248,9 +251,7 @@
 xmltree
 xpath_eval
 xpath_eval_expression
-xpath_new_context
 xptr_eval
-xptr_new_context
 # php4/ext/exif/exif.c
 read_exif_data
 # php4/ext/fdf/fdf.c
@@ -306,22 +307,28 @@
 ftp_systype
 # php4/ext/gd/gd.c
 image2wbmp
+imagealphablending
 imagearc
 imagechar
 imagecharup
 imagecolorallocate
 imagecolorat
 imagecolorclosest
+imagecolorclosestalpha
 imagecolorclosesthwb
 imagecolordeallocate
 imagecolorexact
+imagecolorexactalpha
 imagecolorresolve
+imagecolorresolvealpha
 imagecolorset
 imagecolorsforindex
 imagecolorstotal
 imagecolortransparent
 imagecopy
 imagecopymerge
+imagecopymergegray
+imagecopyresampled
 imagecopyresized
 imagecreate
 imagecreatefromgif
@@ -331,9 +338,13 @@
 imagecreatefromwbmp
 imagecreatefromxbm
 imagecreatefromxpm
+imagecreatetruecolor
 imagedashedline
 imagedestroy
+imageellipse
 imagefill
+imagefilledarc
+imagefilledellipse
 imagefilledpolygon
 imagefilledrectangle
 imagefilltoborder
@@ -357,11 +368,16 @@
 imagepsslantfont
 imagepstext
 imagerectangle
+imagesetbrush
 imagesetpixel
+imagesetstyle
+imagesetthickness
+imagesettile
 imagestring
 imagestringup
 imagesx
 imagesy
+imagetruecolortopalette
 imagettfbbox
 imagettftext
 imagetypes
@@ -675,12 +691,16 @@
 # php4/ext/ircg/ircg.c
 ircg_channel_mode
 ircg_disconnect
+ircg_html_encode
+ircg_ignore_add
+ircg_ignore_del
 ircg_is_conn_alive
 ircg_join
 ircg_kick
 ircg_lookup_format_messages
 ircg_msg
 ircg_nick
+ircg_notice
 ircg_part
 ircg_pconnect
 ircg_register_format_messages
@@ -819,44 +839,6 @@
 mhash_get_block_size
 mhash_get_hash_name
 mhash_keygen_s2k
-# php4/ext/midgard/article.c
-create
-delete
-fetch
-midgardarticle
-setscore
-settype
-update
-# php4/ext/midgard/attachment.c
-
-delete
-fetch
-stat
-update
-# php4/ext/midgard/group.c
-
-create
-delete
-fetch
-midgardgroup
-update
-# php4/ext/midgard/midgard.c
-confirm_midgard_compiled
-# php4/ext/midgard/parameter.c
-fetch
-# php4/ext/midgard/sitegroup.c
-create
-delete
-fetch
-guid
-update
-# php4/ext/midgard/topic.c
-create
-delete
-fetch
-midgardtopic
-setscore
-update
 # php4/ext/ming/ming.c
 add
 add
@@ -1118,6 +1100,16 @@
 # php4/ext/oci8/oci8.c
 ocibindbyname
 ocicancel
+ocicollappend
+ocicollassign
+ocicollassignelem
+ocicolldateappendelem
+ocicolldateassignelem
+ocicolldategetelem
+ocicollgetelem
+ocicollmax
+ocicollsize
+ocicolltrim
 ocicolumnisnull
 ocicolumnname
 ocicolumnprecision
@@ -1132,6 +1124,7 @@
 ocifetch
 ocifetchinto
 ocifetchstatement
+ocifreecoll
 ocifreecursor
 ocifreedesc
 ocifreestatement
@@ -1139,6 +1132,7 @@
 ociloadlob
 ocilogoff
 ocilogon
+ocinewcollection
 ocinewcursor
 ocinewdescriptor
 ocinlogon
@@ -1213,16 +1207,22 @@
 velocis_result
 velocis_rollback
 # php4/ext/openssl/openssl.c
+openssl_error_string
 openssl_free_key
-openssl_free_x509
 openssl_get_privatekey
 openssl_get_publickey
 openssl_open
-openssl_read_publickey
-openssl_read_x509
+openssl_pkcs7_decrypt
+openssl_pkcs7_encrypt
+openssl_pkcs7_sign
+openssl_pkcs7_verify
 openssl_seal
 openssl_sign
 openssl_verify
+openssl_x509_checkpurpose
+openssl_x509_free
+openssl_x509_parse
+openssl_x509_read
 # php4/ext/oracle/oracle.c
 ora_bind
 ora_close
@@ -1472,6 +1472,7 @@
 posix_ttyname
 posix_uname
 # php4/ext/printer/printer.c
+printer_abort
 printer_close
 printer_create_brush
 printer_create_dc
@@ -1481,7 +1482,11 @@
 printer_delete_dc
 printer_delete_font
 printer_delete_pen
+printer_draw_bmp
+printer_draw_chord
 printer_draw_elipse
+printer_draw_line
+printer_draw_pie
 printer_draw_rectangle
 printer_draw_roundrect
 printer_draw_text
@@ -1490,7 +1495,6 @@
 printer_get_option
 printer_list
 printer_logical_fontheight
-printer_name
 printer_open
 printer_select_brush
 printer_select_font
@@ -1783,6 +1787,8 @@
 floor
 flush
 fopen
+fopenstream
+fopenstream
 fpassthru
 fputs
 fread
@@ -2317,6 +2323,80 @@
 zzip_opendir
 zzip_read
 zzip_readdir
+# php4/ext/cybermut/cybermut.c
+confirm_cybermut_compiled
+cybermut_creerformulairecm
+cybermut_creerreponsecm
+cybermut_testmac
+# php4/ext/dbx/dbx.c
+dbx_close
+dbx_cmp_asc
+dbx_cmp_desc
+dbx_connect
+dbx_error
+dbx_query
+dbx_sort
+# php4/ext/fbsql/php_fbsql.c
+fbsql
+fbsql_affected_rows
+fbsql_autocommit
+fbsql_close
+fbsql_commit
+fbsql_connect
+fbsql_create_db
+fbsql_database
+fbsql_database_password
+fbsql_data_seek
+fbsql_db_query
+fbsql_drop_db
+fbsql_errno
+fbsql_error
+fbsql_fetch_array
+fbsql_fetch_assoc
+fbsql_fetch_field
+fbsql_fetch_lengths
+fbsql_fetch_object
+fbsql_fetch_row
+fbsql_field_flags
+fbsql_field_len
+fbsql_field_name
+fbsql_field_seek
+fbsql_field_table
+fbsql_field_type
+fbsql_free_result
+fbsql_hostname
+fbsql_insert_id
+fbsql_list_dbs
+fbsql_list_fields
+fbsql_list_tables
+fbsql_next_result
+fbsql_num_fields
+fbsql_num_rows
+fbsql_password
+fbsql_pconnect
+fbsql_query
+fbsql_result
+fbsql_rollback
+fbsql_select_db
+fbsql_start_db
+fbsql_stop_db
+fbsql_username
+fbsql_warnings
+# php4/ext/notes/php_notes.c
+notes_body
+notes_copy_db
+notes_create_db
+notes_create_note
+notes_drop_db
+notes_find_note
+notes_header_info
+notes_list_msgs
+notes_mark_read
+notes_mark_unread
+notes_nav_create
+notes_search
+notes_unread
+notes_version
 # php4/sapi/aolserver/aolserver.c
 getallheaders
 # php4/sapi/apache/php_apache.c

Reply via email to