★ wanayoo — archive 1999 http://www.phpwizard.net/resources/quickref/unknown.htmlNouvelle recherche | Portail wanayoo
phpWizard.net - Building Dynamic Websites with PHP
   Projects | Resources | The Book | About |
  Resources
 -Tutorials
 -Quick Reference
 -Link Directory
 -Scriptlets
 +Bookstore
 +Fun Stuff
 Quick Reference: unknown

  • int com_load(string module_name)
    Loads a COM module
  • mixed com_invoke(int module, string handler_name [, mixed arg [, ...]])
    Invokes a COM module
  • mixed (int module, string handler_name [, mixed arg [, ...]])
    Invokes a COM module
  • string domxml_attrname([int dir_handle])
    Returns list of attribute objects
  • string domxml_lastchild([int node])
    Read directory entry from dir_handle
  • string domxml_parent([int node])
    Returns parent of node
  • string domxml_rootnew([int doc])
    Returns list of children nodes
  • string domxml_dtd([int doc_handle])
    Returns DTD of document
  • string node_namespace([int node])
    Returns list of namespaces
  • void hw_outputdocument(hwdoc doc)
    An alias for hw_output_document
  • string hw_documentbodytag(hwdoc doc [, string prefix])
    An alias for hw_document_bodytag
  • int hw_documentsize(hwdoc doc)
    An alias for hw_document_size
  • string hw_documentattributes(hwdoc doc)
    An alias for hw_document_attributes
  • int icap_close(int stream_id [, int options])
    Close an ICAP stream
  • int icap_expunge(int stream_id)
    Delete all messages marked for deletion
  • string imap_fetchtext_full(int stream_id, int msg_no [, int options])
    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
  • array imap_scan(int stream_id, string ref, string pattern, string content)
    Read list of mailboxes containing a certain string
  • array imap_getsubscribed(int stream_id, string ref, string pattern)
    Return a list of subscribed mailboxes, in the same format as imap_getmailboxes()
  • int mcal_expunge(int stream_id)
    Delete all events marked for deletion
  • int msql_affected_rows(int query)
    Return number of affected rows
  • void pdf_set_text_matrix(int pdfdoc, arry matrix)
    Sets the text matrix
  • string crc32(string str)
    Calculate the crc32 polynomial of a string
  • class dir(string directory)
    Directory class with properties, handle and class and methods read, rewind and close
  • string sprintf(string format [, mixed arg1 [, mixed ...]])
    Return a formatted string
  • int printf(string format [, mixed arg1 [, mixed ...]])
    Output a formatted string
  • void header(string header)
    Send a raw HTTP header
  • string sapi_module_name(void)
    Return the current SAPI module name
  • string md5(string str)
    Calculate the md5 hash of a string
  • string rtrim(string str)
    An alias for chop
  • string join(array src, string glue)
    An alias for implode
  • string strchr(string haystack, string needle)
    An alias for strstr
  • int yaz_connect(string zurl)
    Create target with given zurl. Returns positive id if succesful.
  • int yaz_close(int id)
    Destory and close target
  • int yaz_search(int id, string type, string query)
    Specify query of type for search - returns true if successful
  • int yaz_wait()
    Process all outstanding events.
  • int yaz_errno(int id)
    Return last error number (>0 for bib-1 diagnostic, <0 for other error, 0 for no error
  • string yaz_error(int id)
    Return last error message
  • string yaz_addinfo(int id)
    Return additional info for last error (empty string if none)
  • int yaz_hits(int id)
    Return number of hits (result count) for last search
  • string yaz_record(int id, int pos, string type)
    Return record information at given result set position
  • int yaz_syntax(int id, string syntax)
    Set record syntax for retrieval
  • int yaz_element(int id, string elementsetname)
    Set Element-Set-Name for retrieval
  • int yaz_range(int id, int start, int number)
    Set result set start point and number of records to request
  • int gzputs(int zp, string str [, int length])
    An alias for gzwrite


  • Copyright 1998-2000 Tobias Ratschiller.