Index: phpdoc/funclist.txt
diff -u phpdoc/funclist.txt:1.3 phpdoc/funclist.txt:1.4
--- phpdoc/funclist.txt:1.3 Fri Dec 1 06:00:30 2000
+++ phpdoc/funclist.txt Wed Dec 27 06:21:26 2000
@@ -1,4 +1,5 @@
# beta/php4/sapi/apache/php_apache.c
+apache_child_terminate
apache_lookup_uri
apache_note
getallheaders
@@ -32,8 +33,6 @@
com_propput
com_propset
com_set
-# beta/php4/ext/dav/dav.c
-dav_set_mkcol_handlers
# beta/php4/ext/db/db.c
dblist
dbmclose
@@ -210,6 +209,7 @@
hw_modifyobject
hw_mv
hw_new_document
+hw_new_document_from_file
hw_objrec2array
hw_output_document
hw_pconnect
@@ -870,6 +870,7 @@
call_user_func
call_user_func_array
call_user_method
+call_user_method_array
ceil
chdir
checkdate
@@ -999,6 +1000,7 @@
highlight_string
htmlentities
htmlspecialchars
+iconv
ignore_user_abort
implode
in_array
@@ -1027,6 +1029,7 @@
is_readable
is_real
is_resource
+is_scalar
is_string
is_uploaded_file
is_writable
@@ -1366,6 +1369,7 @@
sybase_fetch_field
sybase_fetch_object
sybase_fetch_row
+sybase_field_seek
sybase_free_result
sybase_min_client_severity
sybase_min_server_severity
@@ -1948,18 +1952,17 @@
printer_start_page
printer_write
# beta/php4/ext/ctype/ctype.c
-confirm_ctype_compiled
-isalnum
-isalpha
-iscntrl
-isdigit
-isgraph
-islower
-isprint
-ispunct
-isspace
-isupper
-isxdigit
+ctype_alnum
+ctype_alpha
+ctype_cntrl
+ctype_digit
+ctype_graph
+ctype_lower
+ctype_print
+ctype_punct
+ctype_space
+ctype_upper
+ctype_xdigit
# beta/php4/ext/fribidi/fribidi.c
fribidi_log2vis
# beta/php4/ext/gmp/gmp.c
@@ -2023,6 +2026,11 @@
qdom_tree
# beta/php4/ext/zziplib/zziplib.c
confirm_zziplib_compiled
+# beta/php4/ext/crack/crack.c
+crack_check
+crack_closedict
+crack_getlastmessage
+crack_opendict
# beta/php4/Zend/zend_API.c
display_disabled_function
# beta/php4/Zend/zend_builtin_functions.c
Index: phpdoc/funcsummary.txt
diff -u phpdoc/funcsummary.txt:1.2 phpdoc/funcsummary.txt:1.3
--- phpdoc/funcsummary.txt:1.2 Fri Dec 1 07:30:46 2000
+++ phpdoc/funcsummary.txt Wed Dec 27 06:21:26 2000
@@ -1,3721 +1,3738 @@
# beta/php4/core/main.c
void set_time_limit(int seconds)
- Sets the maximum time a script can run
+ Sets the maximum time a script can run *
# beta/php4/main/main.c
void set_time_limit(int seconds)
- Sets the maximum time a script can run
+ Sets the maximum time a script can run *
# beta/php4/sapi/apache/php_apache.c
class apache_lookup_uri(string URI)
- Perform a partial request of the given URI to obtain information about it
+ Perform a partial request of the given URI to obtain information about it *
string apache_note(string note_name [, string note_value])
- Get and set Apache request notes
+ Get and set Apache request notes *
+string child_terminate()
+ Get and set Apache request notes *
array getallheaders(void)
- Fetch all HTTP request headers
+ Fetch all HTTP request headers *
int virtual(string filename)
- Perform an Apache sub-request
+ Perform an Apache sub-request *
# beta/php4/ext/aspell/aspell.c
int aspell_check(aspell int, string word)
- Return if word is valid
+ Return if word is valid *
int aspell_check_raw(aspell int, string word)
- Return if word is valid, ignoring case or trying to trim it in any way
+ Return if word is valid, ignoring case or trying to trim it in any way *
int aspell_new(string master [, string personal])
- Load a dictionary
+ Load a dictionary *
array aspell_suggest(aspell int, string word)
- Return array of Suggestions
+ Return array of Suggestions *
# beta/php4/ext/bcmath/bcmath.c
string bcadd(string left_operand, string right_operand [, int scale])
- Returns the sum of two arbitrary precision numbers
+ Returns the sum of two arbitrary precision numbers *
string bccomp(string left_operand, string right_operand [, int scale])
- Compares two arbitrary precision numbers
+ Compares two arbitrary precision numbers *
string bcdiv(string left_operand, string right_operand [, int scale])
- Returns the quotient of two arbitrary precision numbers (division)
+ Returns the quotient of two arbitrary precision numbers (division) *
string bcmod(string left_operand, string right_operand)
- Returns the modulus of the two arbitrary precision operands
+ Returns the modulus of the two arbitrary precision operands *
string bcmul(string left_operand, string right_operand [, int scale])
- Returns the multiplication of two arbitrary precision numbers
+ Returns the multiplication of two arbitrary precision numbers *
string bcpow(string x, string y [, int scale])
- Returns the value of an arbitrary precision number raised to the power of another
+ Returns the value of an arbitrary precision number raised to the power of another *
string bcscale(int scale)
- Sets default scale parameter for all bc math functions
+ Sets default scale parameter for all bc math functions *
string bcsqrt(string operand [, int scale])
- Returns the square root of an arbitray precision number
+ Returns the square root of an arbitray precision number *
string bcsub(string left_operand, string right_operand [, int scale])
- Returns the difference between two arbitrary precision numbers
+ Returns the difference between two arbitrary precision numbers *
# beta/php4/ext/com/COM.c
mixed com_invoke(int module, string handler_name [, mixed arg [, ...]])
- Invokes a COM module
+ Invokes a COM module *
int com_load(string module_name)
- Loads a COM module
+ Loads a COM module *
mixed com_propget(int module, string property_name)
- Gets properties from a COM module
+ Gets properties from a COM module *
bool com_propput(int module, string property_name, mixed value)
- Puts the properties for a module
-# beta/php4/ext/dav/dav.c
-void dav_set_mkcol_handlers(string test, string create)
- Sets the function to test whether a DAV collection exists for MKCOL
+ Puts the properties for a module *
# beta/php4/ext/db/db.c
string dblist(void)
- Describes the dbm-compatible library being used
+ Describes the dbm-compatible library being used *
bool dbmclose(int dbm_identifier)
- Closes a dbm database
+ Closes a dbm database *
int dbmdelete(int dbm_identifier, string key)
- Deletes the value for a key from a dbm database
+ Deletes the value for a key from a dbm database *
int dbmexists(int dbm_identifier, string key)
- Tells if a value exists for a key in a dbm database
+ Tells if a value exists for a key in a dbm database *
string dbmfetch(int dbm_identifier, string key)
- Fetches a value for a key from a dbm database
+ Fetches a value for a key from a dbm database *
string dbmfirstkey(int dbm_identifier)
- Retrieves the first key from a dbm database
+ Retrieves the first key from a dbm database *
int dbminsert(int dbm_identifier, string key, string value)
- Inserts a value for a key in a dbm database
+ Inserts a value for a key in a dbm database *
string dbmnextkey(int dbm_identifier, string key)
- Retrieves the next key from a dbm database
+ Retrieves the next key from a dbm database *
int dbmopen(string filename, string mode)
- Opens a dbm database
+ Opens a dbm database *
int dbmreplace(int dbm_identifier, string key, string value)
- Replaces the value for a key in a dbm database
+ Replaces the value for a key in a dbm database *
# beta/php4/ext/dbase/dbase.c
bool dbase_add_record(int identifier, array data)
- Adds a record to the database
+ Adds a record to the database *
bool dbase_close(int identifier)
- Closes an open dBase-format database file
+ Closes an open dBase-format database file *
bool dbase_create(string filename, array fields)
- Creates a new dBase-format database file
+ Creates a new dBase-format database file *
bool dbase_delete_record(int identifier, int record)
- Marks a record to be deleted
+ Marks a record to be deleted *
array dbase_get_record(int identifier, int record)
- Returns an array representing a record from the database
+ Returns an array representing a record from the database *
array dbase_get_record_with_names(int identifier, int record)
- Returns an associative array representing a record from the database
+ Returns an associative array representing a record from the database *
int dbase_numfields(int identifier)
- Returns the number of fields (columns) in the database
+ Returns the number of fields (columns) in the database *
int dbase_numrecords(int identifier)
- Returns the number of records in the database
+ Returns the number of records in the database *
int dbase_open(string name, int mode)
- Opens a dBase-format database file
+ Opens a dBase-format database file *
bool dbase_pack(int identifier)
- Packs the database (deletes records marked for deletion)
+ Packs the database (deletes records marked for deletion) *
bool dbase_replace_record(int identifier, array data, int recnum)
- Replaces a record to the database
+ Replaces a record to the database *
# beta/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
+ Adds a template to the FDF *
boolean fdf_close(int fdfdoc)
- Closes the FDF document
+ Closes the FDF document *
int fdf_create(void)
- Creates a new FDF document
+ Creates a new FDF document *
string fdf_get_file(int fdfdoc)
- Gets the value in the /F key
+ Gets the value in the /F key *
string fdf_get_status(int fdfdoc)
- Gets the value in the /Status key
+ Gets the value in the /Status key *
string fdf_get_value(int fdfdoc, string fieldname)
- Gets the value of a field as string
+ 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
+ Gets the name of the next field name or the first field name *
int fdf_open(string filename)
- Opens a new FDF document
+ Opens a new FDF document *
boolean fdf_save(int fdfdoc, string filename)
- Writes out an FDF file
+ 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
+ Sets the value of a field *
boolean fdf_set_file(int fdfdoc, string filename)
- Sets the value of the FDF's /F key
+ 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
+ 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
+ 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
+ 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
+ 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
+ Sets the submit form action for a field in the FDF *
boolean fdf_set_value(int fdfdoc, string fieldname, string value, int isname)
- Sets the value of a field
+ Sets the value of a field *
# beta/php4/ext/filepro/filepro.c
bool filepro(string directory)
- Read and verify the map file
+ Read and verify the map file *
int filepro_fieldcount(void)
- Find out how many fields are in a filePro database
+ Find out how many fields are in a filePro database *
string filepro_fieldname(int fieldnumber)
- Gets the name of a field
+ Gets the name of a field *
string filepro_fieldtype(int field_number)
- Gets the type of a field
+ Gets the type of a field *
int filepro_fieldwidth(int field_number)
- Gets the width of a field
+ Gets the width of a field *
string filepro_retrieve(int row_number, int field_number)
- Retrieves data from a filePro database
+ Retrieves data from a filePro database *
int filepro_rowcount(void)
- Find out how many rows are in a filePro database
+ Find out how many rows are in a filePro database *
# beta/php4/ext/gd/gd.c
int imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col)
- Draw a partial ellipse
+ Draw a partial ellipse *
int imagechar(int im, int font, int x, int y, string c, int col)
- Draw a character
+ Draw a character *
int imagecharup(int im, int font, int x, int y, string c, int col)
- Draw a character rotated 90 degrees counter-clockwise
+ Draw a character rotated 90 degrees counter-clockwise *
int imagecolorallocate(int im, int red, int green, int blue)
- Allocate a color for an image
+ Allocate a color for an image *
int imagecolorat(int im, int x, int y)
- Get the index of the color of a pixel
+ Get the index of the color of a pixel *
int imagecolorclosest(int im, int red, int green, int blue)
- Get the index of the closest color to the specified color
+ Get the index of the closest color to the specified color *
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
+ Get the index of the color which has the hue, white and blackness nearest to the given color *
int imagecolordeallocate(int im, int index)
- De-allocate a color for an image
+ De-allocate a color for an image *
int imagecolorexact(int im, int red, int green, int blue)
- Get the index of the specified color
+ Get the index of the specified color *
int imagecolorresolve(int im, int red, int green, int blue)
- Get the index of the specified color or its closest possible alternative
+ Get the index of the specified color or its closest possible alternative *
int imagecolorset(int im, int col, int red, int green, int blue)
- Set the color for the specified palette index
+ Set the color for the specified palette index *
array imagecolorsforindex(int im, int col)
- Get the colors for an index
+ Get the colors for an index *
int imagecolorstotal(int im)
- Find out the number of colors in an image's palette
+ Find out the number of colors in an image's palette *
int imagecolortransparent(int im [, int col])
- Define a color as transparent
+ 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
+ Copy part of an image *
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
+ Merge one part of an image with another *
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
+ Copy and resize part of an image *
int imagecreate(int x_size, int y_size)
- Create a new image
+ Create a new image *
int imagecreatefromgif(string filename)
- Create a new image from GIF file or URL
+ Create a new image from GIF file or URL *
int imagecreatefromjpeg(string filename)
- Create a new image from JPEG file or URL
+ Create a new image from JPEG file or URL *
int imagecreatefrompng(string filename)
- Create a new image from PNG file or URL
+ Create a new image from PNG file or URL *
int imagecreatefromstring(string image)
- Create a new image from the image stream in the string
+ Create a new image from the image stream in the string *
int imagecreatefromwbmp(string filename)
- Create a new image from WBMP file or URL
+ Create a new image from WBMP file or URL *
int imagecreatefromxbm(string filename)
- Create a new image from XBM file or URL
+ Create a new image from XBM file or URL *
int imagedashedline(int im, int x1, int y1, int x2, int y2, int col)
- Draw a dashed line
+ Draw a dashed line *
int imagedestroy(int im)
- Destroy an image
+ Destroy an image *
int imagefill(int im, int x, int y, int col)
- Flood fill
+ Flood fill *
int imagefilledpolygon(int im, array point, int num_points, int col)
- Draw a filled polygon
+ Draw a filled polygon *
int imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col)
- Draw a filled rectangle
+ Draw a filled rectangle *
int imagefilltoborder(int im, int x, int y, int border, int col)
- Flood fill to specific color
+ Flood fill to specific color *
int imagefontheight(int font)
- Get font height
+ Get font height *
int imagefontwidth(int font)
- Get font width
+ Get font width *
int imagegammacorrect(int im, double inputgamma, double outputgamma)
- Apply a gamma correction to a GD image
+ Apply a gamma correction to a GD image *
int imagegif(int im [, string filename])
- Output GIF image to browser or file
+ Output GIF image to browser or file *
int imageinterlace(int im [, int interlace])
- Enable or disable interlace
+ Enable or disable interlace *
int imagejpeg(int im [, string filename [, int quality]])
- Output JPEG image to browser or file
+ Output JPEG image to browser or file *
int imageline(int im, int x1, int y1, int x2, int y2, int col)
- Draw a line
+ Draw a line *
int imageloadfont(string filename)
- Load a new font
+ Load a new font *
int imagepalettecopy(int dst, int src)
- Copy the palette from the src image onto the dst image
+ Copy the palette from the src image onto the dst image *
int imagepng(int im [, string filename])
- Output PNG image to browser or file
+ Output PNG image to browser or file *
int imagepolygon(int im, array point, int num_points, int col)
- Draw a polygon
+ Draw a polygon *
array imagepsbbox(string text, int font, int size [, int space, int tightness, int angle])
- Return the bounding box needed by a string if rasterized
+ Return the bounding box needed by a string if rasterized *
bool imagepsencodefont(int font_index, string filename)
- To change a fonts character encoding vector
+ To change a fonts character encoding vector *
bool imagepsextendfont(int font_index, double extend)
- Extend or or condense (if extend < 1) a font
+ Extend or or condense (if extend < 1) a font *
bool imagepsfreefont(int font_index)
- Free memory used by a font
+ Free memory used by a font *
int imagepsloadfont(string pathname)
- Load a new font from specified file
+ Load a new font from specified file *
bool imagepsslantfont(int font_index, double slant)
- Slant a font
+ Slant a font *
array imagepstext(int image, string text, int font, int size, int xcoord, int ycoord [, int space, int tightness, double angle, int antialias])
- Rasterize a string over an image
+ Rasterize a string over an image *
int imagerectangle(int im, int x1, int y1, int x2, int y2, int col)
- Draw a rectangle
+ Draw a rectangle *
int imagesetpixel(int im, int x, int y, int col)
- Set a single pixel
+ Set a single pixel *
int imagestring(int im, int font, int x, int y, string str, int col)
- Draw a string horizontally
+ Draw a string horizontally *
int imagestringup(int im, int font, int x, int y, string str, int col)
- Draw a string vertically - rotated 90 degrees counter-clockwise
+ Draw a string vertically - rotated 90 degrees counter-clockwise *
int imagesx(int im)
- Get image width
+ Get image width *
int imagesy(int im)
- Get image height
+ Get image height *
array imagettfbbox(int size, int angle, string font_file, string text)
- Give the bounding box of a text using TrueType fonts
+ Give the bounding box of a text using TrueType fonts *
array imagettftext(int im, int size, int angle, int x, int y, int col, string font_file, string text)
- Write text to the image using a TrueType font
+ 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
+ Return the types of images supported in a bitfield - 1=gif, 2=jpeg, 4=png, 8=wbmp *
int imagewbmp(int im [, string filename])
- Output WBMP image to browser or file
+ Output WBMP image to browser or file *
# beta/php4/ext/gd/gdt1.c
array imagepsbbox(string text, int font, int size [, int space, int tightness, int angle])
- Return the bounding box needed by a string if rasterized
+ Return the bounding box needed by a string if rasterized *
bool imagepsencodefont(int font_index, string filename)
- To change a fonts character encoding vector
+ To change a fonts character encoding vector *
bool imagepsextendfont(int font_index, double extend)
- Extend or or condense (if extend < 1) a font
+ Extend or or condense (if extend < 1) a font *
bool imagepsfreefont(int font_index)
- Free memory used by a font
+ Free memory used by a font *
int imagepsloadfont(string pathname)
- Load a new font from specified file
+ Load a new font from specified file *
bool imagepsslantfont(int font_index, double slant)
- Slant a font
+ Slant a font *
array imagepstext(int image, string text, int font, int size, int xcoord, int ycoord [, int space, int tightness, double angle, int antialias])
- Rasterize a string over an image
+ Rasterize a string over an image *
# beta/php4/ext/gettext/gettext.c
string bindtextdomain(string domain_name, string dir)
- Bind to the text domain domain_name, looking for translations in dir. Returns the current domain
+ Bind to the text domain domain_name, looking for translations in dir. Returns the current domain *
string dcgettext(string domain_name, string msgid, long category)
- Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist
+ Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist *
string dgettext(string domain_name, string msgid)
- Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist
+ Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist *
string gettext(string msgid)
- Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist
+ Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist *
string textdomain(string domain)
- Set the textdomain to "domain". Returns the current domain
+ Set the textdomain to "domain". Returns the current domain *
# beta/php4/ext/hyperwave/hw.c
string hw_array2objrec(array objarr)
- Returns object record of object array
+ Returns object record of object array *
void hw_changeobject(int link, int objid, array attributes)
- Changes attributes of an object (obsolete)
+ Changes attributes of an object (obsolete) *
array hw_children(int link, int objid)
- Returns array of children object ids
+ Returns array of children object ids *
array hw_childrenobj(int link, int objid)
- Returns array of children object records
+ Returns array of children object records *
void hw_close(int link)
- Close connection to Hyperwave server
+ Close connection to Hyperwave server *
int hw_connect(string host, int port [string username [, string password]])
- Connect to the Hyperwave server
+ Connect to the Hyperwave server *
void hw_connection_info(int link)
- Prints information about the connection to Hyperwave server
+ Prints information about the connection to Hyperwave server *
void hw_cp(int link, array objrec, int dest)
- Copies object
+ Copies object *
void hw_deleteobject(int link, int objid)
- Deletes object
+ Deletes object *
int hw_docbyanchor(int link, int anchorid)
- Returns objid of document belonging to anchorid
+ Returns objid of document belonging to anchorid *
array hw_docbyanchorobj(int link, int anchorid)
- Returns object record of document belonging to anchorid
+ Returns object record of document belonging to anchorid *
string hw_document_attributes(hwdoc doc)
- Returns object record of document
+ Returns object record of document *
string hw_document_bodytag(hwdoc doc [, string prefix])
- Returns bodytag prefixed by prefix
+ Return bodytag prefixed by prefix *
string hw_document_content(hwdoc doc)
- Returns content of document
+ Returns content of document *
int hw_document_setcontent(hwdoc doc, string content)
- Sets/replaces content of document
+ Sets/replaces content of document *
int hw_document_size(hwdoc doc)
- Returns size of document
+ Returns size of document *
string hw_documentattributes(hwdoc doc)
- An alias for hw_document_attributes
+ An alias for hw_document_attributes *
string hw_documentbodytag(hwdoc doc [, string prefix])
- An alias for hw_document_bodytag
+ An alias for hw_document_bodytag *
int hw_documentsize(hwdoc doc)
- An alias for hw_document_size
+ An alias for hw_document_size *
string hw_dummy(int link, int id, int msgid)
- Hyperwave dummy function
+ Hyperwave dummy function *
void hw_edittext(int link, hwdoc doc)
- Modifies text document
+ Modifies text document *
int hw_error(int link)
- Returns last error number
+ Returns last error number *
string hw_errormsg(int link)
- Returns last error message
+ Returns last error message *
void hw_free_document(hwdoc doc)
- Frees memory of document
+ Frees memory of document *
array hw_getanchors(int link, int objid)
- Returns all anchors of object
+ Return all anchors of object *
array hw_getanchorsobj(int link, int objid)
- Returns all object records of anchors of object
+ Return all object records of anchors of object *
string hw_getandlock(int link, int objid)
- Returns object record and locks object
+ Returns object record and locks object *
hwdoc hw_getcgi(int link, int objid)
- Returns the output of a CGI script
+ Returns the output of a CGI script *
array hw_getchildcoll(int link, int objid)
- Returns array of child collection object ids
+ Returns array of child collection object ids *
array hw_getchildcollobj(int link, int objid)
- Returns array of child collection object records
+ Returns array of child collection object records *
array hw_getchilddoccoll(int link, int objid)
- Returns all children ids which are documents
+ Returns all children ids which are documents *
array hw_getchilddoccollobj(int link, int objid)
- Returns all children object records which are documents
+ Returns all children object records which are documents *
string hw_getobject(int link, int objid [, string linkroot])
- Returns object record
+ Returns object record *
array hw_getobjectbyftquery(int link, string query, int maxhits)
- Searches for query as fulltext and returns maxhits objids
+ Search for query as fulltext and return maxhits objids *
array hw_getobjectbyftquerycoll(int link, int collid, string query, int maxhits)
- Searches for fulltext query in collection and returns maxhits objids
+ Search for fulltext query in collection and return maxhits objids *
array hw_getobjectbyftquerycollobj(int link, int collid, string query, int maxhits)
- Searches for fulltext query in collection and returns maxhits object records
+ Search for fulltext query in collection and return maxhits object records *
array hw_getobjectbyftqueryobj(int link, string query, int maxhits)
- Searches for query as fulltext and returns maxhits object records
+ Search for query as fulltext and return maxhits object records *
array hw_getobjectbyquery(int link, string query, int maxhits)
- Search for query and return maxhits objids
+ Search for query and return maxhits objids *
array hw_getobjectbyquerycoll(int link, int collid, string query, int maxhits)
- Searches for query in collection and returns maxhits objids
+ Search for query in collection and return maxhits objids *
array hw_getobjectbyquerycollobj(int link, int collid, string query, int maxhits)
- Searches for query in collection and returns maxhits object records
+ Search for query in collection and return maxhits object records *
array hw_getobjectbyqueryobj(int link, string query, int maxhits)
- Searches for query and returns maxhits object records
+ Search for query and return maxhits object records *
array hw_getparents(int link, int objid)
- Returns array of parent object ids
+ Returns array of parent object ids *
array hw_getparentsobj(int link, int objid)
- Returns array of parent object records
+ Returns array of parent object records *
string hw_getrellink(int link, int rootid, int sourceid, int destid)
- Gets link from source to dest relative to rootid
+ Get link from source to dest relative to rootid *
int hw_getremote(int link, int objid)
- Returns the content of a remote document
+ Returns the content of a remote document *
[array|int] hw_getremotechildren(int link, string objrec)
- Returns the remote document or an array of object records
+ Returns the remote document or an array of object records *
int hw_getsrcbydestobj(int link, int destid)
- Returns object id of source docuent by destination anchor
+ Returns object id of source docuent by destination anchor *
hwdoc hw_gettext(int link, int objid [, int rootid])
- Returns text document. Links are relative to rootid if given
+ Returns text document. Links are relative to rootid if given *
string hw_getusername(int link)
- Returns the current user name
+ Returns the current user name *
void hw_identify(int link, string username, string password)
- Identifies at Hyperwave server
+ Identifies at Hyperwave server *
array hw_incollections(int link, array objids, array collids, int para)
- Returns object ids which are in collections
+ Returns object ids which are in collections *
void hw_info(int link)
- Outputs info string
+ Outputs info string *
void hw_inscoll(int link, int parentid, array objarr)
- Inserts collection
+ Inserts collection *
void hw_insdoc(int link, int parentid, string objrec [, string text])
- Inserts document
-string hw_insertanchors(int hwdoc, array anchorecs, array dest)
- Inserts only anchors into text
+ Inserts document *
+string hw_insertanchors(int hwdoc, array anchorecs, array dest [, array urlprefixes])
+ Inserts only anchors into text *
void hw_insertdocument(int link, int parentid, hwdoc doc)
- Insert new document
+ Insert new document *
int hw_insertobject(int link, string objrec, string parms)
- Inserts an object
+ Inserts an object *
int hw_mapid(int link, int serverid, int destid)
- Returns virtual object id of document on remote Hyperwave server
+ Returns virtual object id of document on remote Hyperwave server *
void hw_modifyobject(int link, int objid, array remattributes, array addattributes [, int mode])
- Modifies attributes of an object
+ Modifies attributes of an object *
void hw_mv(int link, array objrec, int from, int dest)
- Moves object
+ Moves object *
hwdoc hw_new_document(string objrec, string data, int size)
- Creates a new document
-array hw_objrec2array(string objrec [, array format])
- Returns object array of object record
+ Create a new document *
+hwdoc hw_new_document_from_file(string objrec, string filename)
+ Create a new document from a file *
+array hw_objrec2array(string objrec, [array format])
+ Returns object array of object record *
void hw_output_document(hwdoc doc)
- Prints document
+ Prints document *
void hw_outputdocument(hwdoc doc)
- An alias for hw_output_document
+ An alias for hw_output_document *
int hw_pconnect(string host, int port [, string username [, string password]])
- Connect to the Hyperwave server persistent
+ Connect to the Hyperwave server persistent *
hwdoc hw_pipecgi(int link, int objid)
- Returns output of CGI script
-hwdoc hw_pipedocument(int link, int objid [, array urlprefixes])
- Returns document with links inserted
+ Returns output of CGI script *
+hwdoc hw_pipedocument(int link, int objid [, array urlprefixes ] )
+ Returns document with links inserted. Optionally a array with five urlprefixes may be passed, which will be inserted for the different types of anchors. This should be a named array with the following keys: HW_DEFAULT_LINK, HW_IMAGE_LINK, HW_BACKGROUND_LINK, HW_INTAG_LINK, and HW_APPLET_LINK. *
hwdoc hw_pipedocument(int link, int objid)
- Returns document
+ Returns document *
int hw_root(void)
- Returns object id of root collection
+ Returns object id of root collection *
void hw_setlinkroot(int link, int rootid)
- Set the id to which links are calculated
+ Set the id to which links are calculated *
string hw_stat(int link)
- Returns status string
+ Returns status string *
void hw_unlock(int link, int objid)
- Unlocks object
+ Unlocks object *
array hw_who(int link)
- Returns names and info of users loged in
+ Returns names and info of users loged in *
# beta/php4/ext/imap/php_imap.c
string imap_8bit(string text)
- Convert an 8-bit string to a quoted-printable string
+ Convert an 8-bit string to a quoted-printable string *
array imap_alerts(void)
- Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called.
+ Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called. *
int imap_append(int stream_id, string folder, string message [, string flags])
- Append a new message to a specified mailbox
+ Append a new message to a specified mailbox *
string imap_base64(string text)
- Decode BASE64 encoded text
+ Decode BASE64 encoded text *
string imap_binary(string text)
- Convert an 8bit string to a base64 string
+ Convert an 8bit string to a base64 string *
string imap_body(int stream_id, int msg_no [, int options])
- Read the message body
+ Read the message body *
object imap_bodystruct(int stream_id, int msg_no, int section)
- Read the structure of a specified body section of a specific message
+ Read the structure of a specified body section of a specific message *
object imap_check(int stream_id)
- Get mailbox properties
+ Get mailbox properties *
int imap_clearflag_full(int stream_id, string sequence, string flag [, int options])
- Clears flags on messages
+ Clears flags on messages *
int imap_close(int stream_id [, int options])
- Close an IMAP stream
+ Close an IMAP stream *
int imap_createmailbox(int stream_id, string mailbox)
- Create a new mailbox
+ Create a new mailbox *
int imap_delete(int stream_id, int msg_no [, int flags])
- Mark a message for deletion
+ Mark a message for deletion *
int imap_deletemailbox(int stream_id, string mailbox)
- Delete a mailbox
+ Delete a mailbox *
array imap_errors(void)
- Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called.
+ Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called. *
int imap_expunge(int stream_id)
- Permanently delete all messages marked for deletion
+ Permanently delete all messages marked for deletion *
array imap_fetch_overview(int stream_id, int msg_no)
- Read an overview of the information in the headers of the given message sequence
+ Read an overview of the information in the headers of the given message sequence *
string imap_fetchbody(int stream_id, int msg_no, int section [, int options])
- Get a specific body section
+ Get a specific body section *
string imap_fetchheader(int stream_id, int msg_no [, int options])
- Get the full unfiltered header for a message
+ Get the full unfiltered header for a message *
object imap_fetchstructure(int stream_id, int msg_no [, int options])
- Read the full structure of a message
+ Read the full structure of a message *
string imap_fetchtext_full(int stream_id, int msg_no [, int options])
- Read the full text of a message
+ Read the full text of a message *
array imap_getmailboxes(int stream_id, string ref, string pattern)
- Reads the list of mailboxes and returns a full array of objects containing name, attributes, and delimiter
+ Reads the list of mailboxes and returns a full array of objects containing name, attributes, and delimiter *
array imap_getsubscribed(int stream_id, string ref, string pattern)
- Return a list of subscribed mailboxes, in the same format as imap_getmailboxes()
+ Return a list of subscribed mailboxes, in the same format as imap_getmailboxes() *
object imap_headerinfo(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
- Read the headers of the message
+ Read the headers of the message *
array imap_headers(int stream_id)
- Returns headers for all messages in a mailbox
+ Returns headers for all messages in a mailbox *
string imap_last_error(void)
- Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call.
+ Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call. *
array imap_list(int stream_id, string ref, string pattern)
- Read the list of mailboxes
+ Read the list of mailboxes *
array imap_lsub(int stream_id, string ref, string pattern)
- Return a list of subscribed mailboxes
+ Return a list of subscribed mailboxes *
int imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])
- Send an email message
+ Send an email message *
string imap_mail_compose(array envelope, array body)
- Create a MIME message based on given envelope and body sections
+ Create a MIME message based on given envelope and body sections *
int imap_mail_copy(int stream_id, int msg_no, string mailbox [, int options])
- Copy specified message to a mailbox
+ Copy specified message to a mailbox *
int imap_mail_move(int stream_id, int msg_no, string mailbox [, int options])
- Move specified message to a mailbox
+ Move specified message to a mailbox *
object imap_mailboxmsginfo(int stream_id)
- Returns info about the current mailbox
+ Returns info about the current mailbox *
array imap_mime_header_decode(string str)
- Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text'
+ Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text' *
int imap_msgno(int stream_id, int unique_msg_id)
- Get the sequence number associated with a UID
+ Get the sequence number associated with a UID *
int imap_num_msg(int stream_id)
- Gives the number of messages in the current mailbox
+ Gives the number of messages in the current mailbox *
int imap_num_recent(int stream_id)
- Gives the number of recent messages in current mailbox
+ Gives the number of recent messages in current mailbox *
int imap_open(string mailbox, string user, string password [, int options])
- Open an IMAP stream to a mailbox
+ Open an IMAP stream to a mailbox *
int imap_ping(int stream_id)
- Check if the IMAP stream is still active
+ Check if the IMAP stream is still active *
int imap_popen(string mailbox, string user, string password [, int options])
- Open a persistant IMAP stream to a mailbox
+ Open a persistant IMAP stream to a mailbox *
string imap_qprint(string text)
- Convert a quoted-printable string to an 8-bit string
+ Convert a quoted-printable string to an 8-bit string *
int imap_renamemailbox(int stream_id, string old_name, string new_name)
- Rename a mailbox
+ Rename a mailbox *
int imap_reopen(int stream_id, string mailbox [, int options])
- Reopen an IMAP stream to a new mailbox
+ Reopen an IMAP stream to a new mailbox *
array imap_rfc822_parse_adrlist(string address_string, string default_host)
- Parses an address string
+ Parses an address string *
object imap_rfc822_parse_headers(string headers [, string default_host])
- Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo()
+ Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo() *
string imap_rfc822_write_address(string mailbox, string host, string personal)
- Returns a properly formatted email address given the mailbox, host, and personal info
+ Returns a properly formatted email address given the mailbox, host, and personal info *
array imap_scan(int stream_id, string ref, string pattern, string content)
- Read list of mailboxes containing a certain string
+ Read list of mailboxes containing a certain string *
array imap_search(int stream_id, string criteria [, long flags])
- Return a list of messages matching the given criteria
+ Return a list of messages matching the given criteria *
int imap_setflag_full(int stream_id, string sequence, string flag [, int options])
- Sets flags on messages
+ Sets flags on messages *
array imap_sort(int stream_id, int criteria, int reverse [, int options [, string search_criteria]])
- Sort an array of message headers, optionally including only messages that meet specified criteria.
+ Sort an array of message headers, optionally including only messages that meet specified criteria. *
object imap_status(int stream_id, string mailbox, int options)
- Get status info from a mailbox
+ Get status info from a mailbox *
int imap_subscribe(int stream_id, string mailbox)
- Subscribe to a mailbox
+ Subscribe to a mailbox *
int imap_uid(int stream_id, int msg_no)
- Get the unique message id associated with a standard sequential message number
+ Get the unique message id associated with a standard sequential message number *
int imap_undelete(int stream_id, int msg_no)
- Remove the delete flag from a message
+ Remove the delete flag from a message *
int imap_unsubscribe(int stream_id, string mailbox)
- Unsubscribe from a mailbox
+ Unsubscribe from a mailbox *
string imap_utf7_decode(string buf)
- Decode a modified UTF-7 string
+ Decode a modified UTF-7 string *
string imap_utf7_encode(string buf)
- Encode a string in modified UTF-7
+ Encode a string in modified UTF-7 *
string imap_utf8(string string)
- Convert a string to UTF-8
+ Convert a string to UTF-8 *
# beta/php4/ext/informix/ifx.ec
int ifx_affected_rows(int resultid)
- Returns the number of rows affected by query identified by resultid
+ Returns the number of rows affected by query identified by resultid *
void ifx_blobinfile_mode(int mode)
- Sets the default blob-mode for all select-queries
+ Sets the default blob-mode for all select-queries *
void ifx_byteasvarchar(int mode)
- Sets the default byte-mode for all select-queries
+ Sets the default byte-mode for all select-queries *
int ifx_close(int connid)
- Close informix connection
+ Close informix connection *
int ifx_connect([string database [, string userid [, string password]]])
- Connects to database using userid/password, returns connection id
+ Connects to database using userid/password, returns connection id *
int ifx_copy_blob(int bid)
- Duplicates the given blob-object
+ Duplicates the given blob-object *
int ifx_create_blob(int type, int mode, string param)
- Creates a blob-object
+ Creates a blob-object *
int ifx_create_char(string param)
- Creates a char-object
+ Creates a char-object *
int ifx_do(int resultid)
- Executes a previously prepared query or opens a cursor for it
+ Executes a previously prepared query or opens a cursor for it *
string ifx_error([int connection_id])
- Returns the Informix error codes (SQLSTATE & SQLCODE)
+ Returns the Informix error codes (SQLSTATE & SQLCODE) *
string ifx_errormsg([int errorcode])
- Returns the Informix errormessage associated with
+ Returns the Informix errormessage associated with *
array ifx_fetch_row(int resultid [, mixed position])
- Fetches the next row or

