Index: phpdoc/funclist.txt
diff -u phpdoc/funclist.txt:1.13 phpdoc/funclist.txt:1.14
--- phpdoc/funclist.txt:1.13 Fri Dec 7 04:58:52 2001
+++ phpdoc/funclist.txt Sun Dec 30 03:49:48 2001
@@ -1340,7 +1340,6 @@
mysql_tablename
mysql_unbuffered_query
# php4/ext/ncurses/ncurses_fe.c
-confirm_ncurses_compiled
ncurses_addch
ncurses_addchnstr
ncurses_addchstr
@@ -1379,6 +1378,7 @@
ncurses_flash
ncurses_flushinp
ncurses_getch
+ncurses_getmouse
ncurses_halfdelay
ncurses_has_colors
ncurses_has_ic
@@ -1396,8 +1396,12 @@
ncurses_instr
ncurses_isendwin
ncurses_keyok
+ncurses_keypad
ncurses_killchar
+ncurses_longname
+ncurses_mouse_trafo
ncurses_mouseinterval
+ncurses_mousemask
ncurses_move
ncurses_mvaddch
ncurses_mvaddchnstr
@@ -1439,19 +1443,29 @@
ncurses_slk_noutrefresh
ncurses_slk_refresh
ncurses_slk_restore
+ncurses_slk_set
ncurses_slk_touch
ncurses_standend
ncurses_standout
ncurses_start_color
ncurses_termattrs
+ncurses_termname
ncurses_timeout
ncurses_typeahead
ncurses_ungetch
+ncurses_ungetmouse
ncurses_use_default_colors
ncurses_use_env
ncurses_use_extended_names
ncurses_vidattr
ncurses_vline
+ncurses_waddstr
+ncurses_wclear
+ncurses_wcolor_set
+ncurses_wgetch
+ncurses_wmouse_trafo
+ncurses_wmove
+ncurses_wnoutrefresh
ncurses_wrefresh
# php4/ext/notes/php_notes.c
notes_body
@@ -1813,29 +1827,60 @@
pfpro_process_raw
pfpro_version
# php4/ext/pgsql/pgsql.c
+pg_affected_rows
+pg_cancel_query
pg_client_encoding
pg_clientencoding
pg_close
pg_cmdtuples
pg_connect
+pg_connection_busy
+pg_connection_reset
+pg_connection_status
+pg_copy_from
+pg_copy_to
pg_dbname
pg_end_copy
pg_errormessage
+pg_escape_bytea
+pg_escape_string
pg_exec
pg_fetch_array
pg_fetch_object
+pg_fetch_result
pg_fetch_row
+pg_field_is_null
+pg_field_name
+pg_field_num
+pg_field_prtlen
+pg_field_size
+pg_field_type
pg_fieldisnull
pg_fieldname
pg_fieldnum
pg_fieldprtlen
pg_fieldsize
pg_fieldtype
+pg_free_result
pg_freeresult
+pg_get_result
pg_getlastoid
pg_host
+pg_last_error
pg_last_notice
-pg_loclose
+pg_last_oid
+pg_lo_close
+pg_lo_create
+pg_lo_export
+pg_lo_import
+pg_lo_open
+pg_lo_read
+pg_lo_read_all
+pg_lo_seek
+pg_lo_tell
+pg_lo_unlink
+pg_lo_write
+pg_loclse
pg_locreate
pg_loexport
pg_loimport
@@ -1844,13 +1889,19 @@
pg_loreadall
pg_lounlink
pg_lowrite
+pg_num_fields
+pg_num_rows
pg_numfields
pg_numrows
pg_options
pg_pconnect
pg_port
pg_put_line
+pg_query
pg_result
+pg_result_error
+pg_result_status
+pg_send_query
pg_set_client_encoding
pg_setclientencoding
pg_trace
@@ -2483,6 +2534,7 @@
usleep
usort
var_dump
+var_export
version_compare
vprintf
vsprintf
@@ -2778,6 +2830,7 @@
ob_gzhandler
readgzfile
# php4/ext/msession/msession.c
+msession_call
msession_connect
msession_count
msession_create
@@ -2786,7 +2839,7 @@
msession_find
msession_get
msession_get_array
-msession_getdata
+msession_get_data
msession_inc
msession_list
msession_listvar
@@ -2795,7 +2848,7 @@
msession_randstr
msession_set
msession_set_array
-msession_setdata
+msession_set_data
msession_timeout
msession_uniq
msession_unlock
Index: phpdoc/funcsummary.txt
diff -u phpdoc/funcsummary.txt:1.12 phpdoc/funcsummary.txt:1.13
--- phpdoc/funcsummary.txt:1.12 Fri Dec 7 04:58:52 2001
+++ phpdoc/funcsummary.txt Sun Dec 30 03:49:48 2001
@@ -88,37 +88,37 @@
Return the number of days after March 21 that Easter falls on for a given year (defaults to current year)
# php4/ext/ccvs/ccvs.c
string ccvs_add(string session, string invoice, string argtype, string argval)
- ???
+ Add data to a transaction
string ccvs_auth(string session, string invoice)
- ???
+ Perform credit authorization test on a transaction
string ccvs_command(string session, string type, string argval)
- ???
+ Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API
int ccvs_count(string session, string type)
- ???
+ Find out how many transactions of a given type are stored in the system
string ccvs_delete(string session, string invoice)
- ???
+ Delete a transaction
string ccvs_done(string sess)
- ???
+ Terminate CCVS engine and do cleanup work
string ccvs_init(string name)
- ???
+ Initialize CCVS for use
string ccvs_lookup(string session, string invoice, int inum)
- ???
+ Look up an item of a particular type in the database
string ccvs_new(string session, string invoice)
- ???
+ Create a new, blank transaction
string ccvs_report(string session, string type)
- ???
+ Return the status of the background communication process
string ccvs_return(string session, string invoice)
- ???
+ Transfer funds from the merchant to the credit card holder
string ccvs_reverse(string session, string invoice)
- ???
+ Perform a full reversal on an already-processed authorization
string ccvs_sale(string session, string invoice)
- ???
+ Transfer funds from the credit card holder to the merchant
string ccvs_status(string session, string invoice)
- ???
+ Check the status of an invoice
string ccvs_textvalue(string session)
- ???
+ Get text return value for previous function call
string ccvs_void(string session, string invoice)
- ???
+ Perform a full reversal on a completed transaction
# php4/ext/com/COM.c
mixed com_addref(int module)
Increases the reference counter on a COM object
@@ -200,7 +200,7 @@
void cpdf_rotate(int pdfdoc, float angle)
Sets rotation
void cpdf_rotate_text(int pdfdoc, float angle)
- Sets character spacing
+ Sets text rotation angle
void cpdf_save(int pdfdoc)
Saves current enviroment
array cpdf_save_to_file(int pdfdoc, string filename)
@@ -337,15 +337,15 @@
base64 encode data for cybercash
array cybercash_decr(string wmp, string sk, string data)
Cybercash decrypt
-cybercash_encr(string wmk, string sk, string data)
+array cybercash_encr(string wmk, string sk, string data)
Cybercash encrypt
# php4/ext/cybermut/cybermut.c
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
+ Returns 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.
+ Returns 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
+ Returns a boolean attesting that the authentification proceeded well. TRUE if the received message is authenticated and FALSE if not
# php4/ext/cyrus/cyrus.c
bool cyrus_authenticate( resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]])
Authenticate agaings a Cyrus IMAP server
@@ -428,106 +428,101 @@
Packs the database (deletes records marked for deletion)
bool dbase_replace_record(int identifier, array data, int recnum)
Replaces a record to the database
-# php4/ext/dbplus/dbplus.c
-void dbplus_close(int conn)
-
-int dbplus_open(string name, int writing, int searchpath)
-
# php4/ext/dbplus/php_dbplus.c
int dbplus_add(int relation, array tuple)
- Add a tuple to a relation
+ Adds a tuple to a relation
resource dbplus_aql(string query [, string server [, string dbpath]])
- Perform AQL query
+ Performs AQL query
string dbplus_chdir([string newdir])
- Get/Set database virtual current directory
+ Gets/Sets database virtual current directory
int dbplus_close(int relation)
- Close a relation
+ Closes a relation
int dbplus_curr(int relation, array tuple)
- Get current tuple from relation
+ Gets current tuple from relation
string dbplus_errcode(int err)
- Get error string for given errorcode or last error
+ Gets error string for given errorcode or last error
int dbplus_errno(void)
- Get error code for last operation
+ Gets error code for last operation
int dbplus_find(int relation, array constr, mixed tuple)
- Set a constraint on a relation
+ Sets a constraint on a relation
int dbplus_first(int relation, array tuple)
- Get first tuple from relation
+ Gets first tuple from relation
int dbplus_flush(int relation)
???
int dbplus_freealllocks(void)
- Free all locks held by this client
+ Frees all locks held by this client
int dbplus_freelock(int relation, array tuple)
- Release write lock on tuple
+ Releases write lock on tuple
int dbplus_freerlocks(int relation)
- Free all locks on given relation
+ Frees all locks on given relation
int dbplus_getlock(int relation, array tuple)
- Request locking of tuple
+ Requests locking of tuple
int dbplus_getunique(int handle, int uniqueid)
- Get a id number unique to a relation
+ Gets a id number unique to a relation
int dbplus_info(int relation, string key, array &result)
???
int dbplus_last(int relation, array tuple)
- Get last tuple from relation
+ Gets last tuple from relation
int dbplus_lockrel(int relation)
- Request write lock on relation
+ Requests write lock on relation
int dbplus_next(int relation, array &tname)
- Get next tuple from relation
+ Gets next tuple from relation
resource dbplus_open(string name)
- Open a relation file
+ Opens a relation file
int dbplus_prev(int relation, array tuple)
- Get previous tuple from relation
+ Gets previous tuple from relation
int dbplus_rchperm(int relation, int mask, string user, string group)
-
+ ???
resource dbplus_rcreate(string name, mixed domlist [, int overwrite])
- Create a new db++ reslation
+ Creates a new DB++ relation
resource dbplus_rcrtexact(string name, resource relation [, boolean overwrite])
- Create an exact but empty copy of a relation including indices
+ Creates an exact but empty copy of a relation including indices
resource dbplus_rcrtlike(string name, int handle [, int overwrite])
- Create an empty copy of a relation with default indices
+ Creates an empty copy of a relation with default indices
int dbplus_resolve(string name)
- Resolve host information for relation
+ Resolves host information for relation
int dbplus_restorepos(int relation, array tuple)
???
resource dbplus_rkeys(resource relation, mixed domlist)
- Define primary key for relation
+ Defines primary key for relation
resource dbplus_ropen(string name)
- Open relation file local
-resceour dbplus_rquery(string name, string dbpath)
-
+ Opens relation file local
+resource dbplus_rquery(string name, string dbpath)
+ ???
int dbplus_rrename(int relation, string name)
-
+ ???
resource dbplus_rsecindex(resource relation, mixed domlist, int compact)
- Create an additional index on relation
+ Creates an additional index on relation
int dbplus_runlink(int relation)
- Remove relation from filesystem
+ Removes relation from filesystem
int dbplus_rzap(int relation, int truncate)
- Remove all tuples from relation
+ Removes all tuples from relation
int dbplus_savepos(int relation)
???
int dbplus_setindex(int relation, string idx_name)
- ????
+ ???
int dbplus_setindexbynumber(int relation, int idx_number)
???
resource dbplus_sql(string query, string server, string dbpath)
- Perform SQL query
+ Performs SQL query
string dbplus_tcl(int sid, string script)
- Execute server side TCL code
+ Executes server side TCL code
int dbplus_tremove(int relation, array old [, array current])
- Remove tuple and return new current tuple
+ Removes tuple and return new current tuple
int dbplus_undo(int relation)
???
int dbplus_undoprepare(int relation)
???
int dbplus_unlockrel(int relation)
- Give up write lock on relation
+ Gives up write lock on relation
int dbplus_unselect(int relation)
- Remove constraint from relation
+ Removes constraint from relation
int dbplus_update(int relation, array old, array new)
- Update specified tuple in relation
+ Updates specified tuple in relation
int dbplus_xlockrel(int relation)
- Request exclusive lock on relation
+ Requests exclusive lock on relation
int dbplus_xunlockrel(int relation)
- Free exclusive lock on relation
+ Frees exclusive lock on relation
# php4/ext/dbx/dbx.c
bool dbx_close(dbx_link_object dbx_link)
Returns success or failure
@@ -689,111 +684,111 @@
Reads the EXIF header data from a JPEG file
# php4/ext/fbsql/php_fbsql.c
int fbsql_affected_rows([resource link_identifier])
-
+ ???
bool fbsql_autocommit(resource link_identifier [, bool OnOff])
- Turn on auto-commit
-int fbsql_change_user(string user, string password [, string database [, resource link_identifier]]);
-
+ Turns on auto-commit
+int fbsql_change_user(string user, string password [, string database [, resource link_identifier]])
+ ???
int fbsql_close([resource link_identifier])
-
+ ???
bool fbsql_commit([resource link_identifier])
-
-resource fbsql_connect([string hostname [, string username [, string password]]]);
-
+ ???
+resource fbsql_connect([string hostname [, string username [, string password]]])
+ ???
string fbsql_create_blob(string blob_data [, resource link_identifier])
-
+ ???
string fbsql_create_clob(string clob_data [, resource link_identifier])
-
+ ???
bool fbsql_create_db(string database_name [, resource link_identifier])
-
+ ???
int fbsql_data_seek(int result, int row_number)
-
-string fbsql_database(resource link_identifier [, string database])
-
+ ???
+string fbsql_database(resource link_identifier [, string database])
+ ???
string fbsql_database_password(resource link_identifier [, string database_password])
-
+ ???
resource fbsql_db_query(string database_name, string query [, resource link_identifier])
-
+ ???
int fbsql_db_status(string database_name [, resource link_identifier])
- Get the status (Stoped, Starting, Running, Stopping) for a given database
+ Gets the status (Stopped, Starting, Running, Stopping) for a given database
int fbsql_drop_db(string database_name [, resource link_identifier])
-
+ ???
int fbsql_errno([resource link_identifier])
-
+ ???
string fbsql_error([resource link_identifier])
-
+ ???
array fbsql_fetch_array(resource result [, int result_type])
- Fetch a result row as an array (associative, numeric or both)
+ Fetches a result row as an array (associative, numeric or both)
object fbsql_fetch_assoc(resource result)
-
+ ???
object fbsql_fetch_field(int result [, int field_index])
-
+ ???
array fbsql_fetch_lengths(int result)
-
+ ???
object fbsql_fetch_object(resource result [, int result_type])
-
+ ???
array fbsql_fetch_row(resource result)
-
+ ???
string fbsql_field_flags(int result [, int field_index])
-
+ ???
string fbsql_field_len(int result [, int field_index])
-
+ ???
string fbsql_field_name(int result [, int field_index])
-
+ ???
bool fbsql_field_seek(int result [, int field_index])
-
+ ???
string fbsql_field_table(int result [, int field_index])
-
+ ???
string fbsql_field_type(int result [, int field_index])
-
+ ???
bool fbsql_free_result(int result)
-
+ ???
array fbsql_get_autostart_info([resource link_identifier])
-
+ ???
string fbsql_hostname(resource link_identifier [, string host_name])
-
+ ???
int fbsql_insert_id([resource link_identifier])
-
+ ???
resource fbsql_list_dbs([resource link_identifier])
-
+ ???
resource fbsql_list_fields(string database_name, string table_name [, resource link_identifier])
-
-resource fbsql_list_tables(string database, int [link_identifier]);
-
+ ???
+resource 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)
-
+ ???
string fbsql_password(resource link_identifier [, string password])
-
-resource fbsql_pconnect([string hostname [, string username [, string password]]]);
-
+ ???
+resource fbsql_pconnect([string hostname [, string username [, string password]]])
+ ???
resource fbsql_query(string query [, resource link_identifier])
-
+ ???
string fbsql_read_blob(string blob_handle [, resource link_identifier])
-
+ ???
string fbsql_read_clob(string clob_handle [, resource link_identifier])
-
+ ???
mixed fbsql_result(int result [, int row [, mixed field]])
-
+ ???
int fbsql_rollback([resource link_identifier])
-
-bool fbsql_select_db([string database_name [, resource link_identifier]])
-
+ ???
+bool fbsql_select_db([string database_name [, resource link_identifier]])
+ ???
bool fbsql_set_lob_mode(resource result, int lob_mode)
-
-void fbsql_set_transaction(resource link_identifier, int Locking, int Isolation)
- Set the transaction locking and isolation
+ ???
+void fbsql_set_transaction(resource link_identifier, int locking, int isolation)
+ Sets the transaction locking and isolation
bool fbsql_start_db(string database_name [, resource link_identifier])
-
+ ???
bool fbsql_stop_db(string database_name [, resource link_identifier])
-
+ ???
string fbsql_username(resource link_identifier [, string username])
-
-bool fbsql_warnings([int flag]);
-
+ ???
+bool fbsql_warnings([int flag])
+ ???
# php4/ext/fdf/fdf.c
bool fdf_add_template(int fdfdoc, int newpage, string filename, string template, int rename)
Adds a template into the FDF document
@@ -859,7 +854,7 @@
int ftp_delete(int stream, string path)
Deletes a file
int ftp_exec(int stream, string command)
- Changes directories
+ Requests execution of a program on the ftp server
int ftp_fget(int stream, int fp, string remote_file, int mode)
Retrieves a file from the FTP server and writes it to an open file
int ftp_fput(int stream, string local_file, string remote_file, int mode)
@@ -1087,11 +1082,11 @@
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
-string dcngettext (string domain, string msgid1, string msgid2, long n, int category)
+string dcngettext (string domain, string msgid1, string msgid2, int n, int category)
Plural version of dcgettext()
string dgettext(string domain_name, string msgid)
Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist
-string dngettext (string domain, string msgid1, string msgid2, long count)
+string dngettext (string domain, string msgid1, string msgid2, int count)
Plural version of dgettext()
string gettext(string msgid)
Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist
@@ -1169,7 +1164,7 @@
resource gmp_sqrt(resource a)
Takes integer part of square root of a
array gmp_sqrtrem(resource a)
- Takes integer part of square root of a
+ Square root with remainder
string gmp_strval(resource gmpnumber [, int base])
Gets string representation of GMP number
resource gmp_sub(resource a, resource b)
@@ -1688,53 +1683,53 @@
Start transaction
# php4/ext/ircg/ircg.c
bool ircg_channel_mode(int connection, string channel, string mode_spec, string nick)
- Set channel mode flags for user
-bool ircg_disconnect
-
-array ircg_fetch_error_msg( int connection )
+ Sets channel mode flags for user
+bool ircg_disconnect(void)
+ ???
+array ircg_fetch_error_msg(int connection)
Returns the error from previous ircg operation
string ircg_get_username(int connection)
-
+ Gets username for connection
string ircg_html_encode(string html_text)
- Encode HTML preserving output
-bool ircg_ignore_add( reosource connection, string nick)
- Add a user to your ignore list on a server
+ Encodes HTML preserving output
+bool ircg_ignore_add(resource connection, string nick)
+ Adds a user to your ignore list on a server
bool ircg_ignore_del(int connection, string nick)
- Remove a user from your ignore list
+ Removes a user from your ignore list
bool ircg_is_conn_alive(int connection)
- Check connection status
-bool ircg_join( int connection, string channel )
- Join a channel on a connected server
+ Checks connection status
+bool ircg_join(int connection, string channel)
+ Joins a channel on a connected server
bool ircg_kick(int connection, string channel, string nick, string reason)
- Kick user from channel
+ Kicks user from channel
bool ircg_lookup_format_messages(string name)
- Select a set of format strings for display of IRC messages
-bool ircg_msg
-
-bool ircg_nick
-
+ Selects a set of format strings for display of IRC messages
+bool ircg_msg(void)
+ ???
+bool ircg_nick(void)
+ ???
string ircg_nickname_escape(string nick)
-
+ Escapes special characters in nickname to be IRC-compliant
string ircg_nickname_unescape(string nick)
-
-bool ircg_notice
-
+ Decodes encoded nickname
+bool ircg_notice(void)
+ ???
bool ircg_part(int connection, string channel)
- Leave a channel
-int ircg_pconnect
-
+ Leaves a channel
+int ircg_pconnect(void)
+ ???
bool ircg_register_format_messages(string name, array messages)
- Register a set of format strings for display of IRC messages
-bool ircg_set_current( int connection )
- Set current connection for output
+ Registers a set of format strings for display of IRC messages
+bool ircg_set_current(int connection)
+ Sets current connection for output
bool ircg_set_file(int connection, string path)
-
-bool ircg_set_on_die(int connection, string p2, int p3, string p4)
-
+ Sets logfile for connection
+bool ircg_set_on_die(int connection, string host, int port, string data)
+ Sets hostaction to be execute when connection dies
bool ircg_topic(int connection, string channel, string topic)
- Set topic for channel
+ Sets topic for channel
bool ircg_whois( int connection, string nick)
- Query user information for nick on server
+ Queries user information for nick on server
# php4/ext/java/java.c
void java_last_exception_clear(void)
Clear last java extension
@@ -2009,7 +2004,7 @@
string mcrypt_cfb(int cipher, string key, string data, int mode, string iv)
CFB crypt/decrypt data using key key with cipher cipher starting with iv
string mcrypt_create_iv(int size, int source)
- Create an initializing vector (IV)
+ Create an initialization vector (IV)
string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)
OFB crypt/decrypt data using key key with cipher cipher starting with iv
string mcrypt_ecb(int cipher, string key, string data, int mode)
@@ -2100,6 +2095,12 @@
string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes)
Generates a key using hash functions
# php4/ext/ming/ming.c
+void ming_setcubicthreshold (int threshold)
+ Set cubic threshold (?)
+void ming_setscale(int scale)
+ Set scale (?)
+void ming_useswfversion(int version)
+ Use SWF version (?)
object swfaction_init(string)
Returns a new SWFAction object, compiling the given script
void swfbitmap_getHeight(void)
@@ -2115,7 +2116,7 @@
object swfbutton_init(void)
Returns a new SWFButton object
int swfbutton_keypress(string str)
- Returns the action flag for keyPress(char)
+ Returns the action flag for keyPress(char)
void swfbutton_setAction(SWFAction)
Sets the action to perform when button is pressed
void swfbutton_setDown(SWFCharacter)
@@ -2386,7 +2387,7 @@
Select an mSQL database
# php4/ext/mssql/php_mssql.c
int mssql_bind(int stmt, string param_name, mixed var, int type
- [, int is_output[, int is_null[, int maxlen]]) Adds a parameter to a stored procedure or a remote stored procedure
+ [, int is_output[, int is_null[, int maxlen]]]) Adds a parameter to a stored procedure or a remote stored procedure
int mssql_close([int connectionid])
Closes a connection to a MS-SQL server
int mssql_connect([string servername [, string username [, string password]]])
@@ -2531,234 +2532,265 @@
Selects a MySQL database
resource mysql_unbuffered_query(string query [, int link_identifier] [, int result_mode])
Sends an SQL query to MySQL, without fetching and buffering the result rows
-# php4/ext/ncurses/ncurses.c
-string confirm_ncurses_compiled(string arg)
- Return a string to confirm that the module is compiled in
# php4/ext/ncurses/ncurses_functions.c
int ncurses_addch(int ch)
-
+ Add character at current position and advance cursor
int ncurses_addchnstr(string s, int n)
-
+ Add attributed string with specified length at current position
int ncurses_addchstr(string s)
-
-int ncurses_addnstr(int x, int y, string s, int n)
-
+ Add attributed string at current position
+int ncurses_addnstr(string s, int n)
+ Add string with specified length at current position
int ncurses_addstr(string text)
-
-int ncurses_assume_default_colors(int,int)
-
-int ncurses_attroff(int intarg)
-
-int ncurses_attron(int intarg)
-
-int ncurses_attrset(int intarg)
-
-int ncurses_baudrate()
-
-int ncurses_beep()
-
-int ncurses_bkgd(int intarg)
-
-int ncurses_bkgdset(int intarg)
-
-int ncurses_border(int,int,int,int,int,int,int,int)
-
-bool ncurses_can_change_color()
-
-bool ncurses_cbreak()
-
-bool ncurses_clear()
-
-bool ncurses_clrtobot()
-
-bool ncurses_clrtoeol()
-
+ Output text at current position
+int ncurses_assume_default_colors(int fg, int bg)
+ Define default colors for color 0
+int ncurses_attroff(int attributes)
+ Turn off the given attributes
+int ncurses_attron(int attributes)
+ Turn on the given attributes
+int ncurses_attrset(int attributes)
+ Set given attributes
+int ncurses_baudrate(void)
+ Returns baudrate of terminal
+int ncurses_beep(void)
+ Let the terminal beep
+int ncurses_bkgd(int attrchar)
+ Set background property for terminal screen
+void ncurses_bkgdset(int attrchar)
+ Control screen background
+int ncurses_border(int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)
+ Draw a border around the screen using attributed characters
+bool ncurses_can_change_color(void)
+ Check if we can change terminals colors
+bool ncurses_cbreak(void)
+ Switch of input buffering
+bool ncurses_clear(void)
+ Clear screen
+bool ncurses_clrtobot(void)
+ Clear screen from current position to bottom
+bool ncurses_clrtoeol(void)
+ Clear screen from current position to end of line
int ncurses_color_set(int pair)
-
-int ncurses_curs_set(int intarg)
-
-bool ncurses_def_prog_mode()
-
-bool ncurses_def_shell_mode()
-
-int ncurses_define_key(string,int)
-
-int ncurses_delay_output(int intarg)
-
-bool ncurses_delch()
-
-bool ncurses_deleteln()
-
+ Set fore- and background color
+int ncurses_curs_set(int visibility)
+ Set cursor state
+bool ncurses_def_prog_mode(void)
+
+bool ncurses_def_shell_mode(void)
+
+int ncurses_define_key(string definition, int keycode)
+ Define a keycode
+int ncurses_delay_output(int milliseconds)
+ Delay output on terminal using padding characters
+bool ncurses_delch(void)
+ Delete character at current position, move rest of line left
+bool ncurses_deleteln(void)
+ Delete line at current position, move rest of screen up
int ncurses_delwin(resource window)
-
-bool ncurses_doupdate()
-
-bool ncurses_echo()
-
-int ncurses_echochar(int intarg)
-
-int ncurses_end()
-
-bool ncurses_erase()
-
-bool ncurses_erasechar()
-
-int ncurses_filter()
-
-bool ncurses_flash()
-
-bool ncurses_flushinp()
-
-int ncurses_getch()
-
-int ncurses_halfdelay(int intarg)
-
-int ncurses_has_colors()
-
-bool ncurses_has_ic()
-
-bool ncurses_has_il()
-
-int ncurses_has_key(int intarg)
-
-int ncurses_hline(int,int)
-
-bool ncurses_inch()
-
-int ncurses_init()
-
-int ncurses_init_color(int,int,int,int)
-
+ Delete a ncurses window
+bool ncurses_doupdate(void)
+ Write all prepared refreshes to terminal
+bool ncurses_echo(void)
+ Activate keyboard input echo
+int ncurses_echochar(int character)
+ Single character output including refresh
+int ncurses_end(void)
+ Stop using ncurses, clean up the screen
+bool ncurses_erase(void)
+ Erease terminal screen
+string ncurses_erasechar(void)
+ Returns current erase character
+int ncurses_filter(void)
+
+bool ncurses_flash(void)
+ Flash terminal screen (visual bell)
+bool ncurses_flushinp(void)
+ Flush keyboard input buffer
+int ncurses_getch(void)
+ Read a character from keyboard
+bool ncurses_getmouse(array mevent)
+ Reads mouse event from queue
+int ncurses_halfdelay(int tenth)
+ Put terminal into halfdelay mode
+bool ncurses_has_colors(void)
+ Check if terminal has colors
+bool ncurses_has_ic(void)
+ Check for insert- and delete-capabilities
+bool ncurses_has_il(void)
+ Check for line insert- and delete-capabilities
+int ncurses_has_key(int keycode)
+ Check for presence of a function key on terminal keyboard
+int ncurses_hline(int charattr, int n)
+ Draw a horizontal line at current position using an attributed character and max. n characters long
+string ncurses_inch(void)
+ Get character and attribute at current position
+int ncurses_init(void)
+ Initialize ncurses
+int ncurses_init_color(int color, int r, int g, int b)
+ Set new RGB value for color
int ncurses_init_pair(int pair, int fg, int bg)
-
-int ncurses_insch(int intarg)
-
-int ncurses_insdelln(int intarg)
-
-bool ncurses_insertln()
-
-int ncurses_insstr(string)
-
-int ncurses_instr(string)
-
-bool ncurses_isendwin()
-
-int ncurses_keyok(int,bool)
-
-bool ncurses_killchar()
-
-int ncurses_mouseinterval(int intarg)
-
-int ncurses_move(int x, int y)
-
-int ncurses_mvaddch(int x, int y, int c)
-
-int ncurses_mvaddchnstr(int x, int y, string s, int n)
-
-int ncurses_mvaddchstr(int x, int y, string s)
-
-int ncurses_mvaddnstr(int x, int y, string s, int n)
-
-int ncurses_mvaddstr(int x, int y, string s)
-
-int ncurses_mvcur(int,int,int,int)
-
-int ncurses_mvdelch(int x, int y)
-
-int ncurses_mvgetch(int x, int y)
-
-int ncurses_mvhline(int,int,int,int)
-
-int ncurses_mvinch(int x, int y)
-
+ Allocate a color pair
+int ncurses_insch(int character)
+ Insert character moving rest of line including character at current position
+int ncurses_insdelln(int count)
+ Insert lines before current line scrolling down (negative numbers delete and scroll up)
+bool ncurses_insertln(void)
+ Insert a line, move rest of screen down
+int ncurses_insstr(string text)
+ Insert string at current position, moving rest of line right
+int ncurses_instr(string buffer)
+ Reads string from terminal screen
+bool ncurses_isendwin(void)
+ Ncurses is in endwin mode, normal screen output may be performed
+int ncurses_keyok(int keycode, bool enable)
+ Enable or disable a keycode
+int ncurses_keypad(resource WINDOW, bool bf)
+ Turns keypad on or off
+string ncurses_killchar(void)
+ Returns current line kill character
+string ncurses_longname(void)
+ Returns terminal description
+bool ncurses_mouse_trafo(int y, int x, bool toscreen)
+ transform coordinates
+int ncurses_mouseinterval(int milliseconds)
+ Set timeout for mouse button clicks
+int ncurses_mousemask(int newmask, int oldmask)
+ Returns and sets mouse options
+int ncurses_move(int y, int x)
+ Moves output position
+int ncurses_mvaddch(int y, int x, int c)
+ Move current position and add character
+int ncurses_mvaddchnstr(int y, int x, string s, int n)
+ Move position and add attrributed string with specified length
+int ncurses_mvaddchstr(int y, int x, string s)
+ Move position and add attributed string
+int ncurses_mvaddnstr(int y, int x, string s, int n)
+ Move position and add string with specified length
+int ncurses_mvaddstr(int y, int x, string s)
+ Move position and add string
+int ncurses_mvcur(int old_y,int old_x, int new_y, int new_x)
+ Move cursor immediately
+int ncurses_mvdelch(int y, int x)
+ Move position and delete character, shift rest of line left
+int ncurses_mvgetch(int y, int x)
+ Move position and get character at new position
+int ncurses_mvhline(int y, int x, int attrchar, int n)
+ Set new position and draw a horizontal line using an attributed character and max. n characters long
+int ncurses_mvinch(int y, int x)
+ Move position and get attributed character at new position
+int ncurses_mvvline(int y, int x, int attrchar, int n)
+ Set new position and draw a vertical line using an attributed character and max. n characters long
int ncurses_mvwaddstr(resource window, int y, int x, string text)
-
-int ncurses_napms(int intarg)
-
+ Add string at new position in window
+int ncurses_napms(int milliseconds)
+ Sleep
int ncurses_newwin(int rows, int cols, int y, int x)
-
-bool ncurses_nl()
-
-bool ncurses_nocbreak()
-
-bool ncurses_noecho()
-
-bool ncurses_nonl()
-
-int ncurses_noqiflush()
-
-bool ncurses_noraw()
-
+ Create a new window
+bool ncurses_nl(void)
+ Translate newline and carriage return / line feed
+bool ncurses_nocbreak(void)
+ Switch terminal to cooked mode
+bool ncurses_noecho(void)
+ Switch off keyboard input echo
+bool ncurses_nonl(void)
+ Do not ranslate newline and carriage return / line feed
+int ncurses_noqiflush(void)
+ Do not flush on signal characters
+bool ncurses_noraw(void)
+ Switch terminal out of raw mode
int ncurses_putp(string text)
-
-int ncurses_qiflush()
-
-bool ncurses_raw()
-
+
+int ncurses_qiflush(void)
+ Flush on signal characters
+bool ncurses_raw(void)
+ Switch terminal into raw mode
int ncurses_refresh(int ch)
-
-bool ncurses_resetty()
-
-bool ncurses_savetty()
-
-int ncurses_scr_dump(string text)
-
-int ncurses_scr_init(string text)
-
-int ncurses_scr_restore(string text)
-
-int ncurses_scr_set(string text)
-
-int ncurses_scrl(int intarg)
-
-bool ncurses_slk_attr()
-
+ Refresh screen
+bool ncurses_resetty(void)
+ Restore saved terminal state
+bool ncurses_savetty(void)
+ Save terminal state
+int ncurses_scr_dump(string filename)
+ Dump screen content to file
+int ncurses_scr_init(string filename)
+ Initialize screen from file dump
+int ncurses_scr_restore(string filename)
+ Restore screen from file dump
+int ncurses_scr_set(string filename)
+ Inherit screen from file dump
+int ncurses_scrl(int count)
+ Scroll window content up or down without changing current position
+bool ncurses_slk_attr(void)
+
int ncurses_slk_attroff(int intarg)
-
+
int ncurses_slk_attron(int intarg)
-
+
int ncurses_slk_attrset(int intarg)
-
-bool ncurses_slk_clear()
-
+
+bool ncurses_slk_clear(void)
+
+bool ncurses_slk_clear(void)
+
int ncurses_slk_color(int intarg)
-
+
int ncurses_slk_init(int intarg)
-
-bool ncurses_slk_noutrefresh()
-
-bool ncurses_slk_refresh()
-
-bool ncurses_slk_restore()
-
-bool ncurses_slk_touch()
-
-int ncurses_standend()
-
-int ncurses_standout()
-
-int ncurses_start_color()
-
-bool ncurses_termattrs()
-
-int ncurses_timeout(int intarg)
-
-int ncurses_typeahead(int intarg)
-
-int ncurses_ungetch(int intarg)
-
-bool ncurses_use_default_colors()
-
-int ncurses_use_env(int intarg)
-
-int ncurses_use_extended_names(int intarg)
-
+
+bool ncurses_slk_init(int labelnr, string label, int format)
+ sets function key labels
+bool ncurses_slk_noutrefresh(void)
+
+bool ncurses_slk_refresh(void)
+
+bool ncurses_slk_restore(void)
+
+bool ncurses_slk_touch(void)
+
+int ncurses_standend(void)
+ Stop using 'standout' attribute
+int ncurses_standout(void)
+ Start using 'standout' attribute
+int ncurses_start_color(void)
+ Start using colors
+bool ncurses_termattrs(void)
+ Returns a logical OR of all attribute flags supported by terminal
+string ncurses_termname(void)
+ Returns terminal name
+void ncurses_timeout(int millisec)
+ Set timeout for special key sequences
+int ncurses_typeahead(int fd)
+ Specify different filedescriptor for typeahead checking
+int ncurses_ungetch(int keycode)
+ Put a character back into the input stream
+int ncurses_ungetmouse(array mevent)
+ pushes mouse event to queue
+bool ncurses_use_default_colors(void)
+ Assign terminal default colors to color id -1
+void ncurses_use_env(bool flag)
+ Control use of environment information about terminal size
+int ncurses_use_extended_names(bool flag)
+ Control use of extended names in terminfo descriptions
int ncurses_vidattr(int intarg)
-
-int ncurses_vline(int,int)
-
+
+int ncurses_vline(int charattr, int n)
+ Draw a vertical line at current position using an attributed character and max. n characters long
+int ncurses_waddstr(resource WINDOW, string str, [int n])
+ Outputs text at current postion in window
+int ncurses_wclear(resource WINDOW)
+ Clears window
+int ncurses_wcolor_set(resource WINDOW, int color_pair)
+ Sets windows color pairings
+int ncurses_wgetch(resource WINDOW)
+ Reads a character from keyboard (window)
+bool ncurses_wmouse_trafo(resource WINDOW, int y, int x, bool toscreen)
+ Transforms window/stdscr coordinates
+int ncurses_wmove(resource WINDOW, int y, int x)
+ Moves windows output position
+int ncurses_wnoutrefresh(resource WINDOW)
+ Copies window to virtual screen
int ncurses_wrefresh(resource window)
-
+ Refresh window on terminal screen
# 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.
@@ -2774,8 +2806,6 @@
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
bool notes_list_msgs(string db)
string notes_mark_read(string database_name, string user_name, string note_id)
@@ -2973,7 +3003,7 @@
int odbc_tables(int connection_id [, string qualifier, string owner, string name, string table_types])
Call the SQLTables function
# php4/ext/odbc/velocis.c
-int velocis(int index, string exec_str)
+bool velocis_autocommit(int index)
bool velocis_close(int id)
@@ -2981,6 +3011,8 @@
long velocis_connect(string server, string user, sting pass)
+int velocis_exec(int index, string exec_str)
+
bool velocis_fetch(int index)
string velocis_fieldname(int index, int col)
@@ -2991,8 +3023,6 @@
bool velocis_off_autocommit(int index)
-bool velocis_on_autocommit(int index)
-
mixed velocis_result(int index, int col)
bool velocis_rollback(int index)
@@ -3429,87 +3459,115 @@
string pfpro_version()
Returns the version of the Payflow Pro library
# php4/ext/pgsql/pgsql.c
-string pg_client_encoding([int connection])
+int pg_affected_rows(resource result)
+ Returns the number of affected tuples
+bool pg_cancel_query(resource connection)
+ Cancel request
+string pg_client_encoding([resource connection])
Get the current client encoding
-bool pg_close([int connection])
+bool pg_close([resource connection])
Close a PostgreSQL connection
-int pg_cmdtuples(int result)
- Returns the number of affected tuples
-int pg_connect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
+resource pg_connect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
Open a PostgreSQL connection
-string pg_dbname([int connection])
+bool pg_connection_busy(resource connection)
+ Get connection is busy or not
+bool pg_connection_reset(resource connection)
+ Reset connection (reconnect)
+int pg_connection_status(resource connnection)
+ Get connection status
+int pg_copy_from(int connection, string table_name , array rows [, string delimiter [, string null_as]])
+
+int pg_copy_to(int connection, string table_name [, string delimiter [, string null_as]])
+ Send null-terminated string to backend server
+string pg_dbname([resource connection])
Get the database name
-int pg_end_copy([int connection])
+bool pg_end_copy([resource connection])
Sync with backend. Completes the Copy command
-string pg_errormessage([int connection])
- Get the error message string
-int pg_exec([int connection,] string query)
- Execute a query
-array pg_fetch_array(int result, [int row [, int result_type]])
+string pg_escape_bytea(string data)
+ Escape binary for bytea type
+string pg_escape_string(string data)
+ Escape string for text/char type
+array pg_fetch_array(resource result, [int row [, int result_type]])
Fetch a row as an array
-object pg_fetch_object(int result, [int row [, int result_type]])
+object pg_fetch_object(resource result, [int row [, int result_type]])
Fetch a row as an object
-array pg_fetch_row(int result, [int row])
+mixed pg_fetch_result(resource result, [int row_number,] mixed field_name)
+ Returns values from a result identifier
+array pg_fetch_row(resource result, [int row])
Get a row as an enumerated array
-int pg_fieldisnull(int result, [int row,] mixed field_name_or_number)
+int pg_field_is_null(resource result, [int row,] mixed field_name_or_number)
Test if a field is NULL
-string pg_fieldname(int result, int field_number)
+string pg_field_name(resource result, int field_number)
Returns the name of the field
-int pg_fieldnum(int result, string field_name)
+int pg_field_num(resource result, string field_name)
Returns the field number of the named field
-int pg_fieldprtlen(int result, [int row,] mixed field_name_or_number)
+int pg_field_prtlen(resource result, [int row,] mixed field_name_or_number)
Returns the printed length
-int pg_fieldsize(int result, int field_number)
+int pg_field_size(resource result, int field_number)
Returns the internal size of the field
-string pg_fieldtype(int result, int field_number)
+string pg_field_type(resource result, int field_number)
Returns the type name for the given field
-int pg_freeresult(int result)
+bool pg_free_result(resource result)
Free result memory
-int pg_getlastoid(int result)
- Returns the last object identifier
-string pg_host([int connection])
+resource pg_get_result([resource connection])
+ Get asynchronous query result
+string pg_host([resource connection])
Returns the host name associated with the connection
-int pg_last_notice(int connection)
+string pg_last_error([resource connection])
+ Get the error message string
+string pg_last_notice(resource connection)
Returns the last notice set by the backend
-void pg_loclose(int fd)
+int pg_last_oid(resource result)
+ Returns the last object identifier
+bool pg_lo_close(resource large_object)
Close a large object
-int pg_locreate(int connection)
+int pg_lo_create(resource connection)
Create a large object
-bool pg_loexport(int objoid, string filename [, resource connection])
+bool pg_lo_export([resource connection, ] int objoid, string filename)
Export large object direct to filesystem
-int pg_loimport(string filename [, resource connection])
+int pg_lo_import([resource connection, ] string filename)
Import large object direct from filesystem
-int pg_loopen([int connection,] int objoid, string mode)
+resource pg_lo_open([resource connection,] int large_object_oid, string mode)
Open a large object and return fd
-string pg_loread(int fd [, int len])
+string pg_lo_read(resource large_object [, int len])
Read a large object
-void pg_loreadall(int fd)
+int pg_lo_read_all(resource large_object)
Read a large object and send straight to browser
-void pg_lounlink([int connection,] int large_obj_id)
+bool pg_lo_seek(resource large_object, int offset [, int whence])
+ Seeks position of large object
+int pg_lo_tell(resource large_object)
+ Returns current position of large object
+bool pg_lo_unlink([resource connection,] int large_object_oid)
Delete a large object
-int pg_lowrite(int fd, string buf [, int len])
+int pg_lo_write(resource large_object, string buf [, int len])
Write a large object
-int pg_numfields(int result)
+int pg_num_fields(resource result)
Return the number of fields in the result
-int pg_numrows(int result)
+int pg_num_rows(resource result)
Return the number of rows in the result
-string pg_options([int connection])
+string pg_options([resource connection])
Get the options associated with the connection
-int pg_pconnect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
+resource pg_pconnect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
Open a persistent PostgreSQL connection
-int pg_port([int connection])
+int pg_port([resource connection])
Return the port number associated with the connection
-int pg_put_line([int connection,] string query)
+bool pg_put_line([resource connection,] string query)
Send null-terminated string to backend server
-mixed pg_result(int result, [int row_number,] mixed field_name)
- Returns values from a result identifier
-int pg_set_client_encoding([int connection,] string encoding)
+resource pg_query([resource connection,] string query)
+ Execute a query
+string pg_result_error(resource result)
+ Get error message associated with result
+int pg_result_status(resource result)
+ Get status of query result
+bool pg_send_query(resource connection, string qeury)
+ Send asynchronous query
+int pg_set_client_encoding([resource connection,] string encoding)
Set client encoding
bool pg_trace(string filename [, string mode [, resource connection]])
Enable tracing a PostgreSQL connection
-string pg_tty([int connection])
+string pg_tty([resource connection])
Return the tty name associated with the connection
-bool pg_untrace([int connection])
+bool pg_untrace([resource connection])
Disable tracing of a PostgreSQL connection
# php4/ext/posix/posix.c
string posix_ctermid(void)
@@ -3913,15 +3971,15 @@
Pushes elements onto the beginning of the array
array array_values(array input)
Return just the values from the input array
-int array_walk(array input, string funcname [, mixed userdata])
+bool array_walk(array input, string funcname [, mixed userdata])
Apply a user function to every member of an array
-void arsort(array array_arg [, int sort_flags])
+bool arsort(array array_arg [, int sort_flags])
Sort an array in reverse order and maintain index association
-void asort(array array_arg [, int sort_flags])
+bool asort(array array_arg [, int sort_flags])
Sort an array and maintain index association
array compact(mixed var_names [, mixed ...])
Creates a hash containing variables and their values
-int count(mixed var)
+int count(mixed var [, int mode])
Count the number of elements in a variable (usually an array)
mixed current(array array_arg)
Return the element currently pointed to by the internal array pointer
@@ -3933,9 +3991,9 @@
Checks if the given value exists in the array
mixed key(array array_arg)
Return the key of the element currently pointed to by the internal array pointer
-int krsort(array array_arg [, int sort_flags])
- Sort an array reverse by key
-int ksort(array array_arg [, int sort_flags])
+bool krsort(array array_arg [, int sort_flags])
+ Sort an array by key value in reverse order
+bool ksort(array array_arg [, int sort_flags])
Sort an array by key
mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])
Return the highest value in an array or a series of arguments
@@ -3953,17 +4011,17 @@
Create an array containing the range of integers or characters from low to high (inclusive)
mixed reset(array array_arg)
Set array argument's internal pointer to the first element and return it
-void rsort(array array_arg [, int sort_flags])
+bool rsort(array array_arg [, int sort_flags])
Sort an array in reverse order
-int shuffle(array array_arg)
+bool shuffle(array array_arg)
Randomly shuffle the contents of an array
-void sort(array array_arg [, int sort_flags])
+bool sort(array array_arg [, int sort_flags])
Sort an array
-void uasort(array array_arg, string cmp_function)
+bool uasort(array array_arg, string cmp_function)
Sort an array with a user-defined comparison function and maintain index association
-void uksort(array array_arg, string cmp_function)
+bool uksort(array array_arg, string cmp_function)
Sort an array by keys using a user-defined comparison function
-void usort(array array_arg, string cmp_function)
+bool usort(array array_arg, string cmp_function)
Sort an array by values using a user-defined comparison function
# php4/ext/standard/assert.c
int assert(string|bool assertion)
@@ -4647,12 +4705,14 @@
Takes a string representation of variable and recreates it
void var_dump(mixed var)
Dumps a string representation of variable to output
+mixed var_export(mixed var [, int return])
+ Outputs or returns a string representation of avariable
# php4/ext/standard/versioning.c
int version_compare(string ver1, string ver2 [, string oper])
Compares two "PHP-standardized" version number strings
# php4/ext/standard/ftok.c
-int ftok(string pathname, char proj)
- convert a pathname and a project identifier to a System V IPC key
+int ftok(string pathname, string proj)
+ Convert a pathname and a project identifier to a System V IPC key
# php4/ext/swf/swf.c
void swf_actiongeturl(string url, string target)
Gets the specified url
@@ -4957,7 +5017,7 @@
Parsing a XML document
int xml_parser_create([string encoding])
Create an XML parser
-int xml_parser_create_ns([string encoding][, string sep])
+int xml_parser_create_ns([string encoding [, string sep]])
Create an XML parser
int xml_parser_free(int pind)
Free an XML parser
@@ -5135,48 +5195,50 @@
int readgzfile(string filename [, int use_include_path])
Output a .gz-file
# php4/ext/msession/msession.c
+string msession_call(string fn_name, [, string param1 ], ... [,string param4])
+ Call the plugin function named fn_name
bool msession_connect(string host, string port)
-
+ Connect to msession sever
int msession_count(void)
-
+ Get session count
bool msession_create(string session)
-
+ Create a session
bool msession_destroy(string name)
-
+ Destroy a session
void msession_disconnect(void)
-
+ Disconnect from msession server
array msession_find(string name, string value)
-
-string msession_get(string session, string name, string value)
-
+ Find all sessions with name and value
+string msession_get(string session, string name, string default_value)
+ Get value from session
array msession_get_array(string session)
-
-string msession_getdata(string session)
-
+ Get array of msession variables
+string msession_get_data(string session)
+ Get data session unstructured data. (PHP sessions use this)
string msession_inc(string session, string name)
-
+ Increment value in session
array msession_list(void)
-
+ List all sessions
array msession_listvar(string name)
-
+ return associative array of value:session for all sessions with a variable named 'name'
int msession_lock(string name)
-
+ Lock a session
string msession_plugin(string session, string val [, string param ])
-
-string msession_randstr(int param)
-
+ Call the personality plugin escape function
+string msession_randstr(int num_chars)
+ Get random string
bool msession_set(string session, string name, string value)
-
+ Set value in session
bool msession_set_array(string session, array tuples)
-
-bool msession_setdata(string session, string value)
-
+ Set msession variables from an array
+bool msession_set_data(string session, string value)
+ Set data session unstructured data. (PHP sessions use this)
int msession_timeout(string session [, int param ])
-
-string msession_uniq(int param)
-
+ Set/get session timeout
+string msession_uniq(int num_chars)
+ Get uniq id
int msession_unlock(string session, int key)
-
+ Unlock a session
# php4/ext/xmlrpc/xmlrpc-epi-php.c
array xmlrpc_decode(string xml [, string encoding])
Decodes XML into native PHP types
@@ -5243,7 +5305,7 @@
# php4/sapi/apache/mod_php4.c
# php4/sapi/apache/php_apache.c
string apache_child_terminate()
- Get and set Apache request notes
+ Terminate apache process after this request
class apache_lookup_uri(string URI)
Perform a partial request of the given URI to obtain information about it
string apache_note(string note_name [, string note_value])

