$Wed Apr 19 2006. TXT file
a b c d e f g h i j k l m n o p q r s t u v w x y z
abs
number abs ( mixed number )
acos
float acos ( float arg )
acosh
float acosh ( float arg )
addcslashes
string addcslashes ( string str, string charlist )
addslashes
string addslashes ( string str )
aggregate_info
array aggregate_info ( object object )
aggregate_methods_by_list
void aggregate_methods_by_list ( object object, string class_name, array methods_list [, bool exclude] )
aggregate_methods_by_regexp
void aggregate_methods_by_regexp ( object object, string class_name, string regexp [, bool exclude] )
aggregate_methods
void aggregate_methods ( object object, string class_name )
aggregate_properties_by_list
void aggregate_properties_by_list ( object object, string class_name, array properties_list [, bool exclude] )
aggregate_properties_by_regexp
void aggregate_properties_by_regexp ( object object, string class_name, string regexp [, bool exclude] )
aggregate_properties
void aggregate_properties ( object object, string class_name )
aggregate
void aggregate ( object object, string class_name )
apache_child_terminate
bool apache_child_terminate ( void )
apache_get_modules
array apache_get_modules ( void )
apache_get_version
string apache_get_version ( void )
apache_getenv
string apache_getenv ( string variable [, bool walk_to_top] )
apache_lookup_uri
object apache_lookup_uri ( string filename )
apache_note
string apache_note ( string note_name [, string note_value] )
apache_request_headers
array apache_request_headers ( void )
apache_reset_timeout
bool apache_reset_timeout ( void )
apache_response_headers
array apache_response_headers ( void )
apache_setenv
bool apache_setenv ( string variable, string value [, bool walk_to_top] )
apc_cache_info
array apc_cache_info ( [string cache_type] )
apc_clear_cache
bool apc_clear_cache ( [string cache_type] )
apc_define_constants
bool apc_define_constants ( string key, array constants [, bool case_sensitive] )
apc_delete
bool apc_delete ( string key )
apc_fetch
mixed apc_fetch ( string key )
apc_load_constants
bool apc_load_constants ( string key [, bool case_sensitive] )
apc_sma_info
array apc_sma_info ( void )
apc_store
bool apc_store ( string key, mixed var [, int ttl] )
apd_breakpoint
bool apd_breakpoint ( int debug_level )
apd_callstack
array apd_callstack ( void )
apd_clunk
void apd_clunk ( string warning [, string delimiter] )
apd_continue
bool apd_continue ( int debug_level )
apd_croak
void apd_croak ( string warning [, string delimiter] )
apd_dump_function_table
void apd_dump_function_table ( void )
apd_dump_persistent_resources
array apd_dump_persistent_resources ( void )
apd_dump_regular_resources
array apd_dump_regular_resources ( void )
apd_echo
bool apd_echo ( string output )
apd_get_active_symbols
array apd_get_active_symbols ( )
apd_set_pprof_trace
void apd_set_pprof_trace ( [string dump_directory] )
apd_set_session_trace
void apd_set_session_trace ( int debug_level [, string dump_directory] )
apd_set_session
void apd_set_session ( int debug_level )
apd_set_socket_session_trace
bool apd_set_socket_session_trace ( string ip_address_or_unix_socket_file, int socket_type, int port, int debug_level )
array_change_key_case
array array_change_key_case ( array input [, int case] )
array_chunk
array array_chunk ( array input, int size [, bool preserve_keys] )
array_combine
array array_combine ( array keys, array values )
array_count_values
array array_count_values ( array input )
array_diff_assoc
array array_diff_assoc ( array array1, array array2 [, array ...] )
array_diff_key
array array_diff_key ( array array1, array array2 [, array ...] )
array_diff_uassoc
array array_diff_uassoc ( array array1, array array2 [, array ..., callback key_compare_func] )
array_diff_ukey
array array_diff_ukey ( array array1, array array2 [, array ..., callback key_compare_func] )
array_diff
array array_diff ( array array1, array array2 [, array ...] )
array_fill
array array_fill ( int start_index, int num, mixed value )
array_filter
array array_filter ( array input [, callback callback] )
array_flip
array array_flip ( array trans )
array_intersect_assoc
array array_intersect_assoc ( array array1, array array2 [, array ...] )
array_intersect_key
array array_intersect_key ( array array1, array array2 [, array ...] )
array_intersect_uassoc
array array_intersect_uassoc ( array array1, array array2 [, array ..., callback key_compare_func] )
array_intersect_ukey
array array_intersect_ukey ( array array1, array array2 [, array ..., callback key_compare_func] )
array_intersect
array array_intersect ( array array1, array array2 [, array ...] )
array_key_exists
bool array_key_exists ( mixed key, array search )
array_keys
array array_keys ( array input [, mixed search_value [, bool strict]] )
array_map
array array_map ( callback callback, array arr1 [, array ...] )
array_merge_recursive
array array_merge_recursive ( array array1 [, array ...] )
array_merge
array array_merge ( array array1 [, array array2 [, array ...]] )
array_multisort
bool array_multisort ( array ar1 [, mixed arg [, mixed ... [, array ...]]] )
array_pad
array array_pad ( array input, int pad_size, mixed pad_value )
array_pop
mixed array_pop ( array &array )
array_product
number array_product ( array array )
array_push
int array_push ( array &array, mixed var [, mixed ...] )
array_rand
mixed array_rand ( array input [, int num_req] )
array_reduce
mixed array_reduce ( array input, callback function [, int initial] )
array_reverse
array array_reverse ( array array [, bool preserve_keys] )
array_search
mixed array_search ( mixed needle, array haystack [, bool strict] )
array_shift
mixed array_shift ( array &array )
array_slice
array array_slice ( array array, int offset [, int length [, bool preserve_keys]] )
array_splice
array array_splice ( array &input, int offset [, int length [, array replacement]] )
array_sum
number array_sum ( array array )
array_udiff_assoc
array array_udiff_assoc ( array array1, array array2 [, array ..., callback data_compare_func] )
array_udiff_uassoc
array array_udiff_uassoc ( array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] )
array_udiff
array array_udiff ( array array1, array array2 [, array ..., callback data_compare_func] )
array_uintersect_assoc
array array_uintersect_assoc ( array array1, array array2 [, array ..., callback data_compare_func] )
array_uintersect_uassoc
array array_uintersect_uassoc ( array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] )
array_uintersect
array array_uintersect ( array array1, array array2 [, array ..., callback data_compare_func] )
array_unique
array array_unique ( array array )
array_unshift
int array_unshift ( array &array, mixed var [, mixed ...] )
array_values
array array_values ( array input )
array_walk_recursive
bool array_walk_recursive ( array &input, callback funcname [, mixed userdata] )
array_walk
bool array_walk ( array &array, callback funcname [, mixed userdata] )
array
array array ( [mixed ...] )
arrayiterator_current
mixed ArrayIterator::current ( void )
arrayiterator_key
mixed ArrayIterator::key ( void )
arrayiterator_next
void ArrayIterator::next ( void )
arrayiterator_rewind
void ArrayIterator::rewind ( void )
arrayiterator_seek
void ArrayIterator::seek ( int position )
arrayiterator_valid
bool ArrayIterator::valid ( void )
arrayobject_append
void ArrayObject::append ( mixed newval )
arrayobject_construct
ArrayObject ArrayObject::__construct ( mixed input )
arrayobject_count
int ArrayObject::count ( void )
arrayobject_getiterator
ArrayIterator ArrayObject::getIterator ( void )
arrayobject_offsetexists
bool ArrayObject::offsetExists ( mixed index )
arrayobject_offsetget
bool ArrayObject::offsetGet ( mixed index )
arrayobject_offsetset
void ArrayObject::offsetSet ( mixed index, mixed newval )
arrayobject_offsetunset
void ArrayObject::offsetUnset ( mixed index )
arsort
bool arsort ( array &array [, int sort_flags] )
ascii2ebcdic
int ascii2ebcdic ( string ascii_str )
asin
float asin ( float arg )
asinh
float asinh ( float arg )
asort
bool asort ( array &array [, int sort_flags] )
aspell_check_raw
bool aspell_check_raw ( int dictionary_link, string word )
aspell_check
bool aspell_check ( int dictionary_link, string word )
aspell_new
int aspell_new ( string master [, string personal] )
aspell_suggest
array aspell_suggest ( int dictionary_link, string word )
assert_options
mixed assert_options ( int what [, mixed value] )
assert
bool assert ( mixed assertion )
atan
float atan ( float arg )
atan2
float atan2 ( float y, float x )
atanh
float atanh ( float arg )
a b c d e f g h i j k l m n o p q r s t u v w x y z
base_convert
string base_convert ( string number, int frombase, int tobase )
base64_decode
string base64_decode ( string encoded_data )
base64_encode
string base64_encode ( string data )
basename
string basename ( string path [, string suffix] )
bcadd
string bcadd ( string left_operand, string right_operand [, int scale] )
bccomp
int bccomp ( string left_operand, string right_operand [, int scale] )
bcdiv
string bcdiv ( string left_operand, string right_operand [, int scale] )
bcmod
string bcmod ( string left_operand, string modulus )
bcmul
string bcmul ( string left_operand, string right_operand [, int scale] )
bcompiler_load_exe
bool bcompiler_load_exe ( string filename )
bcompiler_load
bool bcompiler_load ( string filename )
bcompiler_parse_class
bool bcompiler_parse_class ( string class, string callback )
bcompiler_read
bool bcompiler_read ( resource filehandle )
bcompiler_write_class
bool bcompiler_write_class ( resource filehandle, string className [, string extends] )
bcompiler_write_constant
bool bcompiler_write_constant ( resource filehandle, string constantName )
bcompiler_write_exe_footer
bool bcompiler_write_exe_footer ( resource filehandle, int startpos )
bcompiler_write_file
bool bcompiler_write_file ( resource filehandle, string filename )
bcompiler_write_footer
bool bcompiler_write_footer ( resource filehandle )
bcompiler_write_html
bool bcompiler_write_function ( resource filehandle, string functionName )
bcompiler_write_functions_from_file
bool bcompiler_write_functions_from_file ( resource filehandle, string fileName )
bcompiler_write_header
bool bcompiler_write_header ( resource filehandle [, string write_ver] )
bcpow
string bcpow ( string x, string y [, int scale] )
bcpowmod
string bcpowmod ( string x, string y, string modulus [, int scale] )
bcscale
bool bcscale ( int scale )
bcsqrt
string bcsqrt ( string operand [, int scale] )
bcsub
string bcsub ( string left_operand, string right_operand [, int scale] )
bin2hex
string bin2hex ( string str )
bind_textdomain_codeset
string bind_textdomain_codeset ( string domain, string codeset )
bindec
number bindec ( string binary_string )
bindtextdomain
string bindtextdomain ( string domain, string directory )
bzclose
int bzclose ( resource bz )
bzcompress
mixed bzcompress ( string source [, int blocksize [, int workfactor]] )
bzdecompress
mixed bzdecompress ( string source [, int small] )
bzerrno
int bzerrno ( resource bz )
bzerror
array bzerror ( resource bz )
bzerrstr
string bzerrstr ( resource bz )
bzflush
int bzflush ( resource bz )
bzopen
resource bzopen ( string filename, string mode )
bzread
string bzread ( resource bz [, int length] )
bzwrite
int bzwrite ( resource bz, string data [, int length] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
cachingiterator_hasnext
bool CachingIterator::hasNext ( void )
cachingiterator_next
void CachingIterator::next ( void )
cachingiterator_rewind
void CachingIterator::rewind ( void )
cachingiterator_tostring
string CachingIterator::__toString ( void )
cachingiterator_valid
bool CachingIterator::valid ( void )
cachingrecursiveiterator_getchildren
CachingRecursiveIterator CachingRecursiveIterator::getChildren ( void )
cachingrecursiveiterator_haschildren
bolean CachingRecursiveIterator::hasChildren ( void )
cal_days_in_month
int cal_days_in_month ( int calendar, int month, int year )
cal_from_jd
array cal_from_jd ( int jd, int calendar )
cal_info
array cal_info ( [int calendar] )
cal_to_jd
int cal_to_jd ( int calendar, int month, int day, int year )
call_user_func_array
mixed call_user_func_array ( callback function, array param_arr )
call_user_func
mixed call_user_func ( callback function [, mixed parameter [, mixed ...]] )
call_user_method_array
mixed call_user_method_array ( string method_name, object &obj, array paramarr )
call_user_method
mixed call_user_method ( string method_name, object &obj [, mixed parameter [, mixed ...]] )
ccvs_add
string ccvs_add ( string session, string invoice, string argtype, string argval )
ccvs_auth
string ccvs_auth ( string session, string invoice )
ccvs_command
string ccvs_command ( string session, string type, string argval )
ccvs_count
int ccvs_count ( string session, string type )
ccvs_delete
string ccvs_delete ( string session, string invoice )
ccvs_done
string ccvs_done ( string sess )
ccvs_init
string ccvs_init ( string name )
ccvs_lookup
string ccvs_lookup ( string session, string invoice, int inum )
ccvs_new
string ccvs_new ( string session, string invoice )
ccvs_report
string ccvs_report ( string session, string type )
ccvs_return
string ccvs_return ( string session, string invoice )
ccvs_reverse
string ccvs_reverse ( string session, string invoice )
ccvs_sale
string ccvs_sale ( string session, string invoice )
ccvs_status
string ccvs_status ( string session, string invoice )
ccvs_textvalue
string ccvs_textvalue ( string session )
ccvs_void
string ccvs_void ( string session, string invoice )
ceil
float ceil ( float value )
chdir
bool chdir ( string directory )
checkdate
bool checkdate ( int month, int day, int year )
checkdnsrr
int checkdnsrr ( string host [, string type] )
chgrp
bool chgrp ( string filename, mixed group )
chmod
bool chmod ( string filename, int mode )
chown
bool chown ( string filename, mixed user )
chr
string chr ( int ascii )
chroot
bool chroot ( string directory )
chunk_split
string chunk_split ( string body [, int chunklen [, string end]] )
class_exists
bool class_exists ( string class_name [, bool autoload] )
class_implements
array class_implements ( mixed class [, bool autoload] )
class_parents
array class_parents ( mixed class [, bool autoload] )
classkit_import
array classkit_import ( string filename )
classkit_method_add
bool classkit_method_add ( string classname, string methodname, string args, string code [, int flags] )
classkit_method_copy
bool classkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] )
classkit_method_redefine
bool classkit_method_redefine ( string classname, string methodname, string args, string code [, int flags] )
classkit_method_remove
bool classkit_method_remove ( string classname, string methodname )
classkit_method_rename
bool classkit_method_rename ( string classname, string methodname, string newname )
clearstatcache
void clearstatcache ( void )
closedir
void closedir ( resource dir_handle )
closelog
bool closelog ( void )
com_addref
void com_addref ( void )
com_create_guid
string com_create_guid ( void )
com_event_sink
bool com_event_sink ( variant comobject, object sinkobject [, mixed sinkinterface] )
com_get_active_object
variant com_get_active_object ( string progid [, int code_page] )
com_get
mixed com_get ( resource com_object, string property )
com_invoke
mixed com_invoke ( resource com_object, string function_name [, mixed function_parameters] )
com_isenum
bool com_isenum ( variant com_module )
com_load_typelib
bool com_load_typelib ( string typelib_name [, bool case_insensitive] )
com_load
resource com_load ( string module_name [, string server_name [, int codepage]] )
com_message_pump
bool com_message_pump ( [int timeoutms] )
com_print_typeinfo
bool com_print_typeinfo ( object comobject [, string dispinterface [, bool wantsink]] )
com_release
void com_release ( void )
com_set
void com_set ( resource com_object, string property, mixed value )
compact
array compact ( mixed varname [, mixed ...] )
connection_aborted
int connection_aborted ( void )
connection_status
int connection_status ( void )
connection_timeout
bool connection_timeout ( void )
constant
mixed constant ( string name )
convert_cyr_string
string convert_cyr_string ( string str, string from, string to )
convert_uudecode
string convert_uudecode ( string data )
convert_uuencode
string convert_uuencode ( string data )
copy
bool copy ( string source, string dest )
cos
float cos ( float arg )
cosh
float cosh ( float arg )
count_chars
mixed count_chars ( string string [, int mode] )
count
int count ( mixed var [, int mode] )
cpdf_add_annotation
bool cpdf_add_annotation ( int pdf_document, float llx, float lly, float urx, float ury, string title, string content [, int mode] )
cpdf_add_outline
int cpdf_add_outline ( int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text )
cpdf_arc
bool cpdf_arc ( int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] )
cpdf_begin_text
bool cpdf_begin_text ( int pdf_document )
cpdf_circle
bool cpdf_circle ( int pdf_document, float x_coor, float y_coor, float radius [, int mode] )
cpdf_clip
bool cpdf_clip ( int pdf_document )
cpdf_close
bool cpdf_close ( int pdf_document )
cpdf_closepath_fill_stroke
bool cpdf_closepath_fill_stroke ( int pdf_document )
cpdf_closepath_stroke
bool cpdf_closepath_stroke ( int pdf_document )
cpdf_closepath
bool cpdf_closepath ( int pdf_document )
cpdf_continue_text
bool cpdf_continue_text ( int pdf_document, string text )
cpdf_curveto
bool cpdf_curveto ( int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode] )
cpdf_end_text
bool cpdf_end_text ( int pdf_document )
cpdf_fill_stroke
bool cpdf_fill_stroke ( int pdf_document )
cpdf_fill
bool cpdf_fill ( int pdf_document )
cpdf_finalize_page
bool cpdf_finalize_page ( int pdf_document, int page_number )
cpdf_finalize
bool cpdf_finalize ( int pdf_document )
cpdf_global_set_document_limits
bool cpdf_global_set_document_limits ( int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects )
cpdf_import_jpeg
bool cpdf_import_jpeg ( int pdf_document, string file_name, float x_coor, float y_coor, float angle, float width, float height, float x_scale, float y_scale, int gsave [, int mode] )
cpdf_lineto
bool cpdf_lineto ( int pdf_document, float x_coor, float y_coor [, int mode] )
cpdf_moveto
bool cpdf_moveto ( int pdf_document, float x_coor, float y_coor [, int mode] )
cpdf_newpath
bool cpdf_newpath ( int pdf_document )
cpdf_open
int cpdf_open ( int compression [, string filename [, array doc_limits]] )
cpdf_output_buffer
bool cpdf_output_buffer ( int pdf_document )
cpdf_page_init
bool cpdf_page_init ( int pdf_document, int page_number, int orientation, float height, float width [, float unit] )
cpdf_place_inline_image
bool cpdf_place_inline_image ( int pdf_document, int image, float x_coor, float y_coor, float angle, float width, float height, int gsave [, int mode] )
cpdf_rect
bool cpdf_rect ( int pdf_document, float x_coor, float y_coor, float width, float height [, int mode] )
cpdf_restore
bool cpdf_restore ( int pdf_document )
cpdf_rlineto
bool cpdf_rlineto ( int pdf_document, float x_coor, float y_coor [, int mode] )
cpdf_rmoveto
bool cpdf_rmoveto ( int pdf_document, float x_coor, float y_coor [, int mode] )
cpdf_rotate_text
bool cpdf_rotate_text ( int pdfdoc, float angle )
cpdf_rotate
bool cpdf_rotate ( int pdf_document, float angle )
cpdf_save_to_file
bool cpdf_save_to_file ( int pdf_document, string filename )
cpdf_save
bool cpdf_save ( int pdf_document )
cpdf_scale
bool cpdf_scale ( int pdf_document, float x_scale, float y_scale )
cpdf_set_action_url
bool cpdf_set_action_url ( int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode] )
cpdf_set_char_spacing
bool cpdf_set_char_spacing ( int pdf_document, float space )
cpdf_set_creator
bool cpdf_set_creator ( int pdf_document, string creator )
cpdf_set_current_page
bool cpdf_set_current_page ( int pdf_document, int page_number )
cpdf_set_font_directories
bool cpdf_set_font_directories ( int pdfdoc, string pfmdir, string pfbdir )
cpdf_set_font_map_file
bool cpdf_set_font_map_file ( int pdfdoc, string filename )
cpdf_set_font
bool cpdf_set_font ( int pdf_document, string font_name, float size, string encoding )
cpdf_set_horiz_scaling
bool cpdf_set_horiz_scaling ( int pdf_document, float scale )
cpdf_set_keywords
bool cpdf_set_keywords ( int pdf_document, string keywords )
cpdf_set_leading
bool cpdf_set_leading ( int pdf_document, float distance )
cpdf_set_page_animation
bool cpdf_set_page_animation ( int pdf_document, int transition, float duration, float direction, int orientation, int inout )
cpdf_set_subject
bool cpdf_set_subject ( int pdf_document, string subject )
cpdf_set_text_matrix
bool cpdf_set_text_matrix ( int pdf_document, array matrix )
cpdf_set_text_pos
bool cpdf_set_text_pos ( int pdf_document, float x_coor, float y_coor [, int mode] )
cpdf_set_text_rendering
bool cpdf_set_text_rendering ( int pdf_document, int rendermode )
cpdf_set_text_rise
bool cpdf_set_text_rise ( int pdf_document, float value )
cpdf_set_title
bool cpdf_set_title ( int pdf_document, string title )
cpdf_set_viewer_preferences
bool cpdf_set_viewer_preferences ( int pdfdoc, array preferences )
cpdf_set_word_spacing
bool cpdf_set_word_spacing ( int pdf_document, float space )
cpdf_setdash
bool cpdf_setdash ( int pdf_document, float white, float black )
cpdf_setflat
bool cpdf_setflat ( int pdf_document, float value )
cpdf_setgray_fill
bool cpdf_setgray_fill ( int pdf_document, float value )
cpdf_setgray_stroke
bool cpdf_setgray_stroke ( int pdf_document, float gray_value )
cpdf_setgray
bool cpdf_setgray ( int pdf_document, float gray_value )
cpdf_setlinecap
bool cpdf_setlinecap ( int pdf_document, int value )
cpdf_setlinejoin
bool cpdf_setlinejoin ( int pdf_document, int value )
cpdf_setlinewidth
bool cpdf_setlinewidth ( int pdf_document, float width )
cpdf_setmiterlimit
bool cpdf_setmiterlimit ( int pdf_document, float value )
cpdf_setrgbcolor_fill
bool cpdf_setrgbcolor_fill ( int pdf_document, float red_value, float green_value, float blue_value )
cpdf_setrgbcolor_stroke
bool cpdf_setrgbcolor_stroke ( int pdf_document, float red_value, float green_value, float blue_value )
cpdf_setrgbcolor
bool cpdf_setrgbcolor ( int pdf_document, float red_value, float green_value, float blue_value )
cpdf_show_xy
bool cpdf_show_xy ( int pdf_document, string text, float x_coor, float y_coor [, int mode] )
cpdf_show
bool cpdf_show ( int pdf_document, string text )
cpdf_stringwidth
float cpdf_stringwidth ( int pdf_document, string text )
cpdf_stroke
bool cpdf_stroke ( int pdf_document )
cpdf_text
bool cpdf_text ( int pdf_document, string text [, float x_coor, float y_coor [, int mode [, float orientation [, int alignmode]]]] )
cpdf_translate
bool cpdf_translate ( int pdf_document, float x_coor, float y_coor )
crack_check
bool crack_check ( resource dictionary, string password )
crack_closedict
bool crack_closedict ( [resource dictionary] )
crack_getlastmessage
string crack_getlastmessage ( void )
crack_opendict
resource crack_opendict ( string dictionary )
crc32
int crc32 ( string str )
create_html
string create_function ( string args, string code )
crypt
string crypt ( string str [, string salt] )
ctype_alnum
bool ctype_alnum ( string text )
ctype_alpha
bool ctype_alpha ( string text )
ctype_cntrl
bool ctype_cntrl ( string text )
ctype_digit
bool ctype_digit ( string text )
ctype_graph
bool ctype_graph ( string text )
ctype_lower
bool ctype_lower ( string text )
ctype_print
bool ctype_print ( string text )
ctype_punct
bool ctype_punct ( string text )
ctype_space
bool ctype_space ( string text )
ctype_upper
bool ctype_upper ( string text )
ctype_xdigit
bool ctype_xdigit ( string text )
curl_close
void curl_close ( resource ch )
curl_copy_handle
resource curl_copy_handle ( resource ch )
curl_errno
int curl_errno ( resource ch )
curl_error
string curl_error ( resource ch )
curl_exec
mixed curl_exec ( resource ch )
curl_getinfo
mixed curl_getinfo ( resource ch [, int opt] )
curl_init
resource curl_init ( [string url] )
curl_multi_add_handle
int curl_multi_add_handle ( resource mh, resource ch )
curl_multi_close
void curl_multi_close ( resource mh )
curl_multi_exec
int curl_multi_exec ( resource mh, int &still_running )
curl_multi_getcontent
string curl_multi_getcontent ( resource ch )
curl_multi_info_read
array curl_multi_info_read ( resource mh )
curl_multi_init
resource curl_multi_init ( void )
curl_multi_remove_handle
int curl_multi_remove_handle ( resource mh, resource ch )
curl_multi_select
int curl_multi_select ( resource mh [, float timeout] )
curl_setopt
bool curl_setopt ( resource ch, int option, mixed value )
curl_version
array curl_version ( [int version] )
current
mixed current ( array &array )
cybercash_base64_decode
string cybercash_base64_decode ( string inbuff )
cybercash_base64_encode
string cybercash_base64_encode ( string inbuff )
cybercash_decr
array cybercash_decr ( string wmk, string sk, string inbuff )
cybercash_encr
array cybercash_encr ( string wmk, string sk, string inbuff )
cybermut_creerformulairecm
string cybermut_creerformulairecm ( string url_cm, string version, string tpe, string price, string ref_command, string text_free, string url_return, string url_return_ok, string url_return_err, string language, string code_company, string text_button )
cybermut_creerreponsecm
string cybermut_creerreponsecm ( string sentence )
cybermut_testmac
bool cybermut_testmac ( string code_mac, string version, string tpe, string cdate, string price, string ref_command, string text_free, string code_return )
cyrus_authenticate
void cyrus_authenticate ( resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf [, string authname [, string password]]]]]]] )
cyrus_bind
bool cyrus_bind ( resource connection, array callbacks )
cyrus_close
bool cyrus_close ( resource connection )
cyrus_connect
resource cyrus_connect ( [string host [, string port [, int flags]]] )
cyrus_query
array cyrus_query ( resource connection, string query )
cyrus_unbind
bool cyrus_unbind ( resource connection, string trigger_name )
a b c d e f g h i j k l m n o p q r s t u v w x y z
date_default_timezone_get
string date_default_timezone_get ( void )
date_default_timezone_set
bool date_default_timezone_set ( string timezone_identifier )
date_sunrise
mixed date_sunrise ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] )
date_sunset
mixed date_sunset ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] )
date
string date ( string format [, int timestamp] )
db2_autocommit
mixed db2_autocommit ( resource connection [, bool value] )
db2_bind_param
bool db2_bind_param ( resource stmt, int parameter-number, string variable-name [, int parameter-type [, int data-type [, int precision [, int scale]]]] )
db2_client_info
object db2_client_info ( resource connection )
db2_close
bool db2_close ( resource connection )
db2_column_privileges
resource db2_column_privileges ( resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]] )
db2_columns
resource db2_columns ( resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]] )
db2_commit
bool db2_commit ( resource connection )
db2_conn_error
string db2_conn_error ( [resource connection] )
db2_conn_errormsg
string db2_conn_errormsg ( [resource connection] )
db2_connect
resource db2_connect ( string database, string username, string password [, array options] )
db2_cursor_type
int db2_cursor_type ( resource stmt )
db2_exec
resource db2_exec ( resource connection, string statement [, array options] )
db2_execute
bool db2_execute ( resource stmt [, array parameters] )
db2_fetch_array
array db2_fetch_array ( resource stmt [, int row_number] )
db2_fetch_assoc
array db2_fetch_assoc ( resource stmt [, int row_number] )
db2_fetch_both
array db2_fetch_both ( resource stmt [, int row_number] )
db2_fetch_object
object db2_fetch_object ( resource stmt [, int row_number] )
db2_fetch_row
bool db2_fetch_row ( resource stmt [, int row_number] )
db2_field_display_size
int db2_field_display_size ( resource stmt, mixed column )
db2_field_name
string db2_field_name ( resource stmt, mixed column )
db2_field_num
int db2_field_num ( resource stmt, mixed column )
db2_field_precision
int db2_field_precision ( resource stmt, mixed column )
db2_field_scale
int db2_field_scale ( resource stmt, mixed column )
db2_field_type
string db2_field_type ( resource stmt, mixed column )
db2_field_width
int db2_field_width ( resource stmt, mixed column )
db2_foreign_keys
resource db2_foreign_keys ( resource connection, string qualifier, string schema, string table-name )
db2_free_result
bool db2_free_result ( resource stmt )
db2_free_stmt
bool db2_free_stmt ( resource stmt )
db2_next_result
resource db2_next_result ( resource stmt )
db2_num_fields
int db2_num_fields ( resource stmt )
db2_num_rows
int db2_num_rows ( resource stmt )
db2_pconnect
resource db2_pconnect ( string database, string username, string password [, array options] )
db2_prepare
resource db2_prepare ( resource connection, string statement [, array options] )
db2_primary_keys
resource db2_primary_keys ( resource connection, string qualifier, string schema, string table-name )
db2_procedure_columns
resource db2_procedure_columns ( resource connection, string qualifier, string schema, string procedure, string parameter )
db2_procedures
resource db2_procedures ( resource connection, string qualifier, string schema, string procedure )
db2_result
mixed db2_result ( resource stmt, mixed column )
db2_rollback
bool db2_rollback ( resource connection )
db2_server_info
object db2_server_info ( resource connection )
db2_special_columns
resource db2_special_columns ( resource connection, string qualifier, string schema, string table_name, int scope )
db2_statistics
resource db2_statistics ( resource connection, string qualifier, string schema, string table-name, bool unique )
db2_stmt_error
string db2_stmt_error ( [resource stmt] )
db2_stmt_errormsg
string db2_stmt_errormsg ( [resource stmt] )
db2_table_privileges
resource db2_table_privileges ( resource connection [, string qualifier [, string schema [, string table_name]]] )
db2_tables
resource db2_tables ( resource connection [, string qualifier [, string schema [, string table-name [, string table-type]]]] )
dba_close
void dba_close ( resource handle )
dba_delete
bool dba_delete ( string key, resource handle )
dba_exists
bool dba_exists ( string key, resource handle )
dba_fetch
string dba_fetch ( string key, resource handle )
dba_firstkey
string dba_firstkey ( resource handle )
dba_handlers
array dba_handlers ( [bool full_info] )
dba_insert
bool dba_insert ( string key, string value, resource handle )
dba_key_split
mixed dba_key_split ( mixed key )
dba_list
array dba_list ( void )
dba_nextkey
string dba_nextkey ( resource handle )
dba_open
resource dba_open ( string path, string mode [, string handler [, mixed ...]] )
dba_optimize
bool dba_optimize ( resource handle )
dba_popen
resource dba_popen ( string path, string mode [, string handler [, mixed ...]] )
dba_replace
bool dba_replace ( string key, string value, resource handle )
dba_sync
bool dba_sync ( resource handle )
dbase_add_record
bool dbase_add_record ( int dbase_identifier, array record )
dbase_close
bool dbase_close ( int dbase_identifier )
dbase_create
int dbase_create ( string filename, array fields )
dbase_delete_record
bool dbase_delete_record ( int dbase_identifier, int record_number )
dbase_get_header_info
array dbase_get_header_info ( int dbase_identifier )
dbase_get_record_with_names
array dbase_get_record_with_names ( int dbase_identifier, int record_number )
dbase_get_record
array dbase_get_record ( int dbase_identifier, int record_number )
dbase_numfields
int dbase_numfields ( int dbase_identifier )
dbase_numrecords
int dbase_numrecords ( int dbase_identifier )
dbase_open
int dbase_open ( string filename, int mode )
dbase_pack
bool dbase_pack ( int dbase_identifier )
dbase_replace_record
bool dbase_replace_record ( int dbase_identifier, array record, int record_number )
dblist
string dblist ( void )
dbmclose
bool dbmclose ( resource dbm_identifier )
dbmdelete
bool dbmdelete ( resource dbm_identifier, string key )
dbmexists
bool dbmexists ( resource dbm_identifier, string key )
dbmfetch
string dbmfetch ( resource dbm_identifier, string key )
dbmfirstkey
string dbmfirstkey ( resource dbm_identifier )
dbminsert
int dbminsert ( resource dbm_identifier, string key, string value )
dbmnextkey
string dbmnextkey ( resource dbm_identifier, string key )
dbmopen
resource dbmopen ( string filename, string flags )
dbmreplace
int dbmreplace ( resource dbm_identifier, string key, string value )
dbplus_add
int dbplus_add ( resource relation, array tuple )
dbplus_aql
resource dbplus_aql ( string query [, string server [, string dbpath]] )
dbplus_chdir
string dbplus_chdir ( [string newdir] )
dbplus_close
mixed dbplus_close ( resource relation )
dbplus_curr
int dbplus_curr ( resource relation, array &tuple )
dbplus_errcode
string dbplus_errcode ( [int errno] )
dbplus_errno
int dbplus_errno ( void )
dbplus_find
int dbplus_find ( resource relation, array constraints, mixed tuple )
dbplus_first
int dbplus_first ( resource relation, array &tuple )
dbplus_flush
int dbplus_flush ( resource relation )
dbplus_freealllocks
int dbplus_freealllocks ( void )
dbplus_freelock
int dbplus_freelock ( resource relation, string tname )
dbplus_freerlocks
int dbplus_freerlocks ( resource relation )
dbplus_getlock
int dbplus_getlock ( resource relation, string tname )
dbplus_getunique
int dbplus_getunique ( resource relation, int uniqueid )
dbplus_info
int dbplus_info ( resource relation, string key, array &result )
dbplus_last
int dbplus_last ( resource relation, array &tuple )
dbplus_lockrel
int dbplus_lockrel ( resource relation )
dbplus_next
int dbplus_next ( resource relation, array &tuple )
dbplus_open
resource dbplus_open ( string name )
dbplus_prev
int dbplus_prev ( resource relation, array &tuple )
dbplus_rchperm
int dbplus_rchperm ( resource relation, int mask, string user, string group )
dbplus_rcreate
resource dbplus_rcreate ( string name, mixed domlist [, bool overwrite] )
dbplus_rcrtexact
mixed dbplus_rcrtexact ( string name, resource relation [, bool overwrite] )
dbplus_rcrtlike
mixed dbplus_rcrtlike ( string name, resource relation [, int overwrite] )
dbplus_resolve
array dbplus_resolve ( string relation_name )
dbplus_restorepos
int dbplus_restorepos ( resource relation, array tuple )
dbplus_rkeys
mixed dbplus_rkeys ( resource relation, mixed domlist )
dbplus_ropen
resource dbplus_ropen ( string name )
dbplus_rquery
resource dbplus_rquery ( string query [, string dbpath] )
dbplus_rrename
int dbplus_rrename ( resource relation, string name )
dbplus_rsecindex
mixed dbplus_rsecindex ( resource relation, mixed domlist, int type )
dbplus_runlink
int dbplus_runlink ( resource relation )
dbplus_rzap
int dbplus_rzap ( resource relation )
dbplus_savepos
int dbplus_savepos ( resource relation )
dbplus_setindex
int dbplus_setindex ( resource relation, string idx_name )
dbplus_setindexbynumber
int dbplus_setindexbynumber ( resource relation, int idx_number )
dbplus_sql
resource dbplus_sql ( string query [, string server [, string dbpath]] )
dbplus_tcl
string dbplus_tcl ( int sid, string script )
dbplus_tremove
int dbplus_tremove ( resource relation, array tuple [, array ¤t] )
dbplus_undo
int dbplus_undo ( resource relation )
dbplus_undoprepare
int dbplus_undoprepare ( resource relation )
dbplus_unlockrel
int dbplus_unlockrel ( resource relation )
dbplus_unselect
int dbplus_unselect ( resource relation )
dbplus_update
int dbplus_update ( resource relation, array old, array new )
dbplus_xlockrel
int dbplus_xlockrel ( resource relation )
dbplus_xunlockrel
int dbplus_xunlockrel ( resource relation )
dbx_close
bool dbx_close ( object link_identifier )
dbx_compare
int dbx_compare ( array row_a, array row_b, string column_key [, int flags] )
dbx_connect
object dbx_connect ( mixed module, string host, string database, string username, string password [, int persistent] )
dbx_error
string dbx_error ( object link_identifier )
dbx_escape_string
string dbx_escape_string ( object link_identifier, string text )
dbx_fetch_row
mixed dbx_fetch_row ( object result_identifier )
dbx_query
mixed dbx_query ( object link_identifier, string sql_statement [, int flags] )
dbx_sort
bool dbx_sort ( object result, string user_compare_function )
dcgettext
string dcgettext ( string domain, string message, int category )
dcngettext
string dcngettext ( string domain, string msgid1, string msgid2, int n, int category )
deaggregate
void deaggregate ( object object [, string class_name] )
debug_backtrace
array debug_backtrace ( void )
debug_print_backtrace
void debug_print_backtrace ( void )
debug_zval_dump
void debug_zval_dump ( mixed variable )
debugger_off
int debugger_off ( void )
debugger_on
int debugger_on ( string address )
decbin
string decbin ( int number )
dechex
string dechex ( int number )
decoct
string decoct ( int number )
define_syslog_variables
void define_syslog_variables ( void )
define
bool define ( string name, mixed value [, bool case_insensitive] )
defined
bool defined ( string name )
deg2rad
float deg2rad ( float number )
delete
void delete ( string file )
dgettext
string dgettext ( string domain, string message )
dio_close
void dio_close ( resource fd )
dio_fcntl
mixed dio_fcntl ( resource fd, int cmd [, mixed args] )
dio_open
resource dio_open ( string filename, int flags [, int mode] )
dio_read
string dio_read ( resource fd [, int len] )
dio_seek
int dio_seek ( resource fd, int pos [, int whence] )
dio_stat
array dio_stat ( resource fd )
dio_tcsetattr
bool dio_tcsetattr ( resource fd, array options )
dio_truncate
bool dio_truncate ( resource fd, int offset )
dio_write
int dio_write ( resource fd, string data [, int len] )
directoryiterator_construct
DirectoryIterator DirectoryIterator::__construct ( string path )
directoryiterator_current
DirectoryIterator DirectoryIterator::current ( void )
directoryiterator_getatime
int DirectoryIterator::getATime ( void )
directoryiterator_getchildren
RecursiveDirectoryIterator DirectoryIterator::getChildren ( void )
directoryiterator_getctime
int DirectoryIterator::getCTime ( void )
directoryiterator_getfilename
string DirectoryIterator::getFilename ( void )
directoryiterator_getgroup
int DirectoryIterator::getGroup ( void )
directoryiterator_getinode
int DirectoryIterator::getInode ( void )
directoryiterator_getmtime
int DirectoryIterator::getMTime ( void )
directoryiterator_getowner
int DirectoryIterator::getOwner ( void )
directoryiterator_getpath
string DirectoryIterator::getPath ( void )
directoryiterator_getpathname
string DirectoryIterator::getPathname ( void )
directoryiterator_getperms
int DirectoryIterator::getPerms ( void )
directoryiterator_getsize
int DirectoryIterator::getSize ( void )
directoryiterator_gettype
string DirectoryIterator::getType ( void )
directoryiterator_isdir
bool DirectoryIterator::isDir ( void )
directoryiterator_isdot
bool DirectoryIterator::isDot ( void )
directoryiterator_isexecutable
bool DirectoryIterator::isExecutable ( void )
directoryiterator_isfile
bool DirectoryIterator::isFile ( void )
directoryiterator_islink
bool DirectoryIterator::isLink ( void )
directoryiterator_isreadable
bool DirectoryIterator::isReadable ( void )
directoryiterator_iswritable
bool DirectoryIterator::isWritable ( void )
directoryiterator_key
string DirectoryIterator::key ( void )
directoryiterator_next
void DirectoryIterator::next ( void )
directoryiterator_rewind
void DirectoryIterator::rewind ( void )
directoryiterator_valid
string DirectoryIterator::valid ( void )
dirname
string dirname ( string path )
disk_free_space
float disk_free_space ( string directory )
disk_total_space
float disk_total_space ( string directory )
dl
int dl ( string library )
dngettext
string dngettext ( string domain, string msgid1, string msgid2, int n )
dns_check_record
bool dns_check_record ( string host [, string type] )
dns_get_mx
bool dns_get_mx ( string hostname, array &mxhosts [, array &weight] )
dns_get_record
array dns_get_record ( string hostname [, int type [, array &authns, array &addtl]] )
dom_domattr_construct
class DOMAttr {__construct ( string name [, string value] )
dom_domattr_isid
class DOMAttr { bool isId ( void )
dom_domcharacterdata_appenddata
class DOMCharacterData { void appendData ( string data )
dom_domcharacterdata_deletedata
class DOMCharacterData { void deleteData ( int offset, int count )
dom_domcharacterdata_insertdata
class DOMCharacterData { void insertData ( int offset, string data )
dom_domcharacterdata_replacedata
class DOMCharacterData { void replaceData ( int offset, int count, string data )
dom_domcharacterdata_substringdata
class DOMCharacterData { string substringData ( int offset, int count )
dom_domcomment_construct
class DOMComment { __construct ( [string value] )
dom_domdocument_construct
class DOMDocument { __construct ( [string version [, string encoding]] )
dom_domdocument_createattribute
class DOMDocument { DOMAttr createAttribute ( string name )
dom_domdocument_createattributens
class DOMDocument { DOMAttr createAttributeNS ( string namespaceURI, string qualifiedName )
dom_domdocument_createcdatasection
class DOMDocument { DOMCDATASection createCDATASection ( string data )
dom_domdocument_createcomment
class DOMDocument { DOMComment createComment ( string data )
dom_domdocument_createdocumentfragment
class DOMDocument { DOMDocumentFragment createDocumentFragment ( void )
dom_domdocument_createelement
class DOMDocument { DOMElement createElement ( string name [, string value] )
dom_domdocument_createelementns
class DOMDocument { DOMElement createElementNS ( string namespaceURI, string qualifiedName [, string value] )
dom_domdocument_createentityreference
class DOMDocument { DOMEntityReference createEntityReference ( string name )
dom_domdocument_createprocessinginstruction
class DOMDocument { DOMProcessingInstruction createProcessingInstruction ( string target [, string data] )
dom_domdocument_createtextnode
class DOMDocument { DOMText createTextNode ( string content )
dom_domdocument_getelementbyid
class DOMDocument { DOMElement getElementById ( string elementId )
dom_domdocument_getelementsbytagname
class DOMDocument { DOMNodeList getElementsByTagName ( string name )
dom_domdocument_getelementsbytagnamens
class DOMDocument { DOMNodeList getElementsByTagNameNS ( string namespaceURI, string localName )
dom_domdocument_importnode
class DOMDocument { DOMNode importNode ( DOMNode importedNode [, bool deep] )
dom_domdocument_load
class DOMDocument { bool load ( string filename [, int options] )
dom_domdocument_loadhtml
class DOMDocument { bool loadHTML ( string source )
dom_domdocument_loadhtmlfile
class DOMDocument { bool loadHTMLFile ( string filename )
dom_domdocument_loadxml
class DOMDocument { bool loadXML ( string source [, int options] )
dom_domdocument_normalize
class DOMDocument { void normalize ( void )
dom_domdocument_relaxngvalidate
class DOMDocument { bool relaxNGValidate ( string filename )
dom_domdocument_relaxngvalidatesource
class DOMDocument { bool relaxNGValidateSource ( string source )
dom_domdocument_save
class DOMDocument { mixed save ( string filename [, integer options] )
dom_domdocument_savehtml
class DOMDocument { string saveHTML ( void )
dom_domdocument_savehtmlfile
class DOMDocument { int saveHTMLFile ( string filename )
dom_domdocument_savexml
class DOMDocument { string saveXML ( [DOMNode node [, integer options]] )
dom_domdocument_schemavalidate
class DOMDocument { bool schemaValidate ( string filename )
dom_domdocument_schemavalidatesource
class DOMDocument { bool schemaValidateSource ( string source )
dom_domdocument_validate
class DOMDocument { bool validate ( void )
dom_domdocument_xinclude
class DOMDocument { int xinclude ( [int options] )
dom_domdocumentfragment.appendxml
class DOMDocumentFragment { bool appendXML ( string data )
dom_domelement_construct
class DOMElement { __construct ( string name [, string value [, string namespaceURI]] )
dom_domelement_getattribute
class DOMElement { string getAttribute ( string name )
dom_domelement_getattributenode
class DOMElement { DOMAttr getAttributeNode ( string name )
dom_domelement_getattributenodens
class DOMElement { DOMAttr getAttributeNodeNS ( string namespaceURI, string localName )
dom_domelement_getattributens
class DOMElement { string getAttributeNS ( string namespaceURI, string localName )
dom_domelement_getelementsbytagname
class DOMElement { DOMNodeList getElementsByTagName ( string name )
dom_domelement_getelementsbytagnamens
class DOMElement { DOMNodeList getElementsByTagNameNS ( string namespaceURI, string localName )
dom_domelement_hasattribute
class DOMElement { bool hasAttribute ( string name )
dom_domelement_hasattributens
class DOMElement { bool hasAttributeNS ( string namespaceURI, string localName )
dom_domelement_removeattribute
class DOMElement { bool removeAttribute ( string name )
dom_domelement_removeattributenode
class DOMElement { bool removeAttributeNode ( DOMAttr oldnode )
dom_domelement_removeattributens
class DOMElement { bool removeAttributeNS ( string namespaceURI, string localName )
dom_domelement_setattribute
class DOMElement { bool setAttribute ( string name, string value )
dom_domelement_setattributenode
class DOMElement { DOMAttr setAttributeNode ( DOMAttr attr )
dom_domelement_setattributenodens
class DOMElement { DOMAttr setAttributeNodeNS ( DOMAttr attr )
dom_domelement_setattributens
class DOMElement { void setAttributeNS ( string namespaceURI, string qualifiedName, string value )
dom_domentityreference_construct
class DOMEntityReference { __construct ( string name )
dom_domimplementation_construct
class DOMImplementation { __construct ( (void); )
dom_domimplementation_createdocument
class DOMImplementation { DOMDocument createDocument ( [string namespaceURI [, string qualifiedName [, DOMDocumentType doctype]]] )
dom_domimplementation_createdocumenttype
class DOMImplementation { DOMDocumentType createDocumentType ( [string qualifiedName [, string publicId [, string systemId]]] )
dom_domimplementation_hasfeature
class DOMImplementation { bool hasFeature ( string feature, string version )
dom_domnamednodemap_getnameditem
class DOMNamedNodeMap { DOMNode getNamedItem ( string name )
dom_domnamednodemap_getnameditemns
class DOMNamedNodeMap { DOMNode getNamedItemNS ( string namespaceURI, string localName )
dom_domnamednodemap_item
class DOMNamedNodeMap { DOMNode item ( int index )
dom_domnode_appendchild
class DOMNode { DOMNode appendChild ( DOMNode newnode )
dom_domnode_clonenode
class DOMNode { DOMNode cloneNode ( [bool deep] )
dom_domnode_hasattributes
class DOMNode { bool hasAttributes ( void )
dom_domnode_haschildnodes
class DOMNode { bool hasChildNodes ( void )
dom_domnode_insertbefore
class DOMNode { DOMNode insertBefore ( DOMNode newnode [, DOMNode refnode] )
dom_domnode_issamenode
class DOMNode { bool isSameNode ( DOMNode node )
dom_domnode_issupported
class DOMNode { bool isSupported ( string feature, string version )
dom_domnode_lookupnamespaceuri
class DOMNode { string lookupNamespaceURI ( string prefix )
dom_domnode_lookupprefix
class DOMNode { string lookupPrefix ( string namespaceURI )
dom_domnode_normalize
class DOMNode { void normalize ( void )
dom_domnode_removechild
class DOMNode { DOMNode removeChild ( DOMNode oldnode )
dom_domnode_replacechild
class DOMNode { DOMNode replaceChild ( DOMNode newnode, DOMNode oldnode )
dom_domnodelist_item
class DOMNodeList { DOMNode item ( int index )
dom_domprocessinginstruction_construct
class DOMProcessingInstruction { __construct ( string name [, string value] )
dom_domtext_construct
class DOMText { __construct ( [string value] )
dom_domtext_iswhitespaceinelementcontent
class DOMText { bool isWhitespaceInElementContent ( void )
dom_domtext_splittext
class DOMText { DOMText splitText ( int offset )
dom_domxpath_construct
class DOMXPath { __construct ( DOMDocument doc )
dom_domxpath_evaluate
class DOMXPath { mixed evaluate ( string expression [, DOMNode contextnode] )
dom_domxpath_query
class DOMXPath { DOMNodeList query ( string expression [, DOMNode contextnode] )
dom_domxpath_registernamespace
class DOMXPath { bool registerNamespace ( string prefix, string namespaceURI )
dom_import_simplexml
DOMElement dom_import_simplexml ( SimpleXMLElement node )
domattribute_name
class DomAttribute { string name ( void )
domattribute_set_value
class DomAttribute { bool set_value ( string content )
domattribute_specified
class DomAttribute { bool specified ( void )
domattribute_value
class DomAttribute { string value ( void )
domdocument_add_root
domelement DomDocument->add_root ( string name )
domdocument_create_attribute
domattribute DomDocument->create_attribute ( string name, string value )
domdocument_create_cdata_section
domcdata DomDocument->create_cdata_section ( string content )
domdocument_create_comment
domcomment DomDocument->create_comment ( string content )
domdocument_create_element_ns
domelement DomDocument->create_element_ns ( string uri, string name [, string prefix] )
domdocument_create_element
domelement DomDocument->create_element ( string name )
domdocument_create_entity_reference
domentityreference DomDocument->create_entity_reference ( string content )
domdocument_create_processing_instruction
domprocessinginstruction DomDocument->create_processing_instruction ( string content )
domdocument_create_text_node
domtext DomDocument->create_text_node ( string content )
domdocument_doctype
domdocumenttype DomDocument->doctype ( void )
domdocument_document_element
domelement DomDocument->document_element ( void )
domdocument_dump_file
string DomDocument->dump_file ( string filename [, bool compressionmode [, bool format]] )
domdocument_dump_mem
string DomDocument->dump_mem ( [bool format [, string encoding]] )
domdocument_get_element_by_id
domelement DomDocument->get_element_by_id ( string id )
domdocument_get_elements_by_tagname
array DomDocument->get_elements_by_tagname ( string name )
domdocument_html_dump_mem
string DomDocument->html_dump_mem ( void )
domdocument_xinclude
int DomDocument->xinclude ( void )
domdocumenttype_entities
class DomDocumentType { array entities ( void )
domdocumenttype_internal_subset
class DomDocumentType { bool internal_subset ( void )
domdocumenttype_name
class DomDocumentType { string name ( void )
domdocumenttype_notations
class DomDocumentType { array notations ( void )
domdocumenttype_public_id
class DomDocumentType { string public_id ( void )
domdocumenttype_system_id
class DomDocumentType { string system_id ( void )
domelement_get_attribute_node
class DomElement { DomAttribute get_attribute_node ( string name )
domelement_get_attribute
class DomElement { string get_attribute ( string name )
domelement_get_elements_by_tagname
class DomElement { array get_elements_by_tagname ( string name )
domelement_has_attribute
class DomElement { bool has_attribute ( string name )
domelement_remove_attribute
class DomElement { bool remove_attribute ( string name )
domelement_set_attribute_node
class DomElement { DomNode set_attribute_node ( DomNode attr )
domelement_set_attribute
class DomElement { DomAttribute set_attribute ( string name, string value )
domelement_tagname
class DomElement { string tagname ( void )
domnode_add_namespace
class DOMNode { bool add_namespace ( string uri, string prefix )
domnode_append_child
class DOMNode { DOMNode append_child ( DOMNode newnode )
domnode_append_sibling
domelement DomNode->append_sibling ( domelement newnode )
domnode_attributes
array DomNode->attributes ( void )
domnode_child_nodes
array DomNode->child_nodes ( void )
domnode_clone_node
domelement DomNode->clone_node ( void )
domnode_dump_node
string DomNode->dump_node ( void )
domnode_first_child
domelement DomNode->first_child ( void )
domnode_get_content
string DomNode->get_content ( void )
domnode_has_attributes
bool DomNode->has_attributes ( void )
domnode_has_child_nodes
bool DomNode->has_child_nodes ( void )
domnode_insert_before
domelement DomNode->insert_before ( domelement newnode, domelement refnode )
domnode_is_blank_node
bool DomNode->is_blank_node ( void )
domnode_last_child
domelement DomNode->last_child ( void )
domnode_next_sibling
domelement DomNode->next_sibling ( void )
domnode_node_name
string DomNode->node_name ( void )
domnode_node_type
int DomNode->node_type ( void )
domnode_node_value
string DomNode->node_value ( void )
domnode_owner_document
domdocument DomNode->owner_document ( void )
domnode_parent_node
domnode DomNode->parent_node ( void )
domnode_prefix
string DomNode->prefix ( void )
domnode_previous_sibling
domelement DomNode->previous_sibling ( void )
domnode_remove_child
domtext DomNode->remove_child ( domtext oldchild )
domnode_replace_child
domelement DomNode->replace_child ( domelement newnode, domelement oldnode )
domnode_replace_node
domelement DomNode->replace_node ( domelement newnode )
domnode_set_content
bool DomNode->set_content ( string content )
domnode_set_name
bool DomNode->set_name ( void )
domnode_set_namespace
void DomNode->set_namespace ( string uri [, string prefix] )
domnode_unlink_node
void DomNode->unlink_node ( void )
domprocessinginstruction_data
class DomProcessingInstruction { string data ( void )
domprocessinginstruction_target
class DomProcessingInstruction { string target ( void )
domxml_new_doc
DomDocument domxml_new_doc ( string version )
domxml_open_file
DomDocument domxml_open_file ( string filename [, int mode [, array &error]] )
domxml_open_mem
DomDocument domxml_open_mem ( string str [, int mode [, array &error]] )
domxml_version
string domxml_version ( void )
domxml_xmltree
DomDocument domxml_xmltree ( string str )
domxml_xslt_stylesheet_doc
DomXsltStylesheet domxml_xslt_stylesheet_doc ( DomDocument xsl_doc )
domxml_xslt_stylesheet_file
DomXsltStylesheet domxml_xslt_stylesheet_file ( string xsl_file )
domxml_xslt_stylesheet
DomXsltStylesheet domxml_xslt_stylesheet ( string xsl_buf )
domxml_xslt_version
int domxml_xslt_version ( void )
domxsltstylesheet_process
class DomXsltStylesheet { DomDocument process ( DomDocument xml_doc [, array xslt_params [, bool is_xpath_param [, string profile_filename]]] )
domxsltstylesheet_result_dump_file
class DomXsltStylesheet { string result_dump_file ( DomDocument xmldoc, string filename )
domxsltstylesheet_result_dump_mem
class DomXsltStylesheet { string result_dump_mem ( DomDocument xmldoc )
dotnet_load
int dotnet_load ( string assembly_name [, string datatype_name [, int codepage]] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
each
array each ( array &array )
easter_date
int easter_date ( [int year] )
easter_days
int easter_days ( [int year [, int method]] )
ebcdic2ascii
int ebcdic2ascii ( string ebcdic_str )
echo
void echo ( string arg1 [, string ...] )
empty
bool empty ( mixed var )
end
mixed end ( array &array )
ereg_replace
string ereg_replace ( string pattern, string replacement, string string )
ereg
int ereg ( string pattern, string string [, array ®s] )
eregi_replace
string eregi_replace ( string pattern, string replacement, string string )
eregi
int eregi ( string pattern, string string [, array ®s] )
error_log
bool error_log ( string message [, int message_type [, string destination [, string extra_headers]]] )
error_reporting
int error_reporting ( [int level] )
escapeshellarg
string escapeshellarg ( string arg )
escapeshellcmd
string escapeshellcmd ( string command )
eval
mixed eval ( string code_str )
exec
string exec ( string command [, array &output [, int &return_var]] )
exif_imagetype
int exif_imagetype ( string filename )
exif_read_data
array exif_read_data ( string filename [, string sections [, bool arrays [, bool thumbnail]]] )
exif_tagname
string exif_tagname ( string index )
exif_thumbnail
string exif_thumbnail ( string filename [, int &width [, int &height [, int &imagetype]]] )
exit
void exit ( [string status] )
exp
float exp ( float arg )
expect_expectl
mixed expect_expectl ( resource expect, array cases, string &match )
expect_popen
resource expect_popen ( string command )
explode
array explode ( string separator, string string [, int limit] )
expm1
float expm1 ( float number )
extension_loaded
bool extension_loaded ( string name )
extract
int extract ( array var_array [, int extract_type [, string prefix]] )
ezmlm_hash
int ezmlm_hash ( string addr )
a b c d e f g h i j k l m n o p q r s t u v w x y z
fam_cancel_monitor
bool fam_cancel_monitor ( resource fam, resource fam_monitor )
fam_close
void fam_close ( resource fam )
fam_monitor_collection
resource fam_monitor_collection ( resource fam, string dirname, int depth, string mask )
fam_monitor_directory
resource fam_monitor_directory ( resource fam, string dirname )
fam_monitor_file
resource fam_monitor_file ( resource fam, string filename )
fam_next_event
array fam_next_event ( resource fam )
fam_open
resource fam_open ( [string appname] )
fam_pending
int fam_pending ( resource fam )
fam_resume_monitor
bool fam_resume_monitor ( resource fam, resource fam_monitor )
fam_suspend_monitor
bool fam_suspend_monitor ( resource fam, resource fam_monitor )
fbsql_affected_rows
int fbsql_affected_rows ( [resource link_identifier] )
fbsql_autocommit
bool fbsql_autocommit ( resource link_identifier [, bool OnOff] )
fbsql_blob_size
int fbsql_blob_size ( string blob_handle [, resource link_identifier] )
fbsql_change_user
resource fbsql_change_user ( string user, string password [, string database [, resource link_identifier]] )
fbsql_clob_size
int fbsql_clob_size ( string clob_handle [, resource link_identifier] )
fbsql_close
bool fbsql_close ( [resource link_identifier] )
fbsql_commit
bool fbsql_commit ( [resource link_identifier] )
fbsql_connect
resource fbsql_connect ( [string hostname [, string username [, string password]]] )
fbsql_create_blob
string fbsql_create_blob ( string blob_data [, resource link_identifier] )
fbsql_create_clob
string fbsql_create_clob ( string clob_data [, resource link_identifier] )
fbsql_create_db
bool fbsql_create_db ( string database_name [, resource link_identifier [, string database_options]] )
fbsql_data_seek
bool fbsql_data_seek ( resource result_identifier, int row_number )
fbsql_database_password
string fbsql_database_password ( resource link_identifier [, string database_password] )
fbsql_database
string fbsql_database ( resource link_identifier [, string database] )
fbsql_db_query
resource fbsql_db_query ( string database, string query [, resource link_identifier] )
fbsql_db_status
int fbsql_db_status ( string database_name [, resource link_identifier] )
fbsql_drop_db
bool fbsql_drop_db ( string database_name [, resource link_identifier] )
fbsql_errno
int fbsql_errno ( [resource link_identifier] )
fbsql_error
string fbsql_error ( [resource link_identifier] )
fbsql_fetch_array
array fbsql_fetch_array ( resource result [, int result_type] )
fbsql_fetch_assoc
array fbsql_fetch_assoc ( resource result )
fbsql_fetch_field
object fbsql_fetch_field ( resource result [, int field_offset] )
fbsql_fetch_lengths
array fbsql_fetch_lengths ( resource result )
fbsql_fetch_object
object fbsql_fetch_object ( resource result [, int result_type] )
fbsql_fetch_row
array fbsql_fetch_row ( resource result )
fbsql_field_flags
string fbsql_field_flags ( resource result [, int field_offset] )
fbsql_field_len
int fbsql_field_len ( resource result [, int field_offset] )
fbsql_field_name
string fbsql_field_name ( resource result [, int field_index] )
fbsql_field_seek
bool fbsql_field_seek ( resource result [, int field_offset] )
fbsql_field_table
string fbsql_field_table ( resource result [, int field_offset] )
fbsql_field_type
string fbsql_field_type ( resource result [, int field_offset] )
fbsql_free_result
bool fbsql_free_result ( resource result )
fbsql_get_autostart_info
array fbsql_get_autostart_info ( [resource link_identifier] )
fbsql_hostname
string fbsql_hostname ( resource link_identifier [, string host_name] )
fbsql_insert_id
int fbsql_insert_id ( [resource link_identifier] )
fbsql_list_dbs
resource fbsql_list_dbs ( [resource link_identifier] )
fbsql_list_fields
resource fbsql_list_fields ( string database_name, string table_name [, resource link_identifier] )
fbsql_list_tables
resource fbsql_list_tables ( string database [, resource link_identifier] )
fbsql_next_result
bool fbsql_next_result ( resource result_id )
fbsql_num_fields
int fbsql_num_fields ( resource result )
fbsql_num_rows
int fbsql_num_rows ( resource result )
fbsql_password
string fbsql_password ( resource link_identifier [, string password] )
fbsql_pconnect
resource fbsql_pconnect ( [string hostname [, string username [, string password]]] )
fbsql_query
resource fbsql_query ( string query [, resource link_identifier [, int batch_size]] )
fbsql_read_blob
string fbsql_read_blob ( string blob_handle [, resource link_identifier] )
fbsql_read_clob
string fbsql_read_clob ( string clob_handle [, resource link_identifier] )
fbsql_result
mixed fbsql_result ( resource result [, int row [, mixed field]] )
fbsql_rollback
bool fbsql_rollback ( [resource link_identifier] )
fbsql_select_db
bool fbsql_select_db ( [string database_name [, resource link_identifier]] )
fbsql_set_lob_mode
bool fbsql_set_lob_mode ( resource result, string database_name )
fbsql_set_password
bool fbsql_set_password ( resource link_identifier, string user, string password, string old_password )
fbsql_set_transaction
void fbsql_set_transaction ( resource link_identifier, int Locking, int Isolation )
fbsql_start_db
bool fbsql_start_db ( string database_name [, resource link_identifier [, string database_options]] )
fbsql_stop_db
bool fbsql_stop_db ( string database_name [, resource link_identifier] )
fbsql_tablename
string fbsql_tablename ( resource result, int i )
fbsql_username
string fbsql_username ( resource link_identifier [, string username] )
fbsql_warnings
bool fbsql_warnings ( [bool OnOff] )
fclose
bool fclose ( resource handle )
fdf_add_doc_javascript
bool fdf_add_doc_javascript ( resource fdfdoc, string script_name, string script_code )
fdf_add_template
bool fdf_add_template ( resource fdfdoc, int newpage, string filename, string template, int rename )
fdf_close
void fdf_close ( resource fdf_document )
fdf_create
resource fdf_create ( void )
fdf_enum_values
bool fdf_enum_values ( resource fdfdoc, callback function [, mixed userdata] )
fdf_errno
int fdf_errno ( void )
fdf_error
string fdf_error ( [int error_code] )
fdf_get_ap
bool fdf_get_ap ( resource fdf_document, string field, int face, string filename )
fdf_get_attachment
array fdf_get_attachment ( resource fdf_document, string fieldname, string savepath )
fdf_get_encoding
string fdf_get_encoding ( resource fdf_document )
fdf_get_file
string fdf_get_file ( resource fdf_document )
fdf_get_flags
int fdf_get_flags ( resource fdfdoc, string fieldname, int whichflags )
fdf_get_opt
mixed fdf_get_opt ( resource fdfdof, string fieldname [, int element] )
fdf_get_status
string fdf_get_status ( resource fdf_document )
fdf_get_value
mixed fdf_get_value ( resource fdf_document, string fieldname [, int which] )
fdf_get_version
string fdf_get_version ( [resource fdf_document] )
fdf_header
void fdf_header ( void )
fdf_next_field_name
string fdf_next_field_name ( resource fdf_document [, string fieldname] )
fdf_open_string
resource fdf_open_string ( string fdf_data )
fdf_open
resource fdf_open ( string filename )
fdf_remove_item
bool fdf_remove_item ( resource fdfdoc, string fieldname, int item )
fdf_save_string
string fdf_save_string ( resource fdf_document )
fdf_save
bool fdf_save ( resource fdf_document [, string filename] )
fdf_set_ap
bool fdf_set_ap ( resource fdf_document, string field_name, int face, string filename, int page_number )
fdf_set_encoding
bool fdf_set_encoding ( resource fdf_document, string encoding )
fdf_set_file
bool fdf_set_file ( resource fdf_document, string url [, string target_frame] )
fdf_set_flags
bool fdf_set_flags ( resource fdf_document, string fieldname, int whichFlags, int newFlags )
fdf_set_javascript_action
bool fdf_set_javascript_action ( resource fdf_document, string fieldname, int trigger, string script )
fdf_set_on_import_javascript
bool fdf_set_on_import_javascript ( resource fdfdoc, string script, bool before_data_import )
fdf_set_opt
bool fdf_set_opt ( resource fdf_document, string fieldname, int element, string str1, string str2 )
fdf_set_status
bool fdf_set_status ( resource fdf_document, string status )
fdf_set_submit_form_action
bool fdf_set_submit_form_action ( resource fdf_document, string fieldname, int trigger, string script, int flags )
fdf_set_target_frame
bool fdf_set_target_frame ( resource fdf_document, string frame_name )
fdf_set_value
bool fdf_set_value ( resource fdf_document, string fieldname, mixed value [, int isName] )
fdf_set_version
bool fdf_set_version ( resource fdf_document, string version )
feof
bool feof ( resource handle )
fflush
bool fflush ( resource handle )
fgetc
string fgetc ( resource handle )
fgetcsv
array fgetcsv ( resource handle [, int length [, string delimiter [, string enclosure]]] )
fgets
string fgets ( resource handle [, int length] )
fgetss
string fgetss ( resource handle [, int length [, string allowable_tags]] )
file_exists
bool file_exists ( string filename )
file_get_contents
string file_get_contents ( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] )
file_put_contents
int file_put_contents ( string filename, mixed data [, int flags [, resource context]] )
file
array file ( string filename [, int use_include_path [, resource context]] )
fileatime
int fileatime ( string filename )
filectime
int filectime ( string filename )
filegroup
int filegroup ( string filename )
fileinode
int fileinode ( string filename )
filemtime
int filemtime ( string filename )
fileowner
int fileowner ( string filename )
fileperms
int fileperms ( string filename )
filepro_fieldcount
int filepro_fieldcount ( void )
filepro_fieldname
string filepro_fieldname ( int field_number )
filepro_fieldtype
string filepro_fieldtype ( int field_number )
filepro_fieldwidth
int filepro_fieldwidth ( int field_number )
filepro_retrieve
string filepro_retrieve ( int row_number, int field_number )
filepro_rowcount
int filepro_rowcount ( void )
filepro
bool filepro ( string directory )
filesize
int filesize ( string filename )
filetype
string filetype ( string filename )
filter_data
mixed filter_data ( mixed variable, int filter [, mixed filter_options [, string charset]] )
filteriterator_current
mixed FilterIterator::current ( void )
filteriterator_getinneriterator
Iterator FilterIterator::getInnerIterator ( void )
filteriterator_key
mixed FilterIterator::key ( void )
filteriterator_next
void FilterIterator::next ( void )
filteriterator_rewind
void FilterIterator::rewind ( void )
filteriterator_valid
bool FilterIterator::valid ( void )
finfo_buffer
string finfo_buffer ( resource finfo, string string [, int options] )
finfo_close
bool finfo_close ( resource finfo )
finfo_file
string finfo_file ( resource finfo, string file_name [, int options [, resource context]] )
finfo_open
resource finfo_open ( [int options [, string arg]] )
finfo_set_flags
bool finfo_set_flags ( resource finfo, int options )
floatval
float floatval ( mixed var )
flock
bool flock ( resource handle, int operation [, int &wouldblock] )
floor
float floor ( float value )
flush
void flush ( void )
fmod
float fmod ( float x, float y )
fnmatch
bool fnmatch ( string pattern, string string [, int flags] )
fopen
resource fopen ( string filename, string mode [, bool use_include_path [, resource zcontext]] )
fpassthru
int fpassthru ( resource handle )
fprintf
int fprintf ( resource handle, string format [, mixed args [, mixed ...]] )
fputcsv
int fputcsv ( resource handle [, array fields [, string delimiter [, string enclosure]]] )
fread
string fread ( resource handle, int length )
frenchtojd
int frenchtojd ( int month, int day, int year )
fribidi_log2vis
string fribidi_log2vis ( string str, string direction, int charset )
fscanf
mixed fscanf ( resource handle, string format [, mixed &...] )
fseek
int fseek ( resource handle, int offset [, int whence] )
fsockopen
resource fsockopen ( string target [, int port [, int &errno [, string &errstr [, float timeout]]]] )
fstat
array fstat ( resource handle )
ftell
int ftell ( resource handle )
ftok
int ftok ( string pathname, string proj )
ftp_alloc
bool ftp_alloc ( resource ftp_stream, int filesize [, string &result] )
ftp_cdup
bool ftp_cdup ( resource ftp_stream )
ftp_chdir
bool ftp_chdir ( resource ftp_stream, string directory )
ftp_chmod
int ftp_chmod ( resource ftp_stream, int mode, string filename )
ftp_close
bool ftp_close ( resource ftp_stream )
ftp_connect
resource ftp_connect ( string host [, int port [, int timeout]] )
ftp_delete
bool ftp_delete ( resource ftp_stream, string path )
ftp_exec
bool ftp_exec ( resource ftp_stream, string command )
ftp_fget
bool ftp_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )
ftp_fput
bool ftp_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )
ftp_get_option
mixed ftp_get_option ( resource ftp_stream, int option )
ftp_get
bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )
ftp_login
bool ftp_login ( resource ftp_stream, string username, string password )
ftp_mdtm
int ftp_mdtm ( resource ftp_stream, string remote_file )
ftp_mkdir
string ftp_mkdir ( resource ftp_stream, string directory )
ftp_nb_continue
int ftp_nb_continue ( resource ftp_stream )
ftp_nb_fget
int ftp_nb_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )
ftp_nb_fput
int ftp_nb_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )
ftp_nb_get
int ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )
ftp_nb_put
int ftp_nb_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )
ftp_nlist
array ftp_nlist ( resource ftp_stream, string directory )
ftp_pasv
bool ftp_pasv ( resource ftp_stream, bool pasv )
ftp_put
bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )
ftp_pwd
string ftp_pwd ( resource ftp_stream )
ftp_raw
array ftp_raw ( resource ftp_stream, string command )
ftp_rawlist
array ftp_rawlist ( resource ftp_stream, string directory [, bool recursive] )
ftp_rename
bool ftp_rename ( resource ftp_stream, string oldname, string newname )
ftp_rmdir
bool ftp_rmdir ( resource ftp_stream, string directory )
ftp_set_option
bool ftp_set_option ( resource ftp_stream, int option, mixed value )
ftp_site
bool ftp_site ( resource ftp_stream, string command )
ftp_size
int ftp_size ( resource ftp_stream, string remote_file )
ftp_ssl_connect
resource ftp_ssl_connect ( string host [, int port [, int timeout]] )
ftp_systype
string ftp_systype ( resource ftp_stream )
ftruncate
bool ftruncate ( resource handle, int size )
func_get_arg
mixed func_get_arg ( int arg_num )
func_get_args
array func_get_args ( void )
func_num_args
int func_num_args ( void )
function_exists
bool function_exists ( string function_name )
fwrite
int fwrite ( resource handle, string string [, int length] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
gd_info
array gd_info ( void )
get_browser
mixed get_browser ( [string user_agent [, bool return_array]] )
get_cfg_var
string get_cfg_var ( string varname )
get_class_methods
array get_class_methods ( mixed class_name )
get_class_vars
array get_class_vars ( string class_name )
get_class
string get_class ( [object obj] )
get_current_user
string get_current_user ( void )
get_declared_classes
array get_declared_classes ( void )
get_declared_interfaces
array get_declared_interfaces ( void )
get_defined_constants
array get_defined_constants ( [mixed categorize] )
get_defined_functions
array get_defined_functions ( void )
get_defined_vars
array get_defined_vars ( void )
get_extension_funcs
array get_extension_funcs ( string module_name )
get_headers
array get_headers ( string url [, int format] )
get_html_translation_table
array get_html_translation_table ( [int table [, int quote_style]] )
get_include_path
string get_include_path ( void )
get_included_files
array get_included_files ( void )
get_loaded_extensions
array get_loaded_extensions ( void )
get_magic_quotes_gpc
int get_magic_quotes_gpc ( void )
get_magic_quotes_runtime
int get_magic_quotes_runtime ( void )
get_meta_tags
array get_meta_tags ( string filename [, bool use_include_path] )
get_object_vars
array get_object_vars ( object obj )
get_parent_class
string get_parent_class ( [mixed obj] )
get_resource_type
string get_resource_type ( resource handle )
getallheaders
array getallheaders ( void )
getcwd
string getcwd ( void )
getdate
array getdate ( [int timestamp] )
getenv
string getenv ( string varname )
gethostbyaddr
string gethostbyaddr ( string ip_address )
gethostbyname
string gethostbyname ( string hostname )
gethostbynamel
array gethostbynamel ( string hostname )
getimagesize
array getimagesize ( string filename [, array &imageinfo] )
getlastmod
int getlastmod ( void )
getmxrr
bool getmxrr ( string hostname, array &mxhosts [, array &weight] )
getmygid
int getmygid ( void )
getmyinode
int getmyinode ( void )
getmypid
int getmypid ( void )
getmyuid
int getmyuid ( void )
getopt
array getopt ( string options )
getprotobyname
int getprotobyname ( string name )
getprotobynumber
string getprotobynumber ( int number )
getrandmax
int getrandmax ( void )
getrusage
array getrusage ( [int who] )
getservbyname
int getservbyname ( string service, string protocol )
getservbyport
string getservbyport ( int port, string protocol )
gettext
string gettext ( string message )
gettimeofday
mixed gettimeofday ( [bool return_float] )
gettype
string gettype ( mixed var )
glob
array glob ( string pattern [, int flags] )
gmdate
string gmdate ( string format [, int timestamp] )
gmmktime
int gmmktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
gmp_abs
resource gmp_abs ( resource a )
gmp_add
resource gmp_add ( resource a, resource b )
gmp_and
resource gmp_and ( resource a, resource b )
gmp_clrbit
void gmp_clrbit ( resource &a, int index )
gmp_cmp
int gmp_cmp ( resource a, resource b )
gmp_com
resource gmp_com ( resource a )
gmp_div_q
resource gmp_div_q ( resource a, resource b [, int round] )
gmp_div_qr
array gmp_div_qr ( resource n, resource d [, int round] )
gmp_div_r
resource gmp_div_r ( resource n, resource d [, int round] )
gmp_divexact
resource gmp_divexact ( resource n, resource d )
gmp_fact
resource gmp_fact ( int a )
gmp_gcd
resource gmp_gcd ( resource a, resource b )
gmp_gcdext
array gmp_gcdext ( resource a, resource b )
gmp_hamdist
int gmp_hamdist ( resource a, resource b )
gmp_init
resource gmp_init ( mixed number [, int base] )
gmp_intval
int gmp_intval ( resource gmpnumber )
gmp_invert
resource gmp_invert ( resource a, resource b )
gmp_jacobi
int gmp_jacobi ( resource a, resource p )
gmp_legendre
int gmp_legendre ( resource a, resource p )
gmp_mod
resource gmp_mod ( resource n, resource d )
gmp_mul
resource gmp_mul ( resource a, resource b )
gmp_neg
resource gmp_neg ( resource a )
gmp_or
resource gmp_or ( resource a, resource b )
gmp_perfect_square
bool gmp_perfect_square ( resource a )
gmp_popcount
int gmp_popcount ( resource a )
gmp_pow
resource gmp_pow ( resource base, int exp )
gmp_powm
resource gmp_powm ( resource base, resource exp, resource mod )
gmp_prob_prime
int gmp_prob_prime ( resource a [, int reps] )
gmp_random
resource gmp_random ( int limiter )
gmp_scan0
int gmp_scan0 ( resource a, int start )
gmp_scan1
int gmp_scan1 ( resource a, int start )
gmp_setbit
void gmp_setbit ( resource &a, int index [, bool set_clear] )
gmp_sign
int gmp_sign ( resource a )
gmp_sqrt
resource gmp_sqrt ( resource a )
gmp_sqrtrem
array gmp_sqrtrem ( resource a )
gmp_strval
string gmp_strval ( resource gmpnumber [, int base] )
gmp_sub
resource gmp_sub ( resource a, resource b )
gmp_xor
resource gmp_xor ( resource a, resource b )
gmstrftime
string gmstrftime ( string format [, int timestamp] )
gnupg_adddecryptkey
bool gnupg_adddecryptkey ( resource identifier, string fingerprint, string passphrase )
gnupg_addencryptkey
bool gnupg_addencryptkey ( resource identifier, string fingerprint )
gnupg_addsignkey
bool gnupg_addsignkey ( resource identifier, string fingerprint [, string passphrase] )
gnupg_cleardecryptkeys
bool gnupg_cleardecryptkeys ( resource identifier )
gnupg_clearencryptkeys
bool gnupg_clearencryptkeys ( resource identifier )
gnupg_clearsignkeys
bool gnupg_clearsignkeys ( resource identifier )
gnupg_decrypt
string gnupg_decrypt ( resource identifier, string text )
gnupg_decryptverify
array gnupg_decryptverify ( resource identifier, string text, string plaintext )
gnupg_encrypt
string gnupg_encrypt ( resource identifier, string plaintext )
gnupg_encryptsign
string gnupg_encryptsign ( resource identifier, string plaintext )
gnupg_export
string gnupg_export ( resource identifier, string fingerprint )
gnupg_geterror
string gnupg_geterror ( resource identifier )
gnupg_getprotocol
int gnupg_getprotocol ( resource identifier )
gnupg_import
array gnupg_import ( resource identifier, string keydata )
gnupg_keyinfo
array gnupg_keyinfo ( resource identifier, string pattern )
gnupg_setarmor
bool gnupg_setarmor ( resource identifier, int armor )
gnupg_seterrormode
void gnupg_seterrormode ( resource identifier, int errormode )
gnupg_setsignmode
bool gnupg_setsignmode ( resource identifier, int signmode )
gnupg_sign
string gnupg_sign ( resource identifier, string plaintext )
gnupg_verify
array gnupg_verify ( resource identifier, string signed_text, string signature [, string plaintext] )
gopher_parsedir
array gopher_parsedir ( string dirent )
gregoriantojd
int gregoriantojd ( int month, int day, int year )
gzclose
bool gzclose ( resource zp )
gzcompress
string gzcompress ( string data [, int level] )
gzdeflate
string gzdeflate ( string data [, int level] )
gzencode
string gzencode ( string data [, int level [, int encoding_mode]] )
gzeof
int gzeof ( resource zp )
gzfile
array gzfile ( string filename [, int use_include_path] )
gzgetc
string gzgetc ( resource zp )
gzgets
string gzgets ( resource zp, int length )
gzgetss
string gzgetss ( resource zp, int length [, string allowable_tags] )
gzinflate
string gzinflate ( string data [, int length] )
gzopen
resource gzopen ( string filename, string mode [, int use_include_path] )
gzpassthru
int gzpassthru ( resource zp )
gzread
string gzread ( resource zp, int length )
gzrewind
bool gzrewind ( resource zp )
gzseek
int gzseek ( resource zp, int offset )
gztell
int gztell ( resource zp )
gzuncompress
string gzuncompress ( string data [, int length] )
gzwrite
int gzwrite ( resource zp, string string [, int length] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
halt_compiler
void __halt_compiler ( void )
hash_algos
array hash_algos ( void )
hash_file
string hash_file ( string algo, string filename [, bool raw_output] )
hash_final
string hash_final ( resource context [, bool raw_output] )
hash_hmac_file
string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] )
hash_hmac
string hash_hmac ( string algo, string data, string key [, bool raw_output] )
hash_init
resource hash_init ( string algo [, int options, string key] )
hash_update_file
bool hash_update_file ( resource context, string filename [, resource context] )
hash_update_stream
int hash_update_stream ( resource context, resource handle [, int length] )
hash_update
bool hash_update ( resource context, string data )
hash
string hash ( string algo, string data [, bool raw_output] )
header
void header ( string string [, bool replace [, int http_response_code]] )
headers_list
array headers_list ( void )
headers_sent
bool headers_sent ( [string &file [, int &line]] )
hebrev
string hebrev ( string hebrew_text [, int max_chars_per_line] )
hebrevc
string hebrevc ( string hebrew_text [, int max_chars_per_line] )
hexdec
number hexdec ( string hex_string )
highlight_file
mixed highlight_file ( string filename [, bool return] )
highlight_string
mixed highlight_string ( string str [, bool return] )
html_entity_decode
string html_entity_decode ( string string [, int quote_style [, string charset]] )
htmlentities
string htmlentities ( string string [, int quote_style [, string charset]] )
htmlspecialchars_decode
string htmlspecialchars_decode ( string string [, int quote_style] )
htmlspecialchars
string htmlspecialchars ( string string [, int quote_style [, string charset]] )
http_build_query
string http_build_query ( array formdata [, string numeric_prefix] )
hw_array2objrec
string hw_array2objrec ( array object_array )
hw_changeobject
bool hw_changeobject ( int link, int objid, array attributes )
hw_children
array hw_children ( int connection, int objectID )
hw_childrenobj
array hw_childrenobj ( int connection, int objectID )
hw_close
bool hw_close ( int connection )
hw_connect
int hw_connect ( string host, int port [, string username, string password] )
hw_connection_info
void hw_connection_info ( int link )
hw_cp
int hw_cp ( int connection, array object_id_array, int destination_id )
hw_deleteobject
bool hw_deleteobject ( int connection, int object_to_delete )
hw_docbyanchor
int hw_docbyanchor ( int connection, int anchorID )
hw_docbyanchorobj
string hw_docbyanchorobj ( int connection, int anchorID )
hw_document_attributes
string hw_document_attributes ( int hw_document )
hw_document_bodytag
string hw_document_bodytag ( int hw_document [, string prefix] )
hw_document_content
string hw_document_content ( int hw_document )
hw_document_setcontent
bool hw_document_setcontent ( int hw_document, string content )
hw_document_size
int hw_document_size ( int hw_document )
hw_dummy
string hw_dummy ( int link, int id, int msgid )
hw_edittext
bool hw_edittext ( int connection, int hw_document )
hw_error
int hw_error ( int connection )
hw_errormsg
string hw_errormsg ( int connection )
hw_free_document
bool hw_free_document ( int hw_document )
hw_getanchors
array hw_getanchors ( int connection, int objectID )
hw_getanchorsobj
array hw_getanchorsobj ( int connection, int objectID )
hw_getandlock
string hw_getandlock ( int connection, int objectID )
hw_getchildcoll
array hw_getchildcoll ( int connection, int objectID )
hw_getchildcollobj
array hw_getchildcollobj ( int connection, int objectID )
hw_getchilddoccoll
array hw_getchilddoccoll ( int connection, int objectID )
hw_getchilddoccollobj
array hw_getchilddoccollobj ( int connection, int objectID )
hw_getobject
mixed hw_getobject ( int connection, mixed objectID [, string query] )
hw_getobjectbyquery
array hw_getobjectbyquery ( int connection, string query, int max_hits )
hw_getobjectbyquerycoll
array hw_getobjectbyquerycoll ( int connection, int objectID, string query, int max_hits )
hw_getobjectbyquerycollobj
array hw_getobjectbyquerycollobj ( int connection, int objectID, string query, int max_hits )
hw_getobjectbyqueryobj
array hw_getobjectbyqueryobj ( int connection, string query, int max_hits )
hw_getparents
array hw_getparents ( int connection, int objectID )
hw_getparentsobj
array hw_getparentsobj ( int connection, int objectID )
hw_getrellink
string hw_getrellink ( int link, int rootid, int sourceid, int destid )
hw_getremote
int hw_getremote ( int connection, int objectID )
hw_getremotechildren
mixed hw_getremotechildren ( int connection, string object_record )
hw_getsrcbydestobj
array hw_getsrcbydestobj ( int connection, int objectID )
hw_gettext
int hw_gettext ( int connection, int objectID [, mixed rootID/prefix] )
hw_getusername
string hw_getusername ( int connection )
hw_identify
string hw_identify ( int link, string username, string password )
hw_incollections
array hw_incollections ( int connection, array object_id_array, array collection_id_array, int return_collections )
hw_info
string hw_info ( int connection )
hw_inscoll
int hw_inscoll ( int connection, int objectID, array object_array )
hw_insdoc
int hw_insdoc ( resource connection, int parentID, string object_record [, string text] )
hw_insertanchors
bool hw_insertanchors ( int hwdoc, array anchorecs, array dest [, array urlprefixes] )
hw_insertdocument
int hw_insertdocument ( int connection, int parent_id, int hw_document )
hw_insertobject
int hw_insertobject ( int connection, string object_rec, string parameter )
hw_mapid
int hw_mapid ( int connection, int server_id, int object_id )
hw_modifyobject
bool hw_modifyobject ( int connection, int object_to_change, array remove, array add [, int mode] )
hw_mv
int hw_mv ( int connection, array object_id_array, int source_id, int destination_id )
hw_new_document
int hw_new_document ( string object_record, string document_data, int document_size )
hw_objrec2array
array hw_objrec2array ( string object_record [, array format] )
hw_output_document
bool hw_output_document ( int hw_document )
hw_pconnect
int hw_pconnect ( string host, int port [, string username, string password] )
hw_pipedocument
int hw_pipedocument ( int connection, int objectID [, array url_prefixes] )
hw_root
int hw_root ( )
hw_setlinkroot
int hw_setlinkroot ( int link, int rootid )
hw_stat
string hw_stat ( int link )
hw_unlock
bool hw_unlock ( int connection, int objectID )
hw_who
array hw_who ( int connection )
hwapi_attribute_key
string hw_api_attribute->key ( void )
hwapi_attribute_langdepvalue
string hw_api_attribute->langdepvalue ( string language )
hwapi_attribute_value
string hw_api_attribute->value ( void )
hwapi_attribute_values
array hw_api_attribute->values ( void )
hwapi_attribute
HW_API_Attribute hw_api_attribute ( [string name [, string value]] )
hwapi_checkin
bool hw_api->checkin ( array parameter )
hwapi_checkout
bool hw_api->checkout ( array parameter )
hwapi_children
array hw_api->children ( array parameter )
hwapi_content_mimetype
string hw_api_content->mimetype ( void )
hwapi_content_read
string hw_api_content->read ( string buffer, int len )
hwapi_content
HW_API_Content hw_api->content ( array parameter )
hwapi_copy
hw_api_object hw_api->copy ( array parameter )
hwapi_dbstat
hw_api_object hw_api->dbstat ( array parameter )
hwapi_dcstat
hw_api_object hw_api->dcstat ( array parameter )
hwapi_dstanchors
array hw_api->dstanchors ( array parameter )
hwapi_dstofsrcanchor
hw_api_object hw_api->dstofsrcanchor ( array parameter )
hwapi_error_count
int hw_api_error->count ( void )
hwapi_error_reason
HW_API_Reason hw_api_error->reason ( void )
hwapi_find
array hw_api->find ( array parameter )
hwapi_ftstat
hw_api_object hw_api->ftstat ( array parameter )
hwapi_hgcsp
HW_API hwapi_hgcsp ( string hostname [, int port] )
hwapi_hwstat
hw_api_object hw_api->hwstat ( array parameter )
hwapi_identify
bool hw_api->identify ( array parameter )
hwapi_info
array hw_api->info ( array parameter )
hwapi_insert
hw_api_object hw_api->insert ( array parameter )
hwapi_insertanchor
hw_api_object hw_api->insertanchor ( array parameter )
hwapi_insertcollection
hw_api_object hw_api->insertcollection ( array parameter )
hwapi_insertdocument
hw_api_object hw_api->insertdocument ( array parameter )
hwapi_link
bool hw_api->link ( array parameter )
hwapi_lock
bool hw_api->lock ( array parameter )
hwapi_move
bool hw_api->move ( array parameter )
hwapi_new_content
HW_API_Content hw_api_content ( string content, string mimetype )
hwapi_object_assign
bool hw_api_object->assign ( array parameter )
hwapi_object_attreditable
bool hw_api_object->attreditable ( array parameter )
hwapi_object_count
int hw_api_object->count ( array parameter )
hwapi_object_insert
bool hw_api_object->insert ( HW_API_Attribute attribute )
hwapi_object_new
hw_api_object hw_api_object ( array parameter )
hwapi_object_remove
bool hw_api_object->remove ( string name )
hwapi_object_title
string hw_api_object->title ( array parameter )
hwapi_object_value
string hw_api_object->value ( string name )
hwapi_object
hw_api_object hw_api->object ( array parameter )
hwapi_objectbyanchor
hw_api_object hw_api->objectbyanchor ( array parameter )
hwapi_parents
array hw_api->parents ( array parameter )
hwapi_reason_description
string hw_api_reason->description ( void )
hwapi_reason_type
HW_API_Reason hw_api_reason->type ( void )
hwapi_remove
bool hw_api->remove ( array parameter )
hwapi_replace
hw_api_object hw_api->replace ( array parameter )
hwapi_setcommittedversion
hw_api_object hw_api->setcommittedversion ( array parameter )
hwapi_srcanchors
array hw_api->srcanchors ( array parameter )
hwapi_srcsofdst
array hw_api->srcsofdst ( array parameter )
hwapi_unlock
bool hw_api->unlock ( array parameter )
hwapi_user
hw_api_object hw_api->user ( array parameter )
hwapi_userlist
array hw_api->userlist ( array parameter )
hypot
float hypot ( float x, float y )
a b c d e f g h i j k l m n o p q r s t u v w x y z
i18n_loc_get_default
string i18n_loc_get_default ( void )
i18n_loc_set_default
bool i18n_loc_set_default ( string name )
ibase_add_user
bool ibase_add_user ( resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] )
ibase_affected_rows
int ibase_affected_rows ( [resource link_identifier] )
ibase_backup
mixed ibase_backup ( resource service_handle, string source_db, string dest_file [, int options [, bool verbose]] )
ibase_blob_add
void ibase_blob_add ( resource blob_handle, string data )
ibase_blob_cancel
bool ibase_blob_cancel ( resource blob_handle )
ibase_blob_close
mixed ibase_blob_close ( resource blob_handle )
ibase_blob_create
resource ibase_blob_create ( [resource link_identifier] )
ibase_blob_echo
bool ibase_blob_echo ( resource link_identifier, string blob_id )
ibase_blob_get
string ibase_blob_get ( resource blob_handle, int len )
ibase_blob_import
string ibase_blob_import ( resource link_identifier, resource file_handle )
ibase_blob_info
array ibase_blob_info ( resource link_identifier, string blob_id )
ibase_blob_open
resource ibase_blob_open ( resource link_identifier, string blob_id )
ibase_close
bool ibase_close ( [resource connection_id] )
ibase_commit_ret
bool ibase_commit_ret ( [resource link_or_trans_identifier] )
ibase_commit
bool ibase_commit ( [resource link_or_trans_identifier] )
ibase_connect
resource ibase_connect ( [string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]] )
ibase_db_info
string ibase_db_info ( resource service_handle, string db, int action [, int argument] )
ibase_delete_user
bool ibase_delete_user ( resource service_handle, string user_name )
ibase_drop_db
bool ibase_drop_db ( [resource connection] )
ibase_errcode
int ibase_errcode ( void )
ibase_errmsg
string ibase_errmsg ( void )
ibase_execute
resource ibase_execute ( resource query [, mixed bind_arg [, mixed ...]] )
ibase_fetch_assoc
array ibase_fetch_assoc ( resource result [, int fetch_flag] )
ibase_fetch_object
object ibase_fetch_object ( resource result_id [, int fetch_flag] )
ibase_fetch_row
array ibase_fetch_row ( resource result_identifier [, int fetch_flag] )
ibase_field_info
array ibase_field_info ( resource result, int field_number )
ibase_free_event_handler
bool ibase_free_event_handler ( resource event )
ibase_free_query
bool ibase_free_query ( resource query )
ibase_free_result
bool ibase_free_result ( resource result_identifier )
ibase_gen_id
mixed ibase_gen_id ( string generator [, int increment [, resource link_identifier]] )
ibase_maintain_db
bool ibase_maintain_db ( resource service_handle, string db, int action [, int argument] )
ibase_modify_user
bool ibase_modify_user ( resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] )
ibase_name_result
bool ibase_name_result ( resource result, string name )
ibase_num_fields
int ibase_num_fields ( resource result_id )
ibase_num_params
int ibase_num_params ( resource query )
ibase_param_info
array ibase_param_info ( resource query, int param_number )
ibase_pconnect
resource ibase_pconnect ( [string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]] )
ibase_prepare
resource ibase_prepare ( string query )
ibase_query
resource ibase_query ( [resource link_identifier, string query [, int bind_args]] )
ibase_restore
mixed ibase_restore ( resource service_handle, string source_file, string dest_db [, int options [, bool verbose]] )
ibase_rollback_ret
bool ibase_rollback_ret ( [resource link_or_trans_identifier] )
ibase_rollback
bool ibase_rollback ( [resource link_or_trans_identifier] )
ibase_server_info
string ibase_server_info ( resource service_handle, int action )
ibase_service_attach
resource ibase_service_attach ( string host, string dba_username, string dba_password )
ibase_service_detach
bool ibase_service_detach ( resource service_handle )
ibase_set_event_handler
resource ibase_set_event_handler ( callback event_handler, string event_name1 [, string event_name2 [, string ...]] )
ibase_timefmt
int ibase_timefmt ( string format [, int columntype] )
ibase_trans
resource ibase_trans ( [int trans_args [, resource link_identifier]] )
ibase_wait_event
string ibase_wait_event ( string event_name1 [, string event_name2 [, string ...]] )
icap_close
int icap_close ( int icap_stream [, int flags] )
icap_create_calendar
string icap_create_calendar ( int stream_id, string calendar )
icap_delete_calendar
string icap_delete_calendar ( int stream_id, string calendar )
icap_delete_event
string icap_delete_event ( int stream_id, int uid )
icap_fetch_event
int icap_fetch_event ( int stream_id, int event_id [, int options] )
icap_list_alarms
int icap_list_alarms ( int stream_id, array date, array time )
icap_list_events
array icap_list_events ( int stream_id, int begin_date [, int end_date] )
icap_open
resource icap_open ( string calendar, string username, string password, string options )
icap_rename_calendar
string icap_rename_calendar ( int stream_id, string old_name, string new_name )
icap_reopen
int icap_reopen ( int stream_id, string calendar [, int options] )
icap_snooze
string icap_snooze ( int stream_id, int uid )
icap_store_event
string icap_store_event ( int stream_id, object event )
iconv_get_encoding
mixed iconv_get_encoding ( [string type] )
iconv_mime_decode_headers
array iconv_mime_decode_headers ( string encoded_headers [, int mode [, string charset]] )
iconv_mime_decode
string iconv_mime_decode ( string encoded_header [, int mode [, string charset]] )
iconv_mime_encode
string iconv_mime_encode ( string field_name, string field_value [, array preferences] )
iconv_set_encoding
bool iconv_set_encoding ( string type, string charset )
iconv_strlen
int iconv_strlen ( string str [, string charset] )
iconv_strpos
int iconv_strpos ( string haystack, string needle [, int offset [, string charset]] )
iconv_strrpos
int iconv_strrpos ( string haystack, string needle [, string charset] )
iconv_substr
string iconv_substr ( string str, int offset [, int length [, string charset]] )
iconv
string iconv ( string in_charset, string out_charset, string str )
id3_get_frame_long_name
string id3_get_frame_long_name ( string frameId )
id3_get_frame_short_name
string id3_get_frame_short_name ( string frameId )
id3_get_genre_id
int id3_get_genre_id ( string genre )
id3_get_genre_list
array id3_get_genre_list ( void )
id3_get_genre_name
string id3_get_genre_name ( int genre_id )
id3_get_tag
array id3_get_tag ( string filename [, int version] )
id3_get_version
int id3_get_version ( string filename )
id3_remove_tag
bool id3_remove_tag ( string filename [, int version] )
id3_set_tag
bool id3_set_tag ( string filename, array tag [, int version] )
idate
int idate ( string format [, int timestamp] )
ifx_affected_rows
int ifx_affected_rows ( int result_id )
ifx_blobinfile_mode
void ifx_blobinfile_mode ( int mode )
ifx_byteasvarchar
void ifx_byteasvarchar ( int mode )
ifx_close
int ifx_close ( [int link_identifier] )
ifx_connect
int ifx_connect ( [string database [, string userid [, string password]]] )
ifx_copy_blob
int ifx_copy_blob ( int bid )
ifx_create_blob
int ifx_create_blob ( int type, int mode, string param )
ifx_create_char
int ifx_create_char ( string param )
ifx_do
int ifx_do ( int result_id )
ifx_error
string ifx_error ( void )
ifx_errormsg
string ifx_errormsg ( [int errorcode] )
ifx_fetch_row
array ifx_fetch_row ( int result_id [, mixed position] )
ifx_fieldproperties
array ifx_fieldproperties ( int result_id )
ifx_fieldtypes
array ifx_fieldtypes ( int result_id )
ifx_free_blob
int ifx_free_blob ( int bid )
ifx_free_char
int ifx_free_char ( int bid )
ifx_free_result
int ifx_free_result ( int result_id )
ifx_get_blob
int ifx_get_blob ( int bid )
ifx_get_char
int ifx_get_char ( int bid )
ifx_getsqlca
array ifx_getsqlca ( int result_id )
ifx_htmltbl_result
int ifx_htmltbl_result ( int result_id [, string html_table_options] )
ifx_nullformat
void ifx_nullformat ( int mode )
ifx_num_fields
int ifx_num_fields ( int result_id )
ifx_num_rows
int ifx_num_rows ( int result_id )
ifx_pconnect
int ifx_pconnect ( [string database [, string userid [, string password]]] )
ifx_prepare
int ifx_prepare ( string query, int conn_id [, int cursor_def, mixed blobidarray] )
ifx_query
int ifx_query ( string query, int link_identifier [, int cursor_type [, mixed blobidarray]] )
ifx_textasvarchar
void ifx_textasvarchar ( int mode )
ifx_update_blob
bool ifx_update_blob ( int bid, string content )
ifx_update_char
int ifx_update_char ( int bid, string content )
ifxus_close_slob
int ifxus_close_slob ( int bid )
ifxus_create_slob
int ifxus_create_slob ( int mode )
ifxus_free_slob
int ifxus_free_slob ( int bid )
ifxus_open_slob
int ifxus_open_slob ( int bid, int mode )
ifxus_read_slob
int ifxus_read_slob ( int bid, int nbytes )
ifxus_seek_slob
int ifxus_seek_slob ( int bid, int mode, int offset )
ifxus_tell_slob
int ifxus_tell_slob ( int bid )
ifxus_write_slob
int ifxus_write_slob ( int bid, string content )
ignore_user_abort
int ignore_user_abort ( [bool setting] )
iis_add_server
int iis_add_server ( string path, string comment, string server_ip, int port, string host_name, int rights, int start_server )
iis_get_dir_security
int iis_get_dir_security ( int server_instance, string virtual_path )
iis_get_script_map
string iis_get_script_map ( int server_instance, string virtual_path, string script_extension )
iis_get_server_by_comment
int iis_get_server_by_comment ( string comment )
iis_get_server_by_path
int iis_get_server_by_path ( string path )
iis_get_server_rights
int iis_get_server_rights ( int server_instance, string virtual_path )
iis_get_service_state
int iis_get_service_state ( string service_id )
iis_remove_server
int iis_remove_server ( int server_instance )
iis_set_app_settings
int iis_set_app_settings ( int server_instance, string virtual_path, string application_scope )
iis_set_dir_security
int iis_set_dir_security ( int server_instance, string virtual_path, int directory_flags )
iis_set_script_map
int iis_set_script_map ( int server_instance, string virtual_path, string script_extension, string engine_path, int allow_scripting )
iis_set_server_rights
int iis_set_server_rights ( int server_instance, string virtual_path, int directory_flags )
iis_start_server
int iis_start_server ( int server_instance )
iis_start_service
int iis_start_service ( string service_id )
iis_stop_server
int iis_stop_server ( int server_instance )
iis_stop_service
int iis_stop_service ( string service_id )
image_type_to_extension
string image_type_to_extension ( int imagetype [, bool include_dot] )
image_type_to_mime_type
string image_type_to_mime_type ( int imagetype )
image2wbmp
int image2wbmp ( resource image [, string filename [, int threshold]] )
imagealphablending
bool imagealphablending ( resource image, bool blendmode )
imageantialias
bool imageantialias ( resource im, bool on )
imagearc
bool imagearc ( resource image, int cx, int cy, int w, int h, int s, int e, int color )
imagechar
bool imagechar ( resource image, int font, int x, int y, string c, int color )
imagecharup
bool imagecharup ( resource image, int font, int x, int y, string c, int color )
imagecolorallocate
int imagecolorallocate ( resource image, int red, int green, int blue )
imagecolorallocatealpha
int imagecolorallocatealpha ( resource image, int red, int green, int blue, int alpha )
imagecolorat
int imagecolorat ( resource image, int x, int y )
imagecolorclosest
int imagecolorclosest ( resource image, int red, int green, int blue )
imagecolorclosestalpha
int imagecolorclosestalpha ( resource image, int red, int green, int blue, int alpha )
imagecolorclosesthwb
int imagecolorclosesthwb ( resource image, int red, int green, int blue )
imagecolordeallocate
bool imagecolordeallocate ( resource image, int color )
imagecolorexact
int imagecolorexact ( resource image, int red, int green, int blue )
imagecolorexactalpha
int imagecolorexactalpha ( resource image, int red, int green, int blue, int alpha )
imagecolormatch
bool imagecolormatch ( resource image1, resource image2 )
imagecolorresolve
int imagecolorresolve ( resource image, int red, int green, int blue )
imagecolorresolvealpha
int imagecolorresolvealpha ( resource image, int red, int green, int blue, int alpha )
imagecolorset
void imagecolorset ( resource image, int index, int red, int green, int blue )
imagecolorsforindex
array imagecolorsforindex ( resource image, int index )
imagecolorstotal
int imagecolorstotal ( resource image )
imagecolortransparent
int imagecolortransparent ( resource image [, int color] )
imageconvolution
bool imageconvolution ( resource image, array matrix3x3, float div, float offset )
imagecopy
bool imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h )
imagecopymerge
bool imagecopymerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct )
imagecopymergegray
bool imagecopymergegray ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct )
imagecopyresampled
bool imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )
imagecopyresized
bool imagecopyresized ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )
imagecreate
resource imagecreate ( int x_size, int y_size )
imagecreatefromgd
resource imagecreatefromgd ( string filename )
imagecreatefromgd2
resource imagecreatefromgd2 ( string filename )
imagecreatefromgd2part
resource imagecreatefromgd2part ( string filename, int srcX, int srcY, int width, int height )
imagecreatefromgif
resource imagecreatefromgif ( string filename )
imagecreatefromjpeg
resource imagecreatefromjpeg ( string filename )
imagecreatefrompng
resource imagecreatefrompng ( string filename )
imagecreatefromstring
resource imagecreatefromstring ( string image )
imagecreatefromwbmp
resource imagecreatefromwbmp ( string filename )
imagecreatefromxbm
resource imagecreatefromxbm ( string filename )
imagecreatefromxpm
resource imagecreatefromxpm ( string filename )
imagecreatetruecolor
resource imagecreatetruecolor ( int x_size, int y_size )
imagedashedline
bool imagedashedline ( resource image, int x1, int y1, int x2, int y2, int color )
imagedestroy
bool imagedestroy ( resource image )
imageellipse
bool imageellipse ( resource image, int cx, int cy, int w, int h, int color )
imagefill
bool imagefill ( resource image, int x, int y, int color )
imagefilledarc
bool imagefilledarc ( resource image, int cx, int cy, int w, int h, int s, int e, int color, int style )
imagefilledellipse
bool imagefilledellipse ( resource image, int cx, int cy, int w, int h, int color )
imagefilledpolygon
bool imagefilledpolygon ( resource image, array points, int num_points, int color )
imagefilledrectangle
bool imagefilledrectangle ( resource image, int x1, int y1, int x2, int y2, int color )
imagefilltoborder
bool imagefilltoborder ( resource image, int x, int y, int border, int color )
imagefilter
bool imagefilter ( resource src_im, int filtertype [, int arg1 [, int arg2 [, int arg3]]] )
imagefontheight
int imagefontheight ( int font )
imagefontwidth
int imagefontwidth ( int font )
imageftbbox
array imageftbbox ( float size, float angle, string font_file, string text [, array extrainfo] )
imagefttext
array imagefttext ( resource image, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo] )
imagegammacorrect
bool imagegammacorrect ( resource image, float inputgamma, float outputgamma )
imagegd
bool imagegd ( resource image [, string filename] )
imagegd2
bool imagegd2 ( resource image [, string filename [, int chunk_size [, int type]]] )
imagegif
bool imagegif ( resource image [, string filename] )
imageinterlace
int imageinterlace ( resource image [, int interlace] )
imageistruecolor
bool imageistruecolor ( resource image )
imagejpeg
bool imagejpeg ( resource image [, string filename [, int quality]] )
imagelayereffect
bool imagelayereffect ( resource image, int effect )
imageline
bool imageline ( resource image, int x1, int y1, int x2, int y2, int color )
imageloadfont
int imageloadfont ( string file )
imagepalettecopy
void imagepalettecopy ( resource destination, resource source )
imagepng
bool imagepng ( resource image [, string filename] )
imagepolygon
bool imagepolygon ( resource image, array points, int num_points, int color )
imagepsbbox
array imagepsbbox ( string text, int font, int size [, int space, int tightness, float angle] )
imagepscopyfont
int imagepscopyfont ( resource fontindex )
imagepsencodefont
bool imagepsencodefont ( resource font_index, string encodingfile )
imagepsextendfont
bool imagepsextendfont ( int font_index, float extend )
imagepsfreefont
bool imagepsfreefont ( resource fontindex )
imagepsloadfont
resource imagepsloadfont ( string filename )
imagepsslantfont
bool imagepsslantfont ( resource font_index, float slant )
imagepstext
array imagepstext ( resource image, string text, resource font, int size, int foreground, int background, int x, int y [, int space, int tightness, float angle, int antialias_steps] )
imagerectangle
bool imagerectangle ( resource image, int x1, int y1, int x2, int y2, int col )
imagerotate
resource imagerotate ( resource src_im, float angle, int bgd_color [, int ignore_transparent] )
imagesavealpha
bool imagesavealpha ( resource image, bool saveflag )
imagesetbrush
bool imagesetbrush ( resource image, resource brush )
imagesetpixel
bool imagesetpixel ( resource image, int x, int y, int color )
imagesetstyle
bool imagesetstyle ( resource image, array style )
imagesetthickness
bool imagesetthickness ( resource image, int thickness )
imagesettile
bool imagesettile ( resource image, resource tile )
imagestring
bool imagestring ( resource image, int font, int x, int y, string s, int col )
imagestringup
bool imagestringup ( resource image, int font, int x, int y, string s, int col )
imagesx
int imagesx ( resource image )
imagesy
int imagesy ( resource image )
imagetruecolortopalette
bool imagetruecolortopalette ( resource image, bool dither, int ncolors )
imagettfbbox
array imagettfbbox ( float size, float angle, string fontfile, string text )
imagettftext
array imagettftext ( resource image, float size, float angle, int x, int y, int color, string fontfile, string text )
imagetypes
int imagetypes ( void )
imagewbmp
bool imagewbmp ( resource image [, string filename [, int foreground]] )
imagexbm
bool imagexbm ( resource image, string filename [, int foreground] )
imap_8bit
string imap_8bit ( string string )
imap_alerts
array imap_alerts ( void )
imap_append
bool imap_append ( resource imap_stream, string mbox, string message [, string options] )
imap_base64
string imap_base64 ( string text )
imap_binary
string imap_binary ( string string )
imap_body
string imap_body ( resource imap_stream, int msg_number [, int options] )
imap_bodystruct
object imap_bodystruct ( resource stream_id, int msg_no, string section )
imap_check
object imap_check ( resource imap_stream )
imap_clearflag_full
bool imap_clearflag_full ( resource stream, string sequence, string flag [, string options] )
imap_close
bool imap_close ( resource imap_stream [, int flag] )
imap_createmailbox
bool imap_createmailbox ( resource imap_stream, string mbox )
imap_delete
bool imap_delete ( int imap_stream, int msg_number [, int options] )
imap_deletemailbox
bool imap_deletemailbox ( resource imap_stream, string mbox )
imap_errors
array imap_errors ( void )
imap_expunge
bool imap_expunge ( resource imap_stream )
imap_fetch_overview
array imap_fetch_overview ( resource imap_stream, string sequence [, int options] )
imap_fetchbody
string imap_fetchbody ( resource imap_stream, int msg_number, string part_number [, int options] )
imap_fetchheader
string imap_fetchheader ( resource imap_stream, int msgno [, int options] )
imap_fetchstructure
object imap_fetchstructure ( resource imap_stream, int msg_number [, int options] )
imap_get_quota
array imap_get_quota ( resource imap_stream, string quota_root )
imap_get_quotaroot
array imap_get_quotaroot ( resource imap_stream, string quota_root )
imap_getacl
array imap_getacl ( resource stream_id, string mailbox )
imap_getmailboxes
array imap_getmailboxes ( resource imap_stream, string ref, string pattern )
imap_getsubscribed
array imap_getsubscribed ( resource imap_stream, string ref, string pattern )
imap_headerinfo
object imap_headerinfo ( resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]] )
imap_headers
array imap_headers ( resource imap_stream )
imap_last_error
string imap_last_error ( void )
imap_list
array imap_list ( resource imap_stream, string ref, string pattern )
imap_listscan
array imap_listscan ( resource imap_stream, string ref, string pattern, string content )
imap_lsub
array imap_lsub ( resource imap_stream, string ref, string pattern )
imap_mail_compose
string imap_mail_compose ( array envelope, array body )
imap_mail_copy
bool imap_mail_copy ( resource imap_stream, string msglist, string mbox [, int options] )
imap_mail_move
bool imap_mail_move ( resource imap_stream, string msglist, string mbox [, int options] )
imap_mail
bool imap_mail ( string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]] )
imap_mailboxmsginfo
object imap_mailboxmsginfo ( resource imap_stream )
imap_mime_header_decode
array imap_mime_header_decode ( string text )
imap_msgno
int imap_msgno ( resource imap_stream, int uid )
imap_num_msg
int imap_num_msg ( resource imap_stream )
imap_num_recent
int imap_num_recent ( resource imap_stream )
imap_open
resource imap_open ( string mailbox, string username, string password [, int options] )
imap_ping
bool imap_ping ( resource imap_stream )
imap_qprint
string imap_qprint ( string string )
imap_renamemailbox
bool imap_renamemailbox ( resource imap_stream, string old_mbox, string new_mbox )
imap_reopen
bool imap_reopen ( resource imap_stream, string mailbox [, int options] )
imap_rfc822_parse_adrlist
array imap_rfc822_parse_adrlist ( string address, string default_host )
imap_rfc822_parse_headers
object imap_rfc822_parse_headers ( string headers [, string defaulthost] )
imap_rfc822_write_address
string imap_rfc822_write_address ( string mailbox, string host, string personal )
imap_search
array imap_search ( resource imap_stream, string criteria [, int options [, string charset]] )
imap_set_quota
bool imap_set_quota ( resource imap_stream, string quota_root, int quota_limit )
imap_setacl
bool imap_setacl ( resource stream_id, string mailbox, string id, string rights )
imap_setflag_full
bool imap_setflag_full ( resource stream, string sequence, string flag [, string options] )
imap_sort
array imap_sort ( resource stream, int criteria, int reverse [, int options [, string search_criteria [, string charset]]] )
imap_status
object imap_status ( resource imap_stream, string mailbox, int options )
imap_subscribe
bool imap_subscribe ( resource imap_stream, string mbox )
imap_thread
array imap_thread ( resource stream_id [, int options] )
imap_timeout
mixed imap_timeout ( int timeout_type [, int timeout] )
imap_uid
int imap_uid ( resource imap_stream, int msgno )
imap_undelete
bool imap_undelete ( resource imap_stream, int msg_number [, int flags] )
imap_unsubscribe
bool imap_unsubscribe ( string imap_stream, string mbox )
imap_utf7_decode
string imap_utf7_decode ( string text )
imap_utf7_encode
string imap_utf7_encode ( string data )
imap_utf8
string imap_utf8 ( string mime_encoded_text )
implode
string implode ( string glue, array pieces )
import_request_variables
bool import_request_variables ( string types [, string prefix] )
in_array
bool in_array ( mixed needle, array haystack [, bool strict] )
inet_ntop
string inet_ntop ( string in_addr )
inet_pton
string inet_pton ( string address )
ingres_autocommit
bool ingres_autocommit ( [resource link] )
ingres_close
bool ingres_close ( [resource link] )
ingres_commit
bool ingres_commit ( [resource link] )
ingres_connect
resource ingres_connect ( [string database [, string username [, string password]]] )
ingres_cursor
string ingres_cursor ( [resource link] )
ingres_errno
int ingres_errno ( [resource link] )
ingres_error
string ingres_error ( [resource link] )
ingres_errsqlstate
string ingres_errsqlstate ( [resource link] )
ingres_fetch_array
array ingres_fetch_array ( [int result_type [, resource link]] )
ingres_fetch_object
object ingres_fetch_object ( [int result_type [, resource link]] )
ingres_fetch_row
array ingres_fetch_row ( [resource link] )
ingres_field_length
int ingres_field_length ( int index [, resource link] )
ingres_field_name
string ingres_field_name ( int index [, resource link] )
ingres_field_nullable
bool ingres_field_nullable ( int index [, resource link] )
ingres_field_precision
int ingres_field_precision ( int index [, resource link] )
ingres_field_scale
int ingres_field_scale ( int index [, resource link] )
ingres_field_type
string ingres_field_type ( int index [, resource link] )
ingres_num_fields
int ingres_num_fields ( [resource link] )
ingres_num_rows
int ingres_num_rows ( [resource link] )
ingres_pconnect
resource ingres_pconnect ( [string database [, string username [, string password]]] )
ingres_query
bool ingres_query ( string query [, resource link] )
ingres_rollback
bool ingres_rollback ( [resource link] )
ini_get_all
array ini_get_all ( [string extension] )
ini_get
string ini_get ( string varname )
ini_restore
void ini_restore ( string varname )
ini_set
string ini_set ( string varname, string newvalue )
input_filters_list
array input_filters_list ( void )
input_get
mixed input_get ( int type, string variable_name [, int filter [, mixed flags [, string charset]]] )
input_has_variable
bool input_has_variable ( int type, string variable_name )
input_name_to_filter
int input_name_to_filter ( string filtername )
interface_exists
bool interface_exists ( string interface_name [, bool autoload] )
intval
int intval ( mixed var [, int base] )
ip2long
int ip2long ( string ip_address )
iptcembed
mixed iptcembed ( string iptcdata, string jpeg_file_name [, int spool] )
iptcparse
array iptcparse ( string iptcblock )
ircg_channel_mode
bool ircg_channel_mode ( resource connection, string channel, string mode_spec, string nick )
ircg_disconnect
bool ircg_disconnect ( resource connection, string reason )
ircg_eval_ecmascript_params
array ircg_eval_ecmascript_params ( string params )
ircg_fetch_error_msg
array ircg_fetch_error_msg ( resource connection )
ircg_get_username
string ircg_get_username ( resource connection )
ircg_html_encode
string ircg_html_encode ( string html_string [, bool auto_links [, bool conv_br]] )
ircg_ignore_add
void ircg_ignore_add ( resource connection, string nick )
ircg_ignore_del
bool ircg_ignore_del ( resource connection, string nick )
ircg_invite
bool ircg_invite ( resource connection, string channel, string nickname )
ircg_is_conn_alive
bool ircg_is_conn_alive ( resource connection )
ircg_join
bool ircg_join ( resource connection, string channel [, string key] )
ircg_kick
bool ircg_kick ( resource connection, string channel, string nick, string reason )
ircg_list
bool ircg_list ( resource connection, string channel )
ircg_lookup_format_messages
bool ircg_lookup_format_messages ( string name )
ircg_lusers
bool ircg_lusers ( resource connection )
ircg_msg
bool ircg_msg ( resource connection, string recipient, string message [, bool suppress] )
ircg_names
bool ircg_names ( int connection, string channel [, string target] )
ircg_nick
bool ircg_nick ( resource connection, string nick )
ircg_nickname_escape
string ircg_nickname_escape ( string nick )
ircg_nickname_unescape
string ircg_nickname_unescape ( string nick )
ircg_notice
bool ircg_notice ( resource connection, string recipient, string message )
ircg_oper
bool ircg_oper ( resource connection, string name, string password )
ircg_part
bool ircg_part ( resource connection, string channel )
ircg_pconnect
resource ircg_pconnect ( string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings [, bool bailout_on_trivial]]]]]] )
ircg_register_format_messages
bool ircg_register_format_messages ( string name, array messages )
ircg_set_current
bool ircg_set_current ( resource connection )
ircg_set_file
bool ircg_set_file ( resource connection, string path )
ircg_set_on_die
bool ircg_set_on_die ( resource connection, string host, int port, string data )
ircg_topic
bool ircg_topic ( resource connection, string channel, string new_topic )
ircg_who
bool ircg_who ( resource connection, string mask [, bool ops_only] )
ircg_whois
bool ircg_whois ( resource connection, string nick )
is_a
bool is_a ( object object, string class_name )
is_array
bool is_array ( mixed var )
is_bool
bool is_bool ( mixed var )
is_callable
bool is_callable ( mixed var [, bool syntax_only [, string &callable_name]] )
is_dir
bool is_dir ( string filename )
is_executable
bool is_executable ( string filename )
is_file
bool is_file ( string filename )
is_finite
bool is_finite ( float val )
is_float
bool is_float ( mixed var )
is_infinite
bool is_infinite ( float val )
is_int
bool is_int ( mixed var )
is_link
bool is_link ( string filename )
is_nan
bool is_nan ( float val )
is_null
bool is_null ( mixed var )
is_numeric
bool is_numeric ( mixed var )
is_object
bool is_object ( mixed var )
is_readable
bool is_readable ( string filename )
is_resource
bool is_resource ( mixed var )
is_scalar
bool is_scalar ( mixed var )
is_soap_fault
bool is_soap_fault ( mixed obj )
is_string
bool is_string ( mixed var )
is_subclass_of
bool is_subclass_of ( mixed object, string class_name )
is_uploaded_file
bool is_uploaded_file ( string filename )
is_writable
bool is_writable ( string filename )
isset
bool isset ( mixed var [, mixed var [, ...]] )
iterator_count
int iterator_count ( IteratorAggregate iterator )
iterator_to_array
array iterator_to_array ( IteratorAggregate iterator )
a b c d e f g h i j k l m n o p q r s t u v w x y z
java_last_exception_clear
void java_last_exception_clear ( void )
java_last_exception_get
object java_last_exception_get ( void )
jddayofweek
mixed jddayofweek ( int julianday [, int mode] )
jdmonthname
string jdmonthname ( int julianday, int mode )
jdtofrench
string jdtofrench ( int juliandaycount )
jdtogregorian
string jdtogregorian ( int julianday )
jdtojewish
string jdtojewish ( int juliandaycount [, bool hebrew [, int fl]] )
jdtojulian
string jdtojulian ( int julianday )
jdtounix
int jdtounix ( int jday )
jewishtojd
int jewishtojd ( int month, int day, int year )
jpeg2wbmp
int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold )
juliantojd
int juliantojd ( int month, int day, int year )
a b c d e f g h i j k l m n o p q r s t u v w x y z
kadm5_chpass_principal
bool kadm5_chpass_principal ( resource handle, string principal, string password )
kadm5_create_principal
bool kadm5_create_principal ( resource handle, string principal [, string password [, array options]] )
kadm5_delete_principal
bool kadm5_delete_principal ( resource handle, string principal )
kadm5_destroy
bool kadm5_destroy ( resource handle )
kadm5_flush
bool kadm5_flush ( resource handle )
kadm5_get_policies
array kadm5_get_policies ( resource handle )
kadm5_get_principal
array kadm5_get_principal ( resource handle, string principal )
kadm5_get_principals
array kadm5_get_principals ( resource handle )
kadm5_init_with_password
resource kadm5_init_with_password ( string admin_server, string realm, string principal, string password )
kadm5_modify_principal
bool kadm5_modify_principal ( resource handle, string principal, array options )
key
mixed key ( array &array )
krsort
bool krsort ( array &array [, int sort_flags] )
ksort
bool ksort ( array &array [, int sort_flags] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
lcg_value
float lcg_value ( void )
ldap_8859_to_t61
string ldap_8859_to_t61 ( string value )
ldap_add
bool ldap_add ( resource link_identifier, string dn, array entry )
ldap_bind
bool ldap_bind ( resource link_identifier [, string bind_rdn [, string bind_password]] )
ldap_compare
mixed ldap_compare ( resource link_identifier, string dn, string attribute, string value )
ldap_connect
resource ldap_connect ( [string hostname [, int port]] )
ldap_count_entries
int ldap_count_entries ( resource link_identifier, resource result_identifier )
ldap_delete
bool ldap_delete ( resource link_identifier, string dn )
ldap_dn2ufn
string ldap_dn2ufn ( string dn )
ldap_err2str
string ldap_err2str ( int errno )
ldap_errno
int ldap_errno ( resource link_identifier )
ldap_error
string ldap_error ( resource link_identifier )
ldap_explode_dn
array ldap_explode_dn ( string dn, int with_attrib )
ldap_first_attribute
string ldap_first_attribute ( resource link_identifier, resource result_entry_identifier, int &ber_identifier )
ldap_first_entry
resource ldap_first_entry ( resource link_identifier, resource result_identifier )
ldap_first_reference
resource ldap_first_reference ( resource link, resource result )
ldap_free_result
bool ldap_free_result ( resource result_identifier )
ldap_get_attributes
array ldap_get_attributes ( resource link_identifier, resource result_entry_identifier )
ldap_get_dn
string ldap_get_dn ( resource link_identifier, resource result_entry_identifier )
ldap_get_entries
array ldap_get_entries ( resource link_identifier, resource result_identifier )
ldap_get_option
bool ldap_get_option ( resource link_identifier, int option, mixed &retval )
ldap_get_values_len
array ldap_get_values_len ( resource link_identifier, resource result_entry_identifier, string attribute )
ldap_get_values
array ldap_get_values ( resource link_identifier, resource result_entry_identifier, string attribute )
ldap_list
resource ldap_list ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
ldap_mod_add
bool ldap_mod_add ( resource link_identifier, string dn, array entry )
ldap_mod_del
bool ldap_mod_del ( resource link_identifier, string dn, array entry )
ldap_mod_replace
bool ldap_mod_replace ( resource link_identifier, string dn, array entry )
ldap_modify
bool ldap_modify ( resource link_identifier, string dn, array entry )
ldap_next_attribute
string ldap_next_attribute ( resource link_identifier, resource result_entry_identifier, resource &ber_identifier )
ldap_next_entry
resource ldap_next_entry ( resource link_identifier, resource result_entry_identifier )
ldap_next_reference
resource ldap_next_reference ( resource link, resource entry )
ldap_parse_reference
bool ldap_parse_reference ( resource link, resource entry, array &referrals )
ldap_parse_result
bool ldap_parse_result ( resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals]]] )
ldap_read
resource ldap_read ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
ldap_rename
bool ldap_rename ( resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn )
ldap_sasl_bind
bool ldap_sasl_bind ( resource link [, string binddn [, string password [, string sasl_mech [, string sasl_realm [, string sasl_authz_id [, string props]]]]]] )
ldap_search
resource ldap_search ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
ldap_set_option
bool ldap_set_option ( resource link_identifier, int option, mixed newval )
ldap_set_rebind_proc
bool ldap_set_rebind_proc ( resource link, callback callback )
ldap_sort
bool ldap_sort ( resource link, resource result, string sortfilter )
ldap_start_tls
bool ldap_start_tls ( resource link )
ldap_t61_to_8859
string ldap_t61_to_8859 ( string value )
ldap_unbind
bool ldap_unbind ( resource link_identifier )
levenshtein
int levenshtein ( string str1, string str2 [, int cost_ins, int cost_rep, int cost_del] )
libxml_clear_errors
void libxml_clear_errors ( void )
libxml_get_errors
array libxml_get_errors ( void )
libxml_get_last_error
LibXMLError libxml_get_last_error ( void )
libxml_set_streams_context
void libxml_set_streams_context ( resource streams_context )
libxml_use_internal_errors
bool libxml_use_internal_errors ( [bool use_errors] )
limititerator_getposition
int LimitIterator::getPosition ( void )
limititerator_next
void LimitIterator::next ( void )
limititerator_rewind
void LimitIterator::rewind ( void )
limititerator_seek
void LimitIterator::seek ( int position )
limititerator_valid
bool LimitIterator::valid ( void )
link
bool link ( string target, string link )
linkinfo
int linkinfo ( string path )
list
void list ( mixed varname, mixed ... )
localeconv
array localeconv ( void )
localtime
array localtime ( [int timestamp [, bool is_associative]] )
log
float log ( float arg [, float base] )
log10
float log10 ( float arg )
log1p
float log1p ( float number )
long2ip
string long2ip ( int proper_address )
lstat
array lstat ( string filename )
ltrim
string ltrim ( string str [, string charlist] )
lzf_compress
string lzf_compress ( string data )
lzf_decompress
string lzf_decompress ( string data )
lzf_optimized_for
int lzf_optimized_for ( void )
a b c d e f g h i j k l m n o p q r s t u v w x y z
m_checkstatus
int m_checkstatus ( resource conn, int identifier )
m_completeauthorizations
int m_completeauthorizations ( resource conn, int &array )
m_connect
int m_connect ( resource conn )
m_connectionerror
string m_connectionerror ( resource conn )
m_deletetrans
bool m_deletetrans ( resource conn, int identifier )
m_destroyconn
bool m_destroyconn ( resource conn )
m_destroyengine
void m_destroyengine ( void )
m_getcell
string m_getcell ( resource conn, int identifier, string column, int row )
m_getcellbynum
string m_getcellbynum ( resource conn, int identifier, int column, int row )
m_getcommadelimited
string m_getcommadelimited ( resource conn, int identifier )
m_getheader
string m_getheader ( resource conn, int identifier, int column_num )
m_initconn
resource m_initconn ( void )
m_initengine
int m_initengine ( string location )
m_iscommadelimited
int m_iscommadelimited ( resource conn, int identifier )
m_maxconntimeout
bool m_maxconntimeout ( resource conn, int secs )
m_monitor
int m_monitor ( resource conn )
m_numcolumns
int m_numcolumns ( resource conn, int identifier )
m_numrows
int m_numrows ( resource conn, int identifier )
m_parsecommadelimited
int m_parsecommadelimited ( resource conn, int identifier )
m_responsekeys
array m_responsekeys ( resource conn, int identifier )
m_responseparam
string m_responseparam ( resource conn, int identifier, string key )
m_returnstatus
int m_returnstatus ( resource conn, int identifier )
m_setblocking
int m_setblocking ( resource conn, int tf )
m_setdropfile
int m_setdropfile ( resource conn, string directory )
m_setip
int m_setip ( resource conn, string host, int port )
m_setssl_cafile
int m_setssl_cafile ( resource conn, string cafile )
m_setssl_files
int m_setssl_files ( resource conn, string sslkeyfile, string sslcertfile )
m_setssl
int m_setssl ( resource conn, string host, int port )
m_settimeout
int m_settimeout ( resource conn, int seconds )
m_sslcert_gen_hash
string m_sslcert_gen_hash ( string filename )
m_transactionssent
int m_transactionssent ( resource conn )
m_transinqueue
int m_transinqueue ( resource conn )
m_transkeyval
int m_transkeyval ( resource conn, int identifier, string key, string value )
m_transnew
int m_transnew ( resource conn )
m_transsend
int m_transsend ( resource conn, int identifier )
m_uwait
int m_uwait ( int microsecs )
m_validateidentifier
int m_validateidentifier ( resource conn, int tf )
m_verifyconnection
bool m_verifyconnection ( resource conn, int tf )
m_verifysslcert
bool m_verifysslcert ( resource conn, int tf )
mail
bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )
mailparse_determine_best_xfer_encoding
string mailparse_determine_best_xfer_encoding ( resource fp )
mailparse_msg_create
resource mailparse_msg_create ( void )
mailparse_msg_extract_part_file
string mailparse_msg_extract_part_file ( resource rfc2045, string filename [, callback callbackfunc] )
mailparse_msg_extract_part
void mailparse_msg_extract_part ( resource rfc2045, string msgbody [, callback callbackfunc] )
mailparse_msg_free
bool mailparse_msg_free ( resource rfc2045buf )
mailparse_msg_get_part_data
array mailparse_msg_get_part_data ( resource rfc2045 )
mailparse_msg_get_part
resource mailparse_msg_get_part ( resource rfc2045, string mimesection )
mailparse_msg_get_structure
array mailparse_msg_get_structure ( resource rfc2045 )
mailparse_msg_parse_file
resource mailparse_msg_parse_file ( string filename )
mailparse_msg_parse
bool mailparse_msg_parse ( resource rfc2045buf, string data )
mailparse_rfc822_parse_addresses
array mailparse_rfc822_parse_addresses ( string addresses )
mailparse_stream_encode
bool mailparse_stream_encode ( resource sourcefp, resource destfp, string encoding )
mailparse_uudecode_all
array mailparse_uudecode_all ( resource fp )
max
mixed max ( number arg1, number arg2 [, number ...] )
maxdb_affected_rows
Procedural style:
int maxdb_affected_rows ( resource link )
maxdb_autocommit
Procedural style:
bool maxdb_autocommit ( resource link, bool mode )
maxdb_change_user
Procedural style:
bool maxdb_change_user ( resource link, string user, string password, string database )
maxdb_character_set_name
Procedural style:
string maxdb_character_set_name ( resource link )
maxdb_close
Procedural style:
bool maxdb_close ( resource link )
maxdb_commit
Procedural style:
bool maxdb_commit ( resource link )
maxdb_connect_errno
int maxdb_connect_errno ( void )
maxdb_connect_error
string maxdb_connect_error ( void )
maxdb_connect
Procedural style
resource maxdb_connect ( [string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )
maxdb_data_seek
Procedural style:
bool maxdb_data_seek ( resource result, int offset )
maxdb_debug
void maxdb_debug ( string debug )
maxdb_disable_reads_from_master
Procedural style:
bool maxdb_disable_reads_from_master ( resource link )
maxdb_disable_rpl_parse
bool maxdb_disable_rpl_parse ( resource link )
maxdb_dump_debug_info
bool maxdb_dump_debug_info ( resource link )
maxdb_embedded_connect
resource maxdb_embedded_connect ( [string dbname] )
maxdb_enable_reads_from_master
bool maxdb_enable_reads_from_master ( resource link )
maxdb_enable_rpl_parse
bool maxdb_enable_rpl_parse ( resource link )
maxdb_errno
Procedural style:
int maxdb_errno ( resource link )
maxdb_error
Procedural style:
string maxdb_error ( resource link )
maxdb_fetch_array
Procedural style:
mixed maxdb_fetch_array ( resource result [, int resulttype] )
maxdb_fetch_assoc
Procedural style:
array maxdb_fetch_assoc ( resource result )
maxdb_fetch_field_direct
Procedural style:
mixed maxdb_fetch_field_direct ( resource result, int fieldnr )
maxdb_fetch_field
Procedural style:
mixed maxdb_fetch_field ( resource result )
maxdb_fetch_fields
Procedural style:
mixed maxdb_fetch_fields ( resource result )
maxdb_fetch_lengths
Procedural style:
array maxdb_fetch_lengths ( resource result )
maxdb_fetch_object
Procedural style:
object maxdb_fetch_object ( object result )
maxdb_fetch_row
Procedural style:
mixed maxdb_fetch_row ( resource result )
maxdb_field_count
Procedural style:
int maxdb_field_count ( resource link )
maxdb_field_seek
Procedural style:
bool maxdb_field_seek ( resource result, int fieldnr )
maxdb_field_tell
Procedural style:
int maxdb_field_tell ( resource result )
maxdb_free_result
Procedural style:
void maxdb_free_result ( resource result )
maxdb_get_client_info
string maxdb_get_client_info ( void )
maxdb_get_client_version
int maxdb_get_client_version ( void )
maxdb_get_host_info
Procdural style:
string maxdb_get_host_info ( resource link )
maxdb_get_proto_info
Procedural style:
int maxdb_get_proto_info ( resource link )
maxdb_get_server_info
Procedural style:
string maxdb_get_server_info ( resource link )
maxdb_get_server_version
Procedural style:
int maxdb_get_server_version ( resource link )
maxdb_info
Procedural style:
string maxdb_info ( resource link )
maxdb_init
resource maxdb_init ( void )
maxdb_insert_id
Procedural style:
mixed maxdb_insert_id ( resource link )
maxdb_kill
Procedural style:
bool maxdb_kill ( resource link, int processid )
maxdb_master_query
bool maxdb_master_query ( resource link, string query )
maxdb_more_results
bool maxdb_more_results ( resource link )
maxdb_multi_query
Procedural style:
bool maxdb_multi_query ( resource link, string query )
maxdb_next_result
bool maxdb_next_result ( resource link )
maxdb_num_fields
Procedural style:
int maxdb_num_fields ( resource result )
maxdb_num_rows
Procedural style:
int maxdb_num_rows ( resource result )
maxdb_options
Procedural style:
bool maxdb_options ( resource link, int option, mixed value )
maxdb_ping
Procedural style:
bool maxdb_ping ( resource link )
maxdb_prepare
Procedure style:
resource maxdb_prepare ( resource link, string query )
maxdb_query
Procedural style:
mixed maxdb_query ( resource link, string query [, int resultmode] )
maxdb_real_connect
Procedural style
bool maxdb_real_connect ( resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )
maxdb_real_escape_string
Procedural style:
string maxdb_real_escape_string ( resource link, string escapestr )
maxdb_real_query
Procedural style
bool maxdb_real_query ( resource link, string query )
maxdb_report
bool maxdb_report ( int flags )
maxdb_rollback
bool maxdb_rollback ( resource link )
maxdb_rpl_parse_enabled
int maxdb_rpl_parse_enabled ( resource link )
maxdb_rpl_probe
bool maxdb_rpl_probe ( resource link )
maxdb_rpl_query_type
int maxdb_rpl_query_type ( resource link )
maxdb_select_db
bool maxdb_select_db ( resource link, string dbname )
maxdb_send_query
bool maxdb_send_query ( resource link, string query )
maxdb_server_end
void maxdb_server_end ( void )
maxdb_server_init
bool maxdb_server_init ( [array server [, array groups]] )
maxdb_sqlstate
Procedural style:
string maxdb_sqlstate ( resource link )
maxdb_ssl_set
Procedural style:
bool maxdb_ssl_set ( resource link, string key, string cert, string ca, string capath, string cipher )
maxdb_stat
Procedural style:
string maxdb_stat ( resource link )
maxdb_stmt_affected_rows
Procedural style :
int maxdb_stmt_affected_rows ( resource stmt )
maxdb_stmt_bind_param
Procedural style:
bool maxdb_stmt_bind_param ( resource stmt, string types, mixed &var1 [, mixed &...] )
maxdb_stmt_bind_result
Procedural style:
bool maxdb_stmt_bind_result ( resource stmt, mixed &var1 [, mixed &...] )
maxdb_stmt_close_long_data
Procedural style:
bool maxdb_stmt_close_long_data ( resource stmt, int param_nr )
maxdb_stmt_close
Procedural style:
bool maxdb_stmt_close ( resource stmt )
maxdb_stmt_data_seek
Procedural style:
bool maxdb_stmt_data_seek ( resource statement, int offset )
maxdb_stmt_errno
Procedural style :
int maxdb_stmt_errno ( resource stmt )
maxdb_stmt_error
Procedural style:
string maxdb_stmt_error ( resource stmt )
maxdb_stmt_execute
Procedural style:
bool maxdb_stmt_execute ( resource stmt )
maxdb_stmt_fetch
Procedural style:
bool maxdb_stmt_fetch ( resource stmt )
maxdb_stmt_free_result
Procedural style:
void maxdb_stmt_free_result ( resource stmt )
maxdb_stmt_init
Procedural style :
resource maxdb_stmt_init ( resource link )
maxdb_stmt_num_rows
Procedural style :
int maxdb_stmt_num_rows ( resource stmt )
maxdb_stmt_param_count
Procedural style:
int maxdb_stmt_param_count ( resource stmt )
maxdb_stmt_prepare
Procedure style:
bool maxdb_stmt_prepare ( resource stmt, string query )
maxdb_stmt_reset
Procedural style:
bool maxdb_stmt_reset ( resource stmt )
maxdb_stmt_result_metadata
Procedural style:
resource maxdb_stmt_result_metadata ( resource stmt )
maxdb_stmt_send_long_data
Procedural style:
bool maxdb_stmt_send_long_data ( resource stmt, int param_nr, string data )
maxdb_stmt_sqlstate
string maxdb_stmt_sqlstate ( resource stmt )
maxdb_stmt_store_result
Procedural style:
bool maxdb_stmt_store_result ( resource stmt )
maxdb_store_result
Procedural style:
resource maxdb_store_result ( resource link )
maxdb_thread_id
Procedural style:
int maxdb_thread_id ( resource link )
maxdb_thread_safe
Procedural style:
bool maxdb_thread_safe ( void )
maxdb_use_result
Procedural style:
resource maxdb_use_result ( resource link )
maxdb_warning_count
Procedural style:
int maxdb_warning_count ( resource link )
mb_convert_case
string mb_convert_case ( string str, int mode [, string encoding] )
mb_convert_encoding
string mb_convert_encoding ( string str, string to_encoding [, mixed from_encoding] )
mb_convert_kana
string mb_convert_kana ( string str [, string option [, string encoding]] )
mb_convert_variables
string mb_convert_variables ( string to_encoding, mixed from_encoding, mixed &vars [, mixed &...] )
mb_decode_mimeheader
string mb_decode_mimeheader ( string str )
mb_decode_numericentity
string mb_decode_numericentity ( string str, array convmap [, string encoding] )
mb_detect_encoding
string mb_detect_encoding ( string str [, mixed encoding_list [, bool strict]] )
mb_detect_order
mixed mb_detect_order ( [mixed encoding_list] )
mb_encode_mimeheader
string mb_encode_mimeheader ( string str [, string charset [, string transfer_encoding [, string linefeed]]] )
mb_encode_numericentity
string mb_encode_numericentity ( string str, array convmap [, string encoding] )
mb_ereg_match
bool mb_ereg_match ( string pattern, string string [, string option] )
mb_ereg_replace
string mb_ereg_replace ( string pattern, string replacement, string string [, string option] )
mb_ereg_search_getpos
int mb_ereg_search_getpos ( void )
mb_ereg_search_getregs
array mb_ereg_search_getregs ( void )
mb_ereg_search_init
bool mb_ereg_search_init ( string string [, string pattern [, string option]] )
mb_ereg_search_pos
array mb_ereg_search_pos ( [string pattern [, string option]] )
mb_ereg_search_regs
array mb_ereg_search_regs ( [string pattern [, string option]] )
mb_ereg_search_setpos
bool mb_ereg_search_setpos ( int position )
mb_ereg_search
bool mb_ereg_search ( [string pattern [, string option]] )
mb_ereg
int mb_ereg ( string pattern, string string [, array regs] )
mb_eregi_replace
string mb_eregi_replace ( string pattern, string replace, string string [, string option] )
mb_eregi
int mb_eregi ( string pattern, string string [, array regs] )
mb_get_info
mixed mb_get_info ( [string type] )
mb_http_input
mixed mb_http_input ( [string type] )
mb_http_output
mixed mb_http_output ( [string encoding] )
mb_internal_encoding
mixed mb_internal_encoding ( [string encoding] )
mb_language
mixed mb_language ( [string language] )
mb_list_encodings
array mb_list_encodings ( void )
mb_output_handler
string mb_output_handler ( string contents, int status )
mb_parse_str
bool mb_parse_str ( string encoded_string [, array &result] )
mb_preferred_mime_name
string mb_preferred_mime_name ( string encoding )
mb_regex_encoding
mixed mb_regex_encoding ( [string encoding] )
mb_regex_set_options
string mb_regex_set_options ( [string options] )
mb_send_mail
bool mb_send_mail ( string to, string subject, string message [, string additional_headers [, string additional_parameter]] )
mb_split
array mb_split ( string pattern, string string [, int limit] )
mb_strcut
string mb_strcut ( string str, int start [, int length [, string encoding]] )
mb_strimwidth
string mb_strimwidth ( string str, int start, int width [, string trimmarker [, string encoding]] )
mb_strlen
int mb_strlen ( string str [, string encoding] )
mb_strpos
int mb_strpos ( string haystack, string needle [, int offset [, string encoding]] )
mb_strrpos
int mb_strrpos ( string haystack, string needle [, string encoding] )
mb_strtolower
string mb_strtolower ( string str [, string encoding] )
mb_strtoupper
string mb_strtoupper ( string str [, string encoding] )
mb_strwidth
int mb_strwidth ( string str [, string encoding] )
mb_substitute_character
mixed mb_substitute_character ( [mixed substrchar] )
mb_substr_count
int mb_substr_count ( string haystack, string needle [, string encoding] )
mb_substr
string mb_substr ( string str, int start [, int length [, string encoding]] )
mcal_append_event
int mcal_append_event ( int mcal_stream )
mcal_close
bool mcal_close ( int mcal_stream [, int flags] )
mcal_create_calendar
bool mcal_create_calendar ( int stream, string calendar )
mcal_date_compare
int mcal_date_compare ( int a_year, int a_month, int a_day, int b_year, int b_month, int b_day )
mcal_date_valid
bool mcal_date_valid ( int year, int month, int day )
mcal_day_of_week
int mcal_day_of_week ( int year, int month, int day )
mcal_day_of_year
int mcal_day_of_year ( int year, int month, int day )
mcal_days_in_month
int mcal_days_in_month ( int month, int leap_year )
mcal_delete_calendar
bool mcal_delete_calendar ( int stream, string calendar )
mcal_delete_event
bool mcal_delete_event ( int mcal_stream, int event_id )
mcal_event_add_attribute
bool mcal_event_add_attribute ( int stream, string attribute, string value )
mcal_event_init
void mcal_event_init ( int stream )
mcal_event_set_alarm
void mcal_event_set_alarm ( int stream, int alarm )
mcal_event_set_category
void mcal_event_set_category ( int stream, string category )
mcal_event_set_class
void mcal_event_set_class ( int stream, int class )
mcal_event_set_description
void mcal_event_set_description ( int stream, string description )
mcal_event_set_end
void mcal_event_set_end ( int stream, int year, int month, int day [, int hour [, int min [, int sec]]] )
mcal_event_set_recur_daily
void mcal_event_set_recur_daily ( int stream, int year, int month, int day, int interval )
mcal_event_set_recur_monthly_mday
void mcal_event_set_recur_monthly_mday ( int stream, int year, int month, int day, int interval )
mcal_event_set_recur_monthly_wday
void mcal_event_set_recur_monthly_wday ( int stream, int year, int month, int day, int interval )
mcal_event_set_recur_none
void mcal_event_set_recur_none ( int stream )
mcal_event_set_recur_weekly
void mcal_event_set_recur_weekly ( int stream, int year, int month, int day, int interval, int weekdays )
mcal_event_set_recur_yearly
void mcal_event_set_recur_yearly ( int stream, int year, int month, int day, int interval )
mcal_event_set_start
void mcal_event_set_start ( int stream, int year, int month, int day [, int hour [, int min [, int sec]]] )
mcal_event_set_title
void mcal_event_set_title ( int stream, string title )
mcal_expunge
bool mcal_expunge ( int stream )
mcal_fetch_current_stream_event
object mcal_fetch_current_stream_event ( int stream )
mcal_fetch_event
object mcal_fetch_event ( int mcal_stream, int event_id [, int options] )
mcal_is_leap_year
bool mcal_is_leap_year ( int year )
mcal_list_alarms
array mcal_list_alarms ( int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] )
mcal_list_events
array mcal_list_events ( int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] )
mcal_next_recurrence
object mcal_next_recurrence ( int stream, int weekstart, array next )
mcal_open
int mcal_open ( string calendar, string username, string password [, int options] )
mcal_popen
int mcal_popen ( string calendar, string username, string password [, int options] )
mcal_rename_calendar
bool mcal_rename_calendar ( int stream, string old_name, string new_name )
mcal_reopen
bool mcal_reopen ( int mcal_stream, string calendar [, int options] )
mcal_snooze
bool mcal_snooze ( int stream_id, int event_id )
mcal_store_event
int mcal_store_event ( int mcal_stream )
mcal_time_valid
bool mcal_time_valid ( int hour, int minutes, int seconds )
mcal_week_of_year
int mcal_week_of_year ( int day, int month, int year )
mcrypt_cbc
string mcrypt_cbc ( int cipher, string key, string data, int mode [, string iv] )
mcrypt_cfb
string mcrypt_cfb ( int cipher, string key, string data, int mode, string iv )
mcrypt_create_iv
string mcrypt_create_iv ( int size [, int source] )
mcrypt_decrypt
string mcrypt_decrypt ( string cipher, string key, string data, string mode [, string iv] )
mcrypt_ecb
string mcrypt_ecb ( int cipher, string key, string data, int mode )
mcrypt_enc_get_algorithms_name
string mcrypt_enc_get_algorithms_name ( resource td )
mcrypt_enc_get_block_size
int mcrypt_enc_get_block_size ( resource td )
mcrypt_enc_get_iv_size
int mcrypt_enc_get_iv_size ( resource td )
mcrypt_enc_get_key_size
int mcrypt_enc_get_key_size ( resource td )
mcrypt_enc_get_modes_name
string mcrypt_enc_get_modes_name ( resource td )
mcrypt_enc_get_supported_key_sizes
array mcrypt_enc_get_supported_key_sizes ( resource td )
mcrypt_enc_is_block_algorithm_mode
bool mcrypt_enc_is_block_algorithm_mode ( resource td )
mcrypt_enc_is_block_algorithm
bool mcrypt_enc_is_block_algorithm ( resource td )
mcrypt_enc_is_block_mode
bool mcrypt_enc_is_block_mode ( resource td )
mcrypt_enc_self_test
int mcrypt_enc_self_test ( resource td )
mcrypt_encrypt
string mcrypt_encrypt ( string cipher, string key, string data, string mode [, string iv] )
mcrypt_generic_deinit
bool mcrypt_generic_deinit ( resource td )
mcrypt_generic_end
bool mcrypt_generic_end ( resource td )
mcrypt_generic_init
int mcrypt_generic_init ( resource td, string key, string iv )
mcrypt_generic
string mcrypt_generic ( resource td, string data )
mcrypt_get_block_size
int mcrypt_get_block_size ( int cipher )
mcrypt_get_cipher_name
string mcrypt_get_cipher_name ( int cipher )
mcrypt_get_iv_size
int mcrypt_get_iv_size ( string cipher, string mode )
mcrypt_get_key_size
int mcrypt_get_key_size ( int cipher )
mcrypt_list_algorithms
array mcrypt_list_algorithms ( [string lib_dir] )
mcrypt_list_modes
array mcrypt_list_modes ( [string lib_dir] )
mcrypt_module_close
bool mcrypt_module_close ( resource td )
mcrypt_module_get_algo_block_size
int mcrypt_module_get_algo_block_size ( string algorithm [, string lib_dir] )
mcrypt_module_get_algo_key_size
int mcrypt_module_get_algo_key_size ( string algorithm [, string lib_dir] )
mcrypt_module_get_supported_key_sizes
array mcrypt_module_get_supported_key_sizes ( string algorithm [, string lib_dir] )
mcrypt_module_is_block_algorithm_mode
bool mcrypt_module_is_block_algorithm_mode ( string mode [, string lib_dir] )
mcrypt_module_is_block_algorithm
bool mcrypt_module_is_block_algorithm ( string algorithm [, string lib_dir] )
mcrypt_module_is_block_mode
bool mcrypt_module_is_block_mode ( string mode [, string lib_dir] )
mcrypt_module_open
resource mcrypt_module_open ( string algorithm, string algorithm_directory, string mode, string mode_directory )
mcrypt_module_self_test
bool mcrypt_module_self_test ( string algorithm [, string lib_dir] )
mcrypt_ofb
string mcrypt_ofb ( int cipher, string key, string data, int mode, string iv )
md5_file
string md5_file ( string filename [, bool raw_output] )
md5
string md5 ( string str [, bool raw_output] )
mdecrypt_generic
string mdecrypt_generic ( resource td, string data )
memcache_add
bool Memcache::add ( string key, mixed var [, int flag [, int expire]] )
memcache_addserver
bool Memcache::addServer ( string host [, int port [, bool persistent [, int weight [, int timeout [, int retry_interval]]]]] )
memcache_close
bool Memcache::close ( void )
memcache_connect
bool Memcache::connect ( string host [, int port [, int timeout]] )
memcache_debug
bool memcache_debug ( bool on_off )
memcache_decrement
int Memcache::decrement ( string key [, int value] )
memcache_delete
bool Memcache::delete ( string key [, int timeout] )
memcache_flush
bool Memcache::flush ( void )
memcache_get
string Memcache::get ( string key )
memcache_getextendedstats
array Memcache::getExtendedStats ( void )
memcache_getstats
array Memcache::getStats ( void )
memcache_getversion
string Memcache::getVersion ( void )
memcache_increment
int Memcache::increment ( string key [, int value] )
memcache_pconnect
bool Memcache::pconnect ( string host [, int port [, int timeout]] )
memcache_replace
bool Memcache::replace ( string key, mixed var [, int flag [, int expire]] )
memcache_set
bool Memcache::set ( string key, mixed var [, int flag [, int expire]] )
memcache_setcompressthreshold
bool Memcache::setCompressThreshold ( int threshold [, float min_savings] )
memory_get_usage
int memory_get_usage ( void )
metaphone
string metaphone ( string str [, int phones] )
method_exists
bool method_exists ( object object, string method_name )
mhash_count
int mhash_count ( void )
mhash_get_block_size
int mhash_get_block_size ( int hash )
mhash_get_hash_name
string mhash_get_hash_name ( int hash )
mhash_keygen_s2k
string mhash_keygen_s2k ( int hash, string password, string salt, int bytes )
mhash
string mhash ( int hash, string data [, string key] )
microtime
mixed microtime ( [bool get_as_float] )
mime_content_type
string mime_content_type ( string filename )
min
mixed min ( number arg1, number arg2 [, number ...] )
ming_keypress
int ming_keypress ( string str )
ming_setcubicthreshold
void ming_setcubicthreshold ( int threshold )
ming_setscale
void ming_setscale ( int scale )
ming_useconstants
void ming_useConstants ( int use )
ming_useswfversion
void ming_useswfversion ( int version )
mkdir
bool mkdir ( string pathname [, int mode [, bool recursive [, resource context]]] )
mktime
int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
money_format
string money_format ( string format, float number )
move_uploaded_file
bool move_uploaded_file ( string filename, string destination )
msession_connect
bool msession_connect ( string host, string port )
msession_count
int msession_count ( void )
msession_create
bool msession_create ( string session )
msession_destroy
bool msession_destroy ( string name )
msession_disconnect
void msession_disconnect ( void )
msession_find
array msession_find ( string name, string value )
msession_get_array
array msession_get_array ( string session )
msession_get_data
string msession_get_data ( string session )
msession_get
string msession_get ( string session, string name, string value )
msession_inc
string msession_inc ( string session, string name )
msession_list
array msession_list ( void )
msession_listvar
array msession_listvar ( string name )
msession_lock
int msession_lock ( string name )
msession_plugin
string msession_plugin ( string session, string val [, string param] )
msession_randstr
string msession_randstr ( int param )
msession_set_array
void msession_set_array ( string session, array tuples )
msession_set_data
bool msession_set_data ( string session, string value )
msession_set
bool msession_set ( string session, string name, string value )
msession_timeout
int msession_timeout ( string session [, int param] )
msession_uniq
string msession_uniq ( int param )
msession_unlock
int msession_unlock ( string session, int key )
msg_get_queue
resource msg_get_queue ( int key [, int perms] )
msg_receive
bool msg_receive ( resource queue, int desiredmsgtype, int &msgtype, int maxsize, mixed &message [, bool unserialize [, int flags [, int &errorcode]]] )
msg_remove_queue
bool msg_remove_queue ( resource queue )
msg_send
bool msg_send ( resource queue, int msgtype, mixed message [, bool serialize [, bool blocking [, int &errorcode]]] )
msg_set_queue
bool msg_set_queue ( resource queue, array data )
msg_stat_queue
array msg_stat_queue ( resource queue )
msql_affected_rows
int msql_affected_rows ( resource result )
msql_close
bool msql_close ( [resource link_identifier] )
msql_connect
resource msql_connect ( [string hostname] )
msql_create_db
bool msql_create_db ( string database_name [, resource link_identifier] )
msql_data_seek
bool msql_data_seek ( resource result, int row_number )
msql_db_query
resource msql_db_query ( string database, string query [, resource link_identifier] )
msql_drop_db
bool msql_drop_db ( string database_name [, resource link_identifier] )
msql_error
string msql_error ( void )
msql_fetch_array
array msql_fetch_array ( resource result [, int result_type] )
msql_fetch_field
object msql_fetch_field ( resource result [, int field_offset] )
msql_fetch_object
object msql_fetch_object ( resource result )
msql_fetch_row
array msql_fetch_row ( resource result )
msql_field_flags
string msql_field_flags ( resource result, int field_offset )
msql_field_len
int msql_field_len ( resource result, int field_offset )
msql_field_name
string msql_field_name ( resource result, int field_offset )
msql_field_seek
bool msql_field_seek ( resource result, int field_offset )
msql_field_table
int msql_field_table ( resource result, int field_offset )
msql_field_type
string msql_field_type ( resource result, int field_offset )
msql_free_result
bool msql_free_result ( resource result )
msql_list_dbs
resource msql_list_dbs ( [resource link_identifier] )
msql_list_fields
resource msql_list_fields ( string database, string tablename [, resource link_identifier] )
msql_list_tables
resource msql_list_tables ( string database [, resource link_identifier] )
msql_num_fields
int msql_num_fields ( resource result )
msql_num_rows
int msql_num_rows ( resource query_identifier )
msql_pconnect
resource msql_pconnect ( [string hostname] )
msql_query
resource msql_query ( string query [, resource link_identifier] )
msql_result
string msql_result ( resource result, int row [, mixed field] )
msql_select_db
bool msql_select_db ( string database_name [, resource link_identifier] )
mssql_bind
bool mssql_bind ( resource stmt, string param_name, mixed &var, int type [, int is_output [, int is_null [, int maxlen]]] )
mssql_close
bool mssql_close ( [resource link_identifier] )
mssql_connect
resource mssql_connect ( [string servername [, string username [, string password [, bool new_link]]]] )
mssql_data_seek
bool mssql_data_seek ( resource result_identifier, int row_number )
mssql_execute
mixed mssql_execute ( resource stmt [, bool skip_results] )
mssql_fetch_array
array mssql_fetch_array ( resource result [, int result_type] )
mssql_fetch_assoc
array mssql_fetch_assoc ( resource result_id )
mssql_fetch_batch
int mssql_fetch_batch ( resource result_index )
mssql_fetch_field
object mssql_fetch_field ( resource result [, int field_offset] )
mssql_fetch_object
object mssql_fetch_object ( resource result )
mssql_fetch_row
array mssql_fetch_row ( resource result )
mssql_field_length
int mssql_field_length ( resource result [, int offset] )
mssql_field_name
string mssql_field_name ( resource result [, int offset] )
mssql_field_seek
bool mssql_field_seek ( resource result, int field_offset )
mssql_field_type
string mssql_field_type ( resource result [, int offset] )
mssql_free_result
bool mssql_free_result ( resource result )
mssql_free_statement
bool mssql_free_statement ( resource statement )
mssql_get_last_message
string mssql_get_last_message ( void )
mssql_guid_string
string mssql_guid_string ( string binary [, int short_format] )
mssql_init
resource mssql_init ( string sp_name [, resource conn_id] )
mssql_min_error_severity
void mssql_min_error_severity ( int severity )
mssql_min_message_severity
void mssql_min_message_severity ( int severity )
mssql_next_result
bool mssql_next_result ( resource result_id )
mssql_num_fields
int mssql_num_fields ( resource result )
mssql_num_rows
int mssql_num_rows ( resource result )
mssql_pconnect
resource mssql_pconnect ( [string servername [, string username [, string password [, bool new_link]]]] )
mssql_query
mixed mssql_query ( string query [, resource link_identifier [, int batch_size]] )
mssql_result
string mssql_result ( resource result, int row, mixed field )
mssql_rows_affected
int mssql_rows_affected ( resource conn_id )
mssql_select_db
bool mssql_select_db ( string database_name [, resource link_identifier] )
mt_getrandmax
int mt_getrandmax ( void )
mt_rand
int mt_rand ( [int min, int max] )
mt_srand
void mt_srand ( [int seed] )
muscat_close
void muscat_close ( resource muscat_handle )
muscat_get
string muscat_get ( resource muscat_handle )
muscat_give
void muscat_give ( resource muscat_handle, string string )
muscat_setup_net
resource muscat_setup_net ( string muscat_host )
muscat_setup
resource muscat_setup ( int size [, string muscat_dir] )
mysql_affected_rows
int mysql_affected_rows ( [resource link_identifier] )
mysql_change_user
int mysql_change_user ( string user, string password [, string database [, resource link_identifier]] )
mysql_client_encoding
string mysql_client_encoding ( [resource link_identifier] )
mysql_close
bool mysql_close ( [resource link_identifier] )
mysql_connect
resource mysql_connect ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
mysql_create_db
bool mysql_create_db ( string database_name [, resource link_identifier] )
mysql_data_seek
bool mysql_data_seek ( resource result, int row_number )
mysql_db_name
string mysql_db_name ( resource result, int row [, mixed field] )
mysql_db_query
resource mysql_db_query ( string database, string query [, resource link_identifier] )
mysql_drop_db
bool mysql_drop_db ( string database_name [, resource link_identifier] )
mysql_errno
int mysql_errno ( [resource link_identifier] )
mysql_error
string mysql_error ( [resource link_identifier] )
mysql_escape_string
string mysql_escape_string ( string unescaped_string )
mysql_fetch_array
array mysql_fetch_array ( resource result [, int result_type] )
mysql_fetch_assoc
array mysql_fetch_assoc ( resource result )
mysql_fetch_field
object mysql_fetch_field ( resource result [, int field_offset] )
mysql_fetch_lengths
array mysql_fetch_lengths ( resource result )
mysql_fetch_object
object mysql_fetch_object ( resource result )
mysql_fetch_row
array mysql_fetch_row ( resource result )
mysql_field_flags
string mysql_field_flags ( resource result, int field_offset )
mysql_field_len
int mysql_field_len ( resource result, int field_offset )
mysql_field_name
string mysql_field_name ( resource result, int field_offset )
mysql_field_seek
bool mysql_field_seek ( resource result, int field_offset )
mysql_field_table
string mysql_field_table ( resource result, int field_offset )
mysql_field_type
string mysql_field_type ( resource result, int field_offset )
mysql_free_result
bool mysql_free_result ( resource result )
mysql_get_client_info
string mysql_get_client_info ( void )
mysql_get_host_info
string mysql_get_host_info ( [resource link_identifier] )
mysql_get_proto_info
int mysql_get_proto_info ( [resource link_identifier] )
mysql_get_server_info
string mysql_get_server_info ( [resource link_identifier] )
mysql_info
string mysql_info ( [resource link_identifier] )
mysql_insert_id
int mysql_insert_id ( [resource link_identifier] )
mysql_list_dbs
resource mysql_list_dbs ( [resource link_identifier] )
mysql_list_fields
resource mysql_list_fields ( string database_name, string table_name [, resource link_identifier] )
mysql_list_processes
resource mysql_list_processes ( [resource link_identifier] )
mysql_list_tables
resource mysql_list_tables ( string database [, resource link_identifier] )
mysql_num_fields
int mysql_num_fields ( resource result )
mysql_num_rows
int mysql_num_rows ( resource result )
mysql_pconnect
resource mysql_pconnect ( [string server [, string username [, string password [, int client_flags]]]] )
mysql_ping
bool mysql_ping ( [resource link_identifier] )
mysql_query
resource mysql_query ( string query [, resource link_identifier] )
mysql_real_escape_string
string mysql_real_escape_string ( string unescaped_string [, resource link_identifier] )
mysql_result
string mysql_result ( resource result, int row [, mixed field] )
mysql_select_db
bool mysql_select_db ( string database_name [, resource link_identifier] )
mysql_stat
string mysql_stat ( [resource link_identifier] )
mysql_tablename
string mysql_tablename ( resource result, int i )
mysql_thread_id
int mysql_thread_id ( [resource link_identifier] )
mysql_unbuffered_query
resource mysql_unbuffered_query ( string query [, resource link_identifier] )
mysqli_affected_rows
Procedural style:
int mysqli_affected_rows ( mysqli link )
mysqli_autocommit
Procedural style:
bool mysqli_autocommit ( mysqli link, bool mode )
mysqli_change_user
Procedural style:
bool mysqli_change_user ( mysqli link, string user, string password, string database )
mysqli_character_set_name
Procedural style:
string mysqli_character_set_name ( mysqli link )
mysqli_close
Procedural style:
bool mysqli_close ( mysqli link )
mysqli_commit
Procedural style:
bool mysqli_commit ( mysqli link )
mysqli_connect_errno
int mysqli_connect_errno ( void )
mysqli_connect_error
string mysqli_connect_error ( void )
mysqli_connect
Procedural style
mysqli mysqli_connect ( [string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )
mysqli_data_seek
Procedural style:
bool mysqli_data_seek ( mysqli_result result, int offset )
mysqli_debug
bool mysqli_debug ( string debug )
mysqli_disable_reads_from_master
Procedural style:
bool mysqli_disable_reads_from_master ( mysqli link )
mysqli_disable_rpl_parse
bool mysqli_disable_rpl_parse ( mysqli link )
mysqli_dump_debug_info
bool mysqli_dump_debug_info ( mysqli link )
mysqli_embedded_connect
mysqli mysqli_embedded_connect ( [string dbname] )
mysqli_enable_reads_from_master
bool mysqli_enable_reads_from_master ( mysqli link )
mysqli_enable_rpl_parse
bool mysqli_enable_rpl_parse ( mysqli link )
mysqli_errno
Procedural style:
int mysqli_errno ( mysqli link )
mysqli_error
Procedural style:
string mysqli_error ( mysqli link )
mysqli_fetch_array
Procedural style:
mixed mysqli_fetch_array ( mysqli_result result [, int resulttype] )
mysqli_fetch_assoc
Procedural style:
array mysqli_fetch_assoc ( mysqli_result result )
mysqli_fetch_field_direct
Procedural style:
object mysqli_fetch_field_direct ( mysqli_result result, int fieldnr )
mysqli_fetch_field
Procedural style:
object mysqli_fetch_field ( mysqli_result result )
mysqli_fetch_fields
Procedural style:
array mysqli_fetch_fields ( mysqli_result result )
mysqli_fetch_lengths
Procedural style:
array mysqli_fetch_lengths ( mysqli_result result )
mysqli_fetch_object
Procedural style:
mixed mysqli_fetch_object ( mysqli_result result )
mysqli_fetch_row
Procedural style:
mixed mysqli_fetch_row ( mysqli_result result )
mysqli_field_count
Procedural style:
int mysqli_field_count ( mysqli link )
mysqli_field_seek
Procedural style:
bool mysqli_field_seek ( mysqli_result result, int fieldnr )
mysqli_field_tell
Procedural style:
int mysqli_field_tell ( mysqli_result result )
mysqli_free_result
Procedural style:
void mysqli_free_result ( mysqli_result result )
mysqli_get_client_info
string mysqli_get_client_info ( void )
mysqli_get_client_version
int mysqli_get_client_version ( void )
mysqli_get_host_info
Procdural style:
string mysqli_get_host_info ( mysqli link )
mysqli_get_proto_info
Procedural style:
int mysqli_get_proto_info ( mysqli link )
mysqli_get_server_info
Procedural style:
string mysqli_get_server_info ( mysqli link )
mysqli_get_server_version
Procedural style:
int mysqli_get_server_version ( mysqli link )
mysqli_info
Procedural style:
string mysqli_info ( mysqli link )
mysqli_init
mysqli mysqli_init ( void )
mysqli_insert_id
Procedural style:
int mysqli_insert_id ( mysqli link )
mysqli_kill
Procedural style:
bool mysqli_kill ( mysqli link, int processid )
mysqli_master_query
bool mysqli_master_query ( mysqli link, string query )
mysqli_more_results
bool mysqli_more_results ( mysqli link )
mysqli_multi_query
Procedural style:
bool mysqli_multi_query ( mysqli link, string query )
mysqli_next_result
bool mysqli_next_result ( mysqli link )
mysqli_num_fields
Procedural style:
int mysqli_num_fields ( mysqli_result result )
mysqli_num_rows
Procedural style:
int mysqli_num_rows ( mysqli_result result )
mysqli_options
Procedural style:
bool mysqli_options ( mysqli link, int option, mixed value )
mysqli_ping
Procedural style:
bool mysqli_ping ( mysqli link )
mysqli_prepare
Procedure style:
mysqli_stmt mysqli_prepare ( mysqli link, string query )
mysqli_query
Procedural style:
mixed mysqli_query ( mysqli link, string query [, int resultmode] )
mysqli_real_connect
Procedural style
bool mysqli_real_connect ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket [, int flags]]]]]]] )
mysqli_real_escape_string
Procedural style:
string mysqli_real_escape_string ( mysqli link, string escapestr )
mysqli_real_query
Procedural style
bool mysqli_real_query ( mysqli link, string query )
mysqli_report
bool mysqli_report ( int flags )
mysqli_rollback
bool mysqli_rollback ( mysqli link )
mysqli_rpl_parse_enabled
int mysqli_rpl_parse_enabled ( mysqli link )
mysqli_rpl_probe
bool mysqli_rpl_probe ( mysqli link )
mysqli_rpl_query_type
Procedural style:
int mysqli_rpl_query_type ( mysqli link, string query )
mysqli_select_db
bool mysqli_select_db ( mysqli link, string dbname )
mysqli_send_query
Procedural style:
bool mysqli_send_query ( mysqli link, string query )
mysqli_server_end
void mysqli_server_end ( void )
mysqli_server_init
bool mysqli_server_init ( [array server [, array groups]] )
mysqli_set_charset
bool mysqli_set_charset ( mysqli link, string charset )
mysqli_sqlstate
Procedural style:
string mysqli_sqlstate ( mysqli link )
mysqli_ssl_set
Procedural style:
bool mysqli_ssl_set ( mysqli link, string key, string cert, string ca, string capath, string cipher )
mysqli_stat
Procedural style:
string mysqli_stat ( mysqli link )
mysqli_stmt_affected_rows
Procedural style :
int mysqli_stmt_affected_rows ( mysqli_stmt stmt )
mysqli_stmt_bind_param
Procedural style:
bool mysqli_stmt_bind_param ( mysqli_stmt stmt, string types, mixed &var1 [, mixed &...] )
mysqli_stmt_bind_result
Procedural style:
bool mysqli_stmt_bind_result ( mysqli_stmt stmt, mixed &var1 [, mixed &...] )
mysqli_stmt_close
Procedural style:
bool mysqli_stmt_close ( mysqli_stmt stmt )
mysqli_stmt_data_seek
Procedural style:
void mysqli_stmt_data_seek ( mysqli_stmt statement, int offset )
mysqli_stmt_errno
Procedural style :
int mysqli_stmt_errno ( mysqli_stmt stmt )
mysqli_stmt_error
Procedural style:
string mysqli_stmt_error ( mysqli_stmt stmt )
mysqli_stmt_execute
Procedural style:
bool mysqli_stmt_execute ( mysqli_stmt stmt )
mysqli_stmt_fetch
Procedural style:
bool mysqli_stmt_fetch ( mysqli_stmt stmt )
mysqli_stmt_free_result
Procedural style:
void mysqli_stmt_free_result ( mysqli_stmt stmt )
mysqli_stmt_init
Procedural style :
mysqli_stmt mysqli_stmt_init ( mysqli link )
mysqli_stmt_num_rows
Procedural style :
int mysqli_stmt_num_rows ( mysqli_stmt stmt )
mysqli_stmt_param_count
Procedural style:
int mysqli_stmt_param_count ( mysqli_stmt stmt )
mysqli_stmt_prepare
Procedure style:
bool mysqli_stmt_prepare ( mysqli_stmt stmt, string query )
mysqli_stmt_reset
Procedural style:
bool mysqli_stmt_reset ( mysqli_stmt stmt )
mysqli_stmt_result_metadata
Procedural style:
mysqli_result mysqli_stmt_result_metadata ( mysqli_stmt stmt )
mysqli_stmt_send_long_data
Procedural style:
bool mysqli_stmt_send_long_data ( mysqli_stmt stmt, int param_nr, string data )
mysqli_stmt_sqlstate
string mysqli_stmt_sqlstate ( mysqli_stmt stmt )
mysqli_stmt_store_result
Procedural style:
bool mysqli_stmt_store_result ( mysqli_stmt stmt )
mysqli_store_result
Procedural style:
mysqli_result mysqli_store_result ( mysqli link )
mysqli_thread_id
Procedural style:
int mysqli_thread_id ( mysqli link )
mysqli_thread_safe
Procedural style:
bool mysqli_thread_safe ( void )
mysqli_use_result
Procedural style:
mysqli_result mysqli_use_result ( mysqli link )
mysqli_warning_count
Procedural style:
int mysqli_warning_count ( mysqli link )
a b c d e f g h i j k l m n o p q r s t u v w x y z
natcasesort
bool natcasesort ( array &array )
natsort
bool natsort ( array &array )
ncurses_addch
int ncurses_addch ( int ch )
ncurses_addchnstr
int ncurses_addchnstr ( string s, int n )
ncurses_addchstr
int ncurses_addchstr ( string s )
ncurses_addnstr
int ncurses_addnstr ( string s, int n )
ncurses_addstr
int ncurses_addstr ( string text )
ncurses_assume_default_colors
int ncurses_assume_default_colors ( int fg, int bg )
ncurses_attroff
int ncurses_attroff ( int attributes )
ncurses_attron
int ncurses_attron ( int attributes )
ncurses_attrset
int ncurses_attrset ( int attributes )
ncurses_baudrate
int ncurses_baudrate ( void )
ncurses_beep
int ncurses_beep ( void )
ncurses_bkgd
int ncurses_bkgd ( int attrchar )
ncurses_bkgdset
void ncurses_bkgdset ( int attrchar )
ncurses_border
int ncurses_border ( int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner )
ncurses_bottom_panel
int ncurses_bottom_panel ( resource panel )
ncurses_can_change_color
bool ncurses_can_change_color ( void )
ncurses_cbreak
bool ncurses_cbreak ( void )
ncurses_clear
bool ncurses_clear ( void )
ncurses_clrtobot
bool ncurses_clrtobot ( void )
ncurses_clrtoeol
bool ncurses_clrtoeol ( void )
ncurses_color_content
int ncurses_color_content ( int color, int &r, int &g, int &b )
ncurses_color_set
int ncurses_color_set ( int pair )
ncurses_curs_set
int ncurses_curs_set ( int visibility )
ncurses_def_prog_mode
bool ncurses_def_prog_mode ( void )
ncurses_def_shell_mode
bool ncurses_def_shell_mode ( void )
ncurses_define_key
int ncurses_define_key ( string definition, int keycode )
ncurses_del_panel
bool ncurses_del_panel ( resource panel )
ncurses_delay_output
int ncurses_delay_output ( int milliseconds )
ncurses_delch
bool ncurses_delch ( void )
ncurses_deleteln
bool ncurses_deleteln ( void )
ncurses_delwin
bool ncurses_delwin ( resource window )
ncurses_doupdate
bool ncurses_doupdate ( void )
ncurses_echo
bool ncurses_echo ( void )
ncurses_echochar
int ncurses_echochar ( int character )
ncurses_end
int ncurses_end ( void )
ncurses_erase
bool ncurses_erase ( void )
ncurses_erasechar
string ncurses_erasechar ( void )
ncurses_filter
void ncurses_filter ( void )
ncurses_flash
bool ncurses_flash ( void )
ncurses_flushinp
bool ncurses_flushinp ( void )
ncurses_getch
int ncurses_getch ( void )
ncurses_getmaxyx
void ncurses_getmaxyx ( resource window, int &y, int &x )
ncurses_getmouse
bool ncurses_getmouse ( array &mevent )
ncurses_getyx
void ncurses_getyx ( resource window, int &y, int &x )
ncurses_halfdelay
int ncurses_halfdelay ( int tenth )
ncurses_has_colors
bool ncurses_has_colors ( void )
ncurses_has_ic
bool ncurses_has_ic ( void )
ncurses_has_il
bool ncurses_has_il ( void )
ncurses_has_key
int ncurses_has_key ( int keycode )
ncurses_hide_panel
int ncurses_hide_panel ( resource panel )
ncurses_hline
int ncurses_hline ( int charattr, int n )
ncurses_inch
string ncurses_inch ( void )
ncurses_init_color
int ncurses_init_color ( int color, int r, int g, int b )
ncurses_init_pair
int ncurses_init_pair ( int pair, int fg, int bg )
ncurses_init
void ncurses_init ( void )
ncurses_insch
int ncurses_insch ( int character )
ncurses_insdelln
int ncurses_insdelln ( int count )
ncurses_insertln
bool ncurses_insertln ( void )
ncurses_insstr
int ncurses_insstr ( string text )
ncurses_instr
int ncurses_instr ( string &buffer )
ncurses_isendwin
bool ncurses_isendwin ( void )
ncurses_keyok
int ncurses_keyok ( int keycode, bool enable )
ncurses_keypad
int ncurses_keypad ( resource window, bool bf )
ncurses_killchar
string ncurses_killchar ( void )
ncurses_longname
string ncurses_longname ( void )
ncurses_meta
int ncurses_meta ( resource window, bool 8bit )
ncurses_mouse_trafo
bool ncurses_mouse_trafo ( int &y, int &x, bool toscreen )
ncurses_mouseinterval
int ncurses_mouseinterval ( int milliseconds )
ncurses_mousemask
int ncurses_mousemask ( int newmask, int &oldmask )
ncurses_move_panel
int ncurses_move_panel ( resource panel, int startx, int starty )
ncurses_move
int ncurses_move ( int y, int x )
ncurses_mvaddch
int ncurses_mvaddch ( int y, int x, int c )
ncurses_mvaddchnstr
int ncurses_mvaddchnstr ( int y, int x, string s, int n )
ncurses_mvaddchstr
int ncurses_mvaddchstr ( int y, int x, string s )
ncurses_mvaddnstr
int ncurses_mvaddnstr ( int y, int x, string s, int n )
ncurses_mvaddstr
int ncurses_mvaddstr ( int y, int x, string s )
ncurses_mvcur
int ncurses_mvcur ( int old_y, int old_x, int new_y, int new_x )
ncurses_mvdelch
int ncurses_mvdelch ( int y, int x )
ncurses_mvgetch
int ncurses_mvgetch ( int y, int x )
ncurses_mvhline
int ncurses_mvhline ( int y, int x, int attrchar, int n )
ncurses_mvinch
int ncurses_mvinch ( int y, int x )
ncurses_mvvline
int ncurses_mvvline ( int y, int x, int attrchar, int n )
ncurses_mvwaddstr
int ncurses_mvwaddstr ( resource window, int y, int x, string text )
ncurses_napms
int ncurses_napms ( int milliseconds )
ncurses_new_panel
resource ncurses_new_panel ( resource window )
ncurses_newpad
resource ncurses_newpad ( int rows, int cols )
ncurses_newwin
resource ncurses_newwin ( int rows, int cols, int y, int x )
ncurses_nl
bool ncurses_nl ( void )
ncurses_nocbreak
bool ncurses_nocbreak ( void )
ncurses_noecho
bool ncurses_noecho ( void )
ncurses_nonl
bool ncurses_nonl ( void )
ncurses_noqiflush
void ncurses_noqiflush ( void )
ncurses_noraw
bool ncurses_noraw ( void )
ncurses_pair_content
int ncurses_pair_content ( int pair, int &f, int &b )
ncurses_panel_above
resource ncurses_panel_above ( resource panel )
ncurses_panel_below
resource ncurses_panel_below ( resource panel )
ncurses_panel_window
resource ncurses_panel_window ( resource panel )
ncurses_pnoutrefresh
int ncurses_pnoutrefresh ( resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol )
ncurses_prefresh
int ncurses_prefresh ( resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol )
ncurses_putp
int ncurses_putp ( string text )
ncurses_qiflush
void ncurses_qiflush ( void )
ncurses_raw
bool ncurses_raw ( void )
ncurses_refresh
int ncurses_refresh ( int ch )
ncurses_replace_panel
int ncurses_replace_panel ( resource panel, resource window )
ncurses_reset_prog_mode
int ncurses_reset_prog_mode ( void )
ncurses_reset_shell_mode
int ncurses_reset_shell_mode ( void )
ncurses_resetty
bool ncurses_resetty ( void )
ncurses_savetty
bool ncurses_savetty ( void )
ncurses_scr_dump
int ncurses_scr_dump ( string filename )
ncurses_scr_init
int ncurses_scr_init ( string filename )
ncurses_scr_restore
int ncurses_scr_restore ( string filename )
ncurses_scr_set
int ncurses_scr_set ( string filename )
ncurses_scrl
int ncurses_scrl ( int count )
ncurses_show_panel
int ncurses_show_panel ( resource panel )
ncurses_slk_attr
bool ncurses_slk_attr ( void )
ncurses_slk_attroff
int ncurses_slk_attroff ( int intarg )
ncurses_slk_attron
int ncurses_slk_attron ( int intarg )
ncurses_slk_attrset
int ncurses_slk_attrset ( int intarg )
ncurses_slk_clear
bool ncurses_slk_clear ( void )
ncurses_slk_color
int ncurses_slk_color ( int intarg )
ncurses_slk_init
bool ncurses_slk_init ( int format )
ncurses_slk_noutrefresh
bool ncurses_slk_noutrefresh ( void )
ncurses_slk_refresh
bool ncurses_slk_refresh ( void )
ncurses_slk_restore
bool ncurses_slk_restore ( void )
ncurses_slk_set
bool ncurses_slk_set ( int labelnr, string label, int format )
ncurses_slk_touch
bool ncurses_slk_touch ( void )
ncurses_standend
int ncurses_standend ( void )
ncurses_standout
int ncurses_standout ( void )
ncurses_start_color
int ncurses_start_color ( void )
ncurses_termattrs
bool ncurses_termattrs ( void )
ncurses_termname
string ncurses_termname ( void )
ncurses_timeout
void ncurses_timeout ( int millisec )
ncurses_top_panel
int ncurses_top_panel ( resource panel )
ncurses_typeahead
int ncurses_typeahead ( int fd )
ncurses_ungetch
int ncurses_ungetch ( int keycode )
ncurses_ungetmouse
bool ncurses_ungetmouse ( array mevent )
ncurses_update_panels
void ncurses_update_panels ( void )
ncurses_use_default_colors
bool ncurses_use_default_colors ( void )
ncurses_use_env
void ncurses_use_env ( bool flag )
ncurses_use_extended_names
int ncurses_use_extended_names ( bool flag )
ncurses_vidattr
int ncurses_vidattr ( int intarg )
ncurses_vline
int ncurses_vline ( int charattr, int n )
ncurses_waddch
int ncurses_waddch ( resource window, int ch )
ncurses_waddstr
int ncurses_waddstr ( resource window, string str [, int n] )
ncurses_wattroff
int ncurses_wattroff ( resource window, int attrs )
ncurses_wattron
int ncurses_wattron ( resource window, int attrs )
ncurses_wattrset
int ncurses_wattrset ( resource window, int attrs )
ncurses_wborder
int ncurses_wborder ( resource window, int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner )
ncurses_wclear
int ncurses_wclear ( resource window )
ncurses_wcolor_set
int ncurses_wcolor_set ( resource window, int color_pair )
ncurses_werase
int ncurses_werase ( resource window )
ncurses_wgetch
int ncurses_wgetch ( resource window )
ncurses_whline
int ncurses_whline ( resource window, int charattr, int n )
ncurses_wmouse_trafo
bool ncurses_wmouse_trafo ( resource window, int &y, int &x, bool toscreen )
ncurses_wmove
int ncurses_wmove ( resource window, int y, int x )
ncurses_wnoutrefresh
int ncurses_wnoutrefresh ( resource window )
ncurses_wrefresh
int ncurses_wrefresh ( resource window )
ncurses_wstandend
int ncurses_wstandend ( resource window )
ncurses_wstandout
int ncurses_wstandout ( resource window )
ncurses_wvline
int ncurses_wvline ( resource window, int charattr, int n )
newt_bell
void newt_bell ( void )
newt_button_bar
resource newt_button_bar ( array &buttons )
newt_button
resource newt_button ( int left, int top, string text )
newt_centered_window
int newt_centered_window ( int width, int height [, string title] )
newt_checkbox_get_value
string newt_checkbox_get_value ( resource checkbox )
newt_checkbox_set_flags
void newt_checkbox_set_flags ( resource checkbox, int flags, int sense )
newt_checkbox_set_value
void newt_checkbox_set_value ( resource checkbox, string value )
newt_checkbox_tree_add_item
void newt_checkbox_tree_add_item ( resource checkboxtree, string text, mixed data, int flags, int index [, int ...] )
newt_checkbox_tree_find_item
array newt_checkbox_tree_find_item ( resource checkboxtree, mixed data )
newt_checkbox_tree_get_current
mixed newt_checkbox_tree_get_current ( resource checkboxtree )
newt_checkbox_tree_get_entry_value
string newt_checkbox_tree_get_entry_value ( resource checkboxtree, mixed data )
newt_checkbox_tree_get_multi_selection
array newt_checkbox_tree_get_multi_selection ( resource checkboxtree, string seqnum )
newt_checkbox_tree_get_selection
array newt_checkbox_tree_get_selection ( resource checkboxtree )
newt_checkbox_tree_multi
resource newt_checkbox_tree_multi ( int left, int top, int height, string seq [, int flags] )
newt_checkbox_tree_set_current
void newt_checkbox_tree_set_current ( resource checkboxtree, mixed data )
newt_checkbox_tree_set_entry_value
void newt_checkbox_tree_set_entry_value ( resource checkboxtree, mixed data, string value )
newt_checkbox_tree_set_entry
void newt_checkbox_tree_set_entry ( resource checkboxtree, mixed data, string text )
newt_checkbox_tree_set_width
void newt_checkbox_tree_set_width ( resource checkbox_tree, int width )
newt_checkbox_tree
resource newt_checkbox_tree ( int left, int top, int height [, int flags] )
newt_checkbox
resource newt_checkbox ( int left, int top, string text, string def_value [, string seq] )
newt_clear_key_buffer
void newt_clear_key_buffer ( void )
newt_cls
void newt_cls ( void )
newt_compact_button
resource newt_compact_button ( int left, int top, string text )
newt_component_add_callback
void newt_component_add_callback ( resource component, mixed func_name, mixed data )
newt_component_takes_focus
void newt_component_takes_focus ( resource component, bool takes_focus )
newt_create_grid
resource newt_create_grid ( int cols, int rows )
newt_cursor_off
void newt_cursor_off ( void )
newt_cursor_on
void newt_cursor_on ( void )
newt_delay
void newt_delay ( int microseconds )
newt_draw_form
void newt_draw_form ( resource form )
newt_draw_root_text
void newt_draw_root_text ( int left, int top, string text )
newt_entry_get_value
string newt_entry_get_value ( resource entry )
newt_entry_set_filter
void newt_entry_set_filter ( resource entry, callback filter, mixed data )
newt_entry_set_flags
void newt_entry_set_flags ( resource entry, int flags, int sense )
newt_entry_set
void newt_entry_set ( resource entry, string value [, bool cursor_at_end] )
newt_entry
resource newt_entry ( int left, int top, int width [, string init_value [, int flags]] )
newt_finished
int newt_finished ( void )
newt_form_add_component
void newt_form_add_component ( resource form, resource component )
newt_form_add_components
void newt_form_add_components ( resource form, array components )
newt_form_add_host_key
void newt_form_add_host_key ( resource form, int key )
newt_form_destroy
void newt_form_destroy ( resource form )
newt_form_get_current
resource newt_form_get_current ( resource form )
newt_form_run
void newt_form_run ( resource form, array &exit_struct )
newt_form_set_background
void newt_form_set_background ( resource from, int background )
newt_form_set_height
void newt_form_set_height ( resource form, int height )
newt_form_set_size
void newt_form_set_size ( resource form )
newt_form_set_timer
void newt_form_set_timer ( resource form, int milliseconds )
newt_form_set_width
void newt_form_set_width ( resource form, int width )
newt_form_watch_fd
void newt_form_watch_fd ( resource form, resource stream [, int flags] )
newt_form
resource newt_form ( [resource vert_bar [, string help [, int flags]]] )
newt_get_screen_size
void newt_get_screen_size ( int &cols, int &rows )
newt_grid_add_components_to_form
void newt_grid_add_components_to_form ( resource grid, resource form, bool recurse )
newt_grid_basic_window
resource newt_grid_basic_window ( resource text, resource middle, resource buttons )
newt_grid_free
void newt_grid_free ( resource grid, bool recurse )
newt_grid_get_size
void newt_grid_get_size ( resouce grid, int &width, int &height )
newt_grid_h_close_stacked
resource newt_grid_h_close_stacked ( int element1_type, resource element1 [, int ... [, resource ...]] )
newt_grid_h_stacked
resource newt_grid_h_stacked ( int element1_type, resource element1 [, int ... [, resource ...]] )
newt_grid_place
void newt_grid_place ( resource grid, int left, int top )
newt_grid_set_field
void newt_grid_set_field ( resource grid, int col, int row, int type, resource val, int pad_left, int pad_top, int pad_right, int pad_bottom, int anchor [, int flags] )
newt_grid_simple_window
resource newt_grid_simple_window ( resource text, resource middle, resource buttons )
newt_grid_v_close_stacked
resource newt_grid_v_close_stacked ( int element1_type, resource element1 [, int ... [, resource ...]] )
newt_grid_v_stacked
resource newt_grid_v_stacked ( int element1_type, resource element1 [, int ... [, resource ...]] )
newt_grid_wrapped_window_at
void newt_grid_wrapped_window_at ( resource grid, string title, int left, int top )
newt_grid_wrapped_window
void newt_grid_wrapped_window ( resource grid, string title )
newt_init
int newt_init ( void )
newt_label_set_text
void newt_label_set_text ( resource label, string text )
newt_label
resource newt_label ( int left, int top, string text )
newt_listbox_append_entry
void newt_listbox_append_entry ( resource listbox, string text, mixed data )
newt_listbox_clear_selection
void newt_listbox_clear_selection ( resource listbox )
newt_listbox_clear
void newt_listbox_clear ( resource listobx )
newt_listbox_delete_entry
void newt_listbox_delete_entry ( resource listbox, mixed key )
newt_listbox_get_current
string newt_listbox_get_current ( resource listbox )
newt_listbox_get_selection
array newt_listbox_get_selection ( resource listbox )
newt_listbox_insert_entry
void newt_listbox_insert_entry ( resource listbox, string text, mixed data, mixed key )
newt_listbox_item_count
int newt_listbox_item_count ( resource listbox )
newt_listbox_select_item
void newt_listbox_select_item ( resource listbox, mixed key, int sense )
newt_listbox_set_current_by_key
void newt_listbox_set_current_by_key ( resource listbox, mixed key )
newt_listbox_set_current
void newt_listbox_set_current ( resource listbox, int num )
newt_listbox_set_data
void newt_listbox_set_data ( resource listbox, int num, mixed data )
newt_listbox_set_entry
void newt_listbox_set_entry ( resource listbox, int num, string text )
newt_listbox_set_width
void newt_listbox_set_width ( resource listbox, int width )
newt_listbox
resource newt_listbox ( int left, int top, int height [, int flags] )
newt_listitem_get_data
mixed newt_listitem_get_data ( resource item )
newt_listitem_set
void newt_listitem_set ( resource item, string text )
newt_listitem
resource newt_listitem ( int left, int top, string text, bool is_default, resouce prev_item, mixed data [, int flags] )
newt_open_window
int newt_open_window ( int left, int top, int width, int height [, string title] )
newt_pop_help_line
void newt_pop_help_line ( void )
newt_pop_window
void newt_pop_window ( void )
newt_push_help_line
void newt_push_help_line ( [string text] )
newt_radio_get_current
resource newt_radio_get_current ( resource set_member )
newt_radiobutton
resource newt_radiobutton ( int left, int top, string text, bool is_default [, resource prev_button] )
newt_redraw_help_line
void newt_redraw_help_line ( void )
newt_reflow_text
string newt_reflow_text ( string text, int width, int flex_down, int flex_up, int &actual_width, int &actual_height )
newt_refresh
void newt_refresh ( void )
newt_resize_screen
void newt_resize_screen ( [bool redraw] )
newt_resume
void newt_resume ( void )
newt_run_form
resource newt_run_form ( resource form )
newt_scale_set
void newt_scale_set ( resource scale, int amount )
newt_scale
resource newt_scale ( int left, int top, int width, int full_value )
newt_scrollbar_set
void newt_scrollbar_set ( resource scrollbar, int where, int total )
newt_set_help_callback
void newt_set_help_callback ( mixed function )
newt_set_suspend_callback
void newt_set_suspend_callback ( callback function, mixed data )
newt_suspend
void newt_suspend ( void )
newt_texbox_set_text
void newt_texbox_set_text ( resource textbox, string text )
newt_textbox_get_num_lines
int newt_textbox_get_num_lines ( resource textbox )
newt_textbox_reflowed
resource newt_textbox_reflowed ( int left, int top, char *text, int width, int flex_down, int flex_up [, int flags] )
newt_textbox_set_height
void newt_textbox_set_height ( resource textbox, int height )
newt_textbox
resource newt_textbox ( int left, int top, int width, int height [, int flags] )
newt_vertical_scrollbar
resource newt_vertical_scrollbar ( int left, int top, int height [, int normal_colorset [, int thumb_colorset]] )
newt_wait_for_key
void newt_wait_for_key ( void )
newt_win_choice
int newt_win_choice ( string title, string button1_text, string button2_text, string format [, mixed args [, mixed ...]] )
newt_win_entries
int newt_win_entries ( string title, string text, int suggested_width, int flex_down, int flex_up, int data_width, array &items, string button1 [, string ...] )
newt_win_menu
int newt_win_menu ( string title, string text, int suggestedWidth, int flexDown, int flexUp, int maxListHeight, array items, int &listItem [, string button1 [, string ...]] )
newt_win_message
void newt_win_message ( string title, string button_text, string format [, mixed args [, mixed ...]] )
newt_win_messagev
void newt_win_messagev ( string title, string button_text, string format, array args )
newt_win_ternary
int newt_win_ternary ( string title, string button1_text, string button2_text, string button3_text, string format [, mixed args [, mixed ...]] )
next
mixed next ( array &array )
ngettext
string ngettext ( string msgid1, string msgid2, int n )
nl_langinfo
string nl_langinfo ( int item )
nl2br
string nl2br ( string string )
notes_body
array notes_body ( string server, string mailbox, int msg_number )
notes_copy_db
bool notes_copy_db ( string from_database_name, string to_database_name )
notes_create_db
bool notes_create_db ( string database_name )
notes_create_note
bool notes_create_note ( string database_name, string form_name )
notes_drop_db
bool notes_drop_db ( string database_name )
notes_find_note
int notes_find_note ( string database_name, string name [, string type] )
notes_header_info
object notes_header_info ( string server, string mailbox, int msg_number )
notes_list_msgs
bool notes_list_msgs ( string db )
notes_mark_read
bool notes_mark_read ( string database_name, string user_name, string note_id )
notes_mark_unread
bool notes_mark_unread ( string database_name, string user_name, string note_id )
notes_nav_create
bool notes_nav_create ( string database_name, string name )
notes_search
array notes_search ( string database_name, string keywords )
notes_unread
array notes_unread ( string database_name, string user_name )
notes_version
float notes_version ( string database_name )
nsapi_request_headers
array nsapi_request_headers ( void )
nsapi_response_headers
array nsapi_response_headers ( void )
nsapi_virtual
bool nsapi_virtual ( string uri )
number_format
string number_format ( float number [, int decimals [, string dec_point, string thousands_sep]] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
ob_clean
void ob_clean ( void )
ob_end_clean
bool ob_end_clean ( void )
ob_end_flush
bool ob_end_flush ( void )
ob_flush
void ob_flush ( void )
ob_get_clean
string ob_get_clean ( void )
ob_get_contents
string ob_get_contents ( void )
ob_get_flush
string ob_get_flush ( void )
ob_get_length
int ob_get_length ( void )
ob_get_level
int ob_get_level ( void )
ob_get_status
array ob_get_status ( [bool full_status=FALSE] )
ob_gzhandler
string ob_gzhandler ( string buffer, int mode )
ob_iconv_handler
string ob_iconv_handler ( string contents, int status )
ob_implicit_flush
void ob_implicit_flush ( [int flag] )
ob_list_handlers
array ob_list_handlers ( void )
ob_start
bool ob_start ( [callback output_callback [, int chunk_size [, bool erase]]] )
ob_tidyhandler
string ob_tidyhandler ( string input [, int mode] )
oci_bind_array_by_name
bool oci_bind_array_by_name ( resource stmt, string name, array &var_array, int max_table_length [, int max_item_length [, int type]] )
oci_bind_by_name
bool oci_bind_by_name ( resource stmt, string ph_name, mixed &variable [, int maxlength [, int type]] )
oci_cancel
bool oci_cancel ( resource stmt )
oci_close
bool oci_close ( resource connection )
oci_collection_append
class OCI-Collection { bool append ( mixed value )
oci_collection_assign
class OCI-Collection { bool assign ( OCI-Collection from )
oci_collection_element_assign
class OCI-Collection { bool assignElem ( int index, mixed value )
oci_collection_element_get
class OCI-Collection { mixed getElem ( int index )
oci_collection_free
class OCI-Collection { bool free ( void )
oci_collection_max
class OCI-Collection { int max ( void )
oci_collection_size
class OCI-Collection { int size ( void )
oci_collection_trim
class OCI-Collection { bool trim ( int num )
oci_commit
bool oci_commit ( resource connection )
oci_connect
resource oci_connect ( string username, string password [, string db [, string charset [, int session_mode]]] )
oci_define_by_name
bool oci_define_by_name ( resource statement, string column_name, mixed &variable [, int type] )
oci_error
array oci_error ( [resource source] )
oci_execute
bool oci_execute ( resource stmt [, int mode] )
oci_fetch_all
int oci_fetch_all ( resource statement, array &output [, int skip [, int maxrows [, int flags]]] )
oci_fetch_array
array oci_fetch_array ( resource statement [, int mode] )
oci_fetch_assoc
array oci_fetch_assoc ( resource statement )
oci_fetch_object
object oci_fetch_object ( resource statement )
oci_fetch_row
array oci_fetch_row ( resource statement )
oci_fetch
bool oci_fetch ( resource statement )
oci_field_is_null
bool oci_field_is_null ( resource stmt, mixed field )
oci_field_name
string oci_field_name ( resource statement, int field )
oci_field_precision
int oci_field_precision ( resource statement, int field )
oci_field_scale
int oci_field_scale ( resource statement, int field )
oci_field_size
int oci_field_size ( resource stmt, mixed field )
oci_field_type_raw
int oci_field_type_raw ( resource statement, int field )
oci_field_type
mixed oci_field_type ( resource stmt, int field )
oci_free_statement
bool oci_free_statement ( resource statement )
oci_internal_debug
void oci_internal_debug ( int onoff )
oci_lob_append
class OCI-Lob { bool append ( OCI-Lob lob_from )
oci_lob_close
class OCI-Lob { bool close ( void )
oci_lob_copy
bool oci_lob_copy ( OCI-Lob lob_to, OCI-Lob lob_from [, int length] )
oci_lob_eof
class OCI-Lob { bool eof ( void )
oci_lob_erase
class OCI-Lob { int erase ( [int offset [, int length]] )
oci_lob_export
class OCI-Lob { bool export ( string filename [, int start [, int length]] )
oci_lob_flush
class OCI-Lob { bool flush ( [int flag] )
oci_lob_free
class OCI-Lob { bool free ( void )
oci_lob_getbuffering
class OCI-Lob { bool getBuffering ( void )
oci_lob_import
class OCI-Lob { bool import ( string filename )
oci_lob_is_equal
bool oci_lob_is_equal ( OCI-Lob lob1, OCI-Lob lob2 )
oci_lob_load
class OCI-Lob { string load ( void )
oci_lob_read
class OCI-Lob { string read ( int length )
oci_lob_rewind
class OCI-Lob { bool rewind ( void )
oci_lob_save
class OCI-Lob { bool save ( string data [, int offset] )
oci_lob_seek
class OCI-Lob { bool seek ( int offset [, int whence] )
oci_lob_setbuffering
class OCI-Lob { bool setBuffering ( bool on_off )
oci_lob_size
class OCI-Lob { int size ( void )
oci_lob_tell
class OCI-Lob { int tell ( void )
oci_lob_truncate
class OCI-Lob { bool truncate ( [int length] )
oci_lob_write
class OCI-Lob { int write ( string data [, int length] )
oci_lob_writetemporary
class OCI-Lob { bool writeTemporary ( string data [, int lob_type] )
oci_new_collection
OCI-Collection oci_new_collection ( resource connection, string tdo [, string schema] )
oci_new_connect
resource oci_new_connect ( string username, string password [, string db [, string charset [, int session_mode]]] )
oci_new_cursor
resource oci_new_cursor ( resource connection )
oci_new_descriptor
OCI-Lob oci_new_descriptor ( resource connection [, int type] )
oci_num_fields
int oci_num_fields ( resource statement )
oci_num_rows
int oci_num_rows ( resource stmt )
oci_parse
resource oci_parse ( resource connection, string query )
oci_password_change
bool oci_password_change ( resource connection, string username, string old_password, string new_password )
oci_pconnect
resource oci_pconnect ( string username, string password [, string db [, string charset [, int session_mode]]] )
oci_result
mixed oci_result ( resource statement, mixed field )
oci_rollback
bool oci_rollback ( resource connection )
oci_server_version
string oci_server_version ( resource connection )
oci_set_prefetch
bool oci_set_prefetch ( resource statement [, int rows] )
oci_statement_type
string oci_statement_type ( resource statement )
ocifetchinto
int ocifetchinto ( resource statement, array &result [, int mode] )
octdec
number octdec ( string octal_string )
odbc_autocommit
mixed odbc_autocommit ( resource connection_id [, bool OnOff] )
odbc_binmode
bool odbc_binmode ( resource result_id, int mode )
odbc_close_all
void odbc_close_all ( void )
odbc_close
void odbc_close ( resource connection_id )
odbc_columnprivileges
resource odbc_columnprivileges ( resource connection_id, string qualifier, string owner, string table_name, string column_name )
odbc_columns
resource odbc_columns ( resource connection_id [, string qualifier [, string schema [, string table_name [, string column_name]]]] )
odbc_commit
bool odbc_commit ( resource connection_id )
odbc_connect
resource odbc_connect ( string dsn, string user, string password [, int cursor_type] )
odbc_cursor
string odbc_cursor ( resource result_id )
odbc_data_source
array odbc_data_source ( resource connection_id, int fetch_type )
odbc_do
resource odbc_do ( resource conn_id, string query )
odbc_error
string odbc_error ( [resource connection_id] )
odbc_errormsg
string odbc_errormsg ( [resource connection_id] )
odbc_exec
resource odbc_exec ( resource connection_id, string query_string [, int flags] )
odbc_execute
bool odbc_execute ( resource result_id [, array parameters_array] )
odbc_fetch_array
array odbc_fetch_array ( resource result [, int rownumber] )
odbc_fetch_into
int odbc_fetch_into ( resource result_id, array &result_array [, int rownumber] )
odbc_fetch_object
object odbc_fetch_object ( resource result [, int rownumber] )
odbc_fetch_row
bool odbc_fetch_row ( resource result_id [, int row_number] )
odbc_field_len
int odbc_field_len ( resource result_id, int field_number )
odbc_field_name
string odbc_field_name ( resource result_id, int field_number )
odbc_field_num
int odbc_field_num ( resource result_id, string field_name )
odbc_field_precision
int odbc_field_precision ( resource result_id, int field_number )
odbc_field_scale
int odbc_field_scale ( resource result_id, int field_number )
odbc_field_type
string odbc_field_type ( resource result_id, int field_number )
odbc_foreignkeys
resource odbc_foreignkeys ( resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table )
odbc_free_result
bool odbc_free_result ( resource result_id )
odbc_gettypeinfo
resource odbc_gettypeinfo ( resource connection_id [, int data_type] )
odbc_longreadlen
bool odbc_longreadlen ( resource result_id, int length )
odbc_next_result
bool odbc_next_result ( resource result_id )
odbc_num_fields
int odbc_num_fields ( resource result_id )
odbc_num_rows
int odbc_num_rows ( resource result_id )
odbc_pconnect
resource odbc_pconnect ( string dsn, string user, string password [, int cursor_type] )
odbc_prepare
resource odbc_prepare ( resource connection_id, string query_string )
odbc_primarykeys
resource odbc_primarykeys ( resource connection_id, string qualifier, string owner, string table )
odbc_procedurecolumns
resource odbc_procedurecolumns ( resource connection_id [, string qualifier, string owner, string proc, string column] )
odbc_procedures
resource odbc_procedures ( resource connection_id [, string qualifier, string owner, string name] )
odbc_result_all
int odbc_result_all ( resource result_id [, string format] )
odbc_result
mixed odbc_result ( resource result_id, mixed field )
odbc_rollback
bool odbc_rollback ( resource connection_id )
odbc_setoption
bool odbc_setoption ( resource id, int function, int option, int param )
odbc_specialcolumns
resource odbc_specialcolumns ( resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable )
odbc_statistics
resource odbc_statistics ( resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy )
odbc_tableprivileges
resource odbc_tableprivileges ( resource connection_id, string qualifier, string owner, string name )
odbc_tables
resource odbc_tables ( resource connection_id [, string qualifier [, string owner [, string name [, string types]]]] )
openal_buffer_create
resource openal_buffer_create ( void )
openal_buffer_data
bool openal_buffer_data ( resource buffer, int format, string data, int freq )
openal_buffer_destroy
bool openal_buffer_destroy ( resource buffer )
openal_buffer_get
int openal_buffer_get ( resource buffer, int property )
openal_buffer_loadwav
bool openal_buffer_loadwav ( resource buffer, string wavfile )
openal_context_create
resource openal_context_create ( resource device )
openal_context_current
bool openal_context_current ( resource context )
openal_context_destroy
bool openal_context_destroy ( resource context )
openal_context_process
bool openal_context_process ( resource context )
openal_context_suspend
bool openal_context_suspend ( resource context )
openal_device_close
bool openal_device_close ( resource device )
openal_device_open
resource openal_device_open ( [string device_desc] )
openal_listener_get
mixed openal_listener_get ( int property )
openal_listener_set
bool openal_listener_set ( int property, mixed setting )
openal_source_create
resource openal_source_create ( void )
openal_source_destroy
bool openal_source_destroy ( resource source )
openal_source_get
mixed openal_source_get ( resource source, int property )
openal_source_pause
bool openal_source_pause ( resource source )
openal_source_play
bool openal_source_play ( resource source )
openal_source_rewind
bool openal_source_rewind ( resource source )
openal_source_set
bool openal_source_set ( resource source, int property, mixed setting )
openal_source_stop
bool openal_source_stop ( resource source )
openal_stream
resource openal_stream ( resource source, int format, int rate )
opendir
resource opendir ( string path [, resource context] )
openlog
bool openlog ( string ident, int option, int facility )
openssl_csr_export_to_file
bool openssl_csr_export_to_file ( resource csr, string outfilename [, bool notext] )
openssl_csr_export
bool openssl_csr_export ( resource csr, string &out [, bool notext] )
openssl_csr_new
mixed openssl_csr_new ( array dn, resource &privkey [, array configargs [, array extraattribs]] )
openssl_csr_sign
resource openssl_csr_sign ( mixed csr, mixed cacert, mixed priv_key, int days [, array configargs [, int serial]] )
openssl_error_string
string openssl_error_string ( void )
openssl_free_key
void openssl_free_key ( resource key_identifier )
openssl_open
bool openssl_open ( string sealed_data, string &open_data, string env_key, mixed priv_key_id )
openssl_pkcs7_decrypt
bool openssl_pkcs7_decrypt ( string infilename, string outfilename, mixed recipcert [, mixed recipkey] )
openssl_pkcs7_encrypt
bool openssl_pkcs7_encrypt ( string infile, string outfile, mixed recipcerts, array headers [, int flags [, int cipherid]] )
openssl_pkcs7_sign
bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]] )
openssl_pkcs7_verify
mixed openssl_pkcs7_verify ( string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]] )
openssl_pkey_export_to_file
bool openssl_pkey_export_to_file ( mixed key, string outfilename [, string passphrase [, array configargs]] )
openssl_pkey_export
bool openssl_pkey_export ( mixed key, string &out [, string passphrase [, array configargs]] )
openssl_pkey_free
void openssl_pkey_free ( resource key )
openssl_pkey_get_private
resource openssl_pkey_get_private ( mixed key [, string passphrase] )
openssl_pkey_get_public
resource openssl_pkey_get_public ( mixed certificate )
openssl_pkey_new
resource openssl_pkey_new ( [array configargs] )
openssl_private_decrypt
bool openssl_private_decrypt ( string data, string &decrypted, mixed key [, int padding] )
openssl_private_encrypt
bool openssl_private_encrypt ( string data, string &crypted, mixed key [, int padding] )
openssl_public_decrypt
bool openssl_public_decrypt ( string data, string &decrypted, mixed key [, int padding] )
openssl_public_encrypt
bool openssl_public_encrypt ( string data, string &crypted, mixed key [, int padding] )
openssl_seal
int openssl_seal ( string data, string &sealed_data, array &env_keys, array pub_key_ids )
openssl_sign
bool openssl_sign ( string data, string &signature, mixed priv_key_id [, int signature_alg] )
openssl_verify
int openssl_verify ( string data, string signature, mixed pub_key_id )
openssl_x509_check_private_key
bool openssl_x509_check_private_key ( mixed cert, mixed key )
openssl_x509_checkpurpose
int openssl_x509_checkpurpose ( mixed x509cert, int purpose [, array cainfo [, string untrustedfile]] )
openssl_x509_export_to_file
bool openssl_x509_export_to_file ( mixed x509, string outfilename [, bool notext] )
openssl_x509_export
bool openssl_x509_export ( mixed x509, string &output [, bool notext] )
openssl_x509_free
void openssl_x509_free ( resource x509cert )
openssl_x509_parse
array openssl_x509_parse ( mixed x509cert [, bool shortnames] )
openssl_x509_read
resource openssl_x509_read ( mixed x509certdata )
ora_bind
bool ora_bind ( resource cursor, string PHP_variable_name, string SQL_parameter_name, int length [, int type] )
ora_close
bool ora_close ( resource cursor )
ora_columnname
string ora_columnname ( resource cursor, int column )
ora_columnsize
int ora_columnsize ( resource cursor, int column )
ora_columntype
string ora_columntype ( resource cursor, int column )
ora_commit
bool ora_commit ( resource conn )
ora_commitoff
bool ora_commitoff ( resource conn )
ora_commiton
bool ora_commiton ( resource conn )
ora_do
resource ora_do ( resource conn, string query )
ora_error
string ora_error ( [resource cursor_or_connection] )
ora_errorcode
int ora_errorcode ( [resource cursor_or_connection] )
ora_exec
bool ora_exec ( resource cursor )
ora_fetch_into
int ora_fetch_into ( resource cursor, array &result [, int flags] )
ora_fetch
bool ora_fetch ( resource cursor )
ora_getcolumn
string ora_getcolumn ( resource cursor, int column )
ora_logoff
bool ora_logoff ( resource connection )
ora_logon
resource ora_logon ( string user, string password )
ora_numcols
int ora_numcols ( resource cursor )
ora_numrows
int ora_numrows ( resource cursor )
ora_open
resource ora_open ( resource connection )
ora_parse
bool ora_parse ( resource cursor, string sql_statement [, int defer] )
ora_plogon
resource ora_plogon ( string user, string password )
ora_rollback
bool ora_rollback ( resource connection )
orbitenum
new OrbitEnum ( string id )
orbitobject
new OrbitObject ( string ior )
orbitstruct
new OrbitStruct ( string id )
ord
int ord ( string string )
output_add_rewrite_var
bool output_add_rewrite_var ( string name, string value )
output_reset_rewrite_vars
bool output_reset_rewrite_vars ( void )
overload
void overload ( [string class_name] )
override_html
bool override_function ( string function_name, string function_args, string function_code )
ovrimos_close
void ovrimos_close ( int connection )
ovrimos_commit
bool ovrimos_commit ( int connection_id )
ovrimos_connect
int ovrimos_connect ( string host, string db, string user, string password )
ovrimos_cursor
string ovrimos_cursor ( int result_id )
ovrimos_exec
int ovrimos_exec ( int connection_id, string query )
ovrimos_execute
bool ovrimos_execute ( int result_id [, array parameters_array] )
ovrimos_fetch_into
bool ovrimos_fetch_into ( int result_id, array &result_array [, string how [, int rownumber]] )
ovrimos_fetch_row
bool ovrimos_fetch_row ( int result_id [, int how [, int row_number]] )
ovrimos_field_len
int ovrimos_field_len ( int result_id, int field_number )
ovrimos_field_name
string ovrimos_field_name ( int result_id, int field_number )
ovrimos_field_num
int ovrimos_field_num ( int result_id, string field_name )
ovrimos_field_type
int ovrimos_field_type ( int result_id, int field_number )
ovrimos_free_result
bool ovrimos_free_result ( int result_id )
ovrimos_longreadlen
bool ovrimos_longreadlen ( int result_id, int length )
ovrimos_num_fields
int ovrimos_num_fields ( int result_id )
ovrimos_num_rows
int ovrimos_num_rows ( int result_id )
ovrimos_prepare
int ovrimos_prepare ( int connection_id, string query )
ovrimos_result_all
int ovrimos_result_all ( int result_id [, string format] )
ovrimos_result
string ovrimos_result ( int result_id, mixed field )
ovrimos_rollback
bool ovrimos_rollback ( int connection_id )
a b c d e f g h i j k l m n o p q r s t u v w x y z
pack
string pack ( string format [, mixed args [, mixed ...]] )
parentiterator_getchildren
ParentIterator ParentIterator::getChildren ( void )
parentiterator_haschildren
bool ParentIterator::hasChildren ( void )
parentiterator_next
void ParentIterator::next ( void )
parentiterator_rewind
void ParentIterator::rewind ( void )
parse_ini_file
array parse_ini_file ( string filename [, bool process_sections] )
parse_str
void parse_str ( string str [, array &arr] )
parse_url
array parse_url ( string url )
parsekit_compile_file
array parsekit_compile_file ( string filename [, array &errors [, int options]] )
parsekit_compile_string
array parsekit_compile_string ( string phpcode [, array &errors [, int options]] )
parsekit_func_arginfo
array parsekit_func_arginfo ( mixed function )
passthru
void passthru ( string command [, int &return_var] )
pathinfo
mixed pathinfo ( string path [, int options] )
pclose
int pclose ( resource handle )
pcntl_alarm
int pcntl_alarm ( int seconds )
pcntl_exec
void pcntl_exec ( string path [, array args [, array envs]] )
pcntl_fork
int pcntl_fork ( void )
pcntl_getpriority
int pcntl_getpriority ( [int pid [, int process_identifier]] )
pcntl_setpriority
bool pcntl_setpriority ( int priority [, int pid [, int process_identifier]] )
pcntl_signal
bool pcntl_signal ( int signo, callback handle [, bool restart_syscalls] )
pcntl_wait
int pcntl_wait ( int &status [, int options] )
pcntl_waitpid
int pcntl_waitpid ( int pid, int &status [, int options] )
pcntl_wexitstatus
int pcntl_wexitstatus ( int status )
pcntl_wifexited
bool pcntl_wifexited ( int status )
pcntl_wifsignaled
bool pcntl_wifsignaled ( int status )
pcntl_wifstopped
bool pcntl_wifstopped ( int status )
pcntl_wstopsig
int pcntl_wstopsig ( int status )
pcntl_wtermsig
int pcntl_wtermsig ( int status )
pdf_activate_item
bool PDF_activate_item ( resource pdfdoc, int id )
pdf_add_launchlink
bool PDF_add_launchlink ( resource pdfdoc, float llx, float lly, float urx, float ury, string filename )
pdf_add_locallink
bool PDF_add_locallink ( resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, int page, string dest )
pdf_add_nameddest
bool PDF_add_nameddest ( resource pdfdoc, string name, string optlist )
pdf_add_note
bool PDF_add_note ( resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open )
pdf_add_pdflink
bool PDF_add_pdflink ( resource pdfdoc, float bottom_left_x, float bottom_left_y, float up_right_x, float up_right_y, string filename, int page, string dest )
pdf_add_thumbnail
bool PDF_add_thumbnail ( resource pdfdoc, int image )
pdf_add_weblink
bool PDF_add_weblink ( resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, string url )
pdf_arc
bool PDF_arc ( resource p, float x, float y, float r, float alpha, float beta )
pdf_arcn
bool PDF_arcn ( resource p, float x, float y, float r, float alpha, float beta )
pdf_attach_file
bool PDF_attach_file ( resource pdfdoc, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon )
pdf_begin_document
int PDF_begin_document ( resource pdfdoc, string filename, string optlist )
pdf_begin_font
bool PDF_begin_font ( resource pdfdoc, string filename, float a, float b, float c, float d, float e, float f, string optlist )
pdf_begin_glyph
bool PDF_begin_glyph ( resource pdfdoc, string glyphname, float wx, float llx, float lly, float urx, float ury )
pdf_begin_item
int PDF_begin_item ( resource pdfdoc, string tag, string optlist )
pdf_begin_layer
bool PDF_begin_layer ( resource pdfdoc, int layer )
pdf_begin_page_ext
bool PDF_begin_page_ext ( resource pdfdoc, float width, float height, string optlist )
pdf_begin_page
bool PDF_begin_page ( resource pdfdoc, float width, float height )
pdf_begin_pattern
int PDF_begin_pattern ( resource pdfdoc, float width, float height, float xstep, float ystep, int painttype )
pdf_begin_template
int PDF_begin_template ( resource pdfdoc, float width, float height )
pdf_circle
bool PDF_circle ( resource pdfdoc, float x, float y, float r )
pdf_clip
bool PDF_clip ( resource p )
pdf_close_image
void PDF_close_image ( resource p, int image )
pdf_close_pdi_page
bool PDF_close_pdi_page ( resource p, int page )
pdf_close_pdi
bool PDF_close_pdi ( resource p, int doc )
pdf_close
bool PDF_close ( resource p )
pdf_closepath_fill_stroke
bool PDF_closepath_fill_stroke ( resource p )
pdf_closepath_stroke
bool PDF_closepath_stroke ( resource p )
pdf_closepath
bool PDF_closepath ( resource p )
pdf_concat
bool PDF_concat ( resource p, float a, float b, float c, float d, float e, float f )
pdf_continue_text
bool PDF_continue_text ( resource p, string text )
pdf_create_action
int PDF_create_action ( resource pdfdoc, string type, string optlist )
pdf_create_annotation
bool PDF_create_annotation ( resource pdfdoc, float llx, float lly, float urx, float ury, string type, string optlist )
pdf_create_bookmark
int PDF_create_bookmark ( resource pdfdoc, string text, string optlist )
pdf_create_field
bool PDF_create_field ( resource pdfdoc, float llx, float lly, float urx, float ury, string name, string type, string optlist )
pdf_create_fieldgroup
bool PDF_create_fieldgroup ( resource pdfdoc, string name, string optlist )
pdf_create_gstate
int PDF_create_gstate ( resource pdfdoc, string optlist )
pdf_create_pvf
bool PDF_create_pvf ( resource pdfdoc, string filename, string data, string optlist )
pdf_create_textflow
int PDF_create_textflow ( resource pdfdoc, string text, string optlist )
pdf_curveto
bool PDF_curveto ( resource p, float x1, float y1, float x2, float y2, float x3, float y3 )
pdf_define_layer
int PDF_define_layer ( resource pdfdoc, string name, string optlist )
pdf_delete_pvf
int PDF_delete_pvf ( resource pdfdoc, string filename )
pdf_delete_textflow
bool PDF_delete_textflow ( resource pdfdoc, int textflow )
pdf_delete
bool PDF_delete ( resource pdfdoc )
pdf_encoding_set_char
bool PDF_encoding_set_char ( resource pdfdoc, string encoding, int slot, string glyphname, int uv )
pdf_end_document
bool PDF_end_document ( resource pdfdoc, string optlist )
pdf_end_font
bool PDF_end_font ( resource pdfdoc )
pdf_end_glyph
bool PDF_end_glyph ( resource pdfdoc )
pdf_end_item
bool PDF_end_item ( resource pdfdoc, int id )
pdf_end_layer
bool PDF_end_layer ( resource pdfdoc )
pdf_end_page_ext
bool PDF_end_page_ext ( resource pdfdoc, string optlist )
pdf_end_page
bool PDF_end_page ( resource p )
pdf_end_pattern
bool PDF_end_pattern ( resource p )
pdf_end_template
bool PDF_end_template ( resource p )
pdf_fill_imageblock
int PDF_fill_imageblock ( resource pdfdoc, int page, string blockname, int image, string optlist )
pdf_fill_pdfblock
int PDF_fill_pdfblock ( resource pdfdoc, int page, string blockname, int contents, string optlist )
pdf_fill_stroke
bool PDF_fill_stroke ( resource p )
pdf_fill_textblock
int PDF_fill_textblock ( resource pdfdoc, int page, string blockname, string text, string optlist )
pdf_fill
bool PDF_fill ( resource p )
pdf_findfont
int PDF_findfont ( resource p, string fontname, string encoding, int embed )
pdf_fit_image
bool PDF_fit_image ( resource pdfdoc, int image, float x, float y, string optlist )
pdf_fit_pdi_page
bool PDF_fit_pdi_page ( resource pdfdoc, int page, float x, float y, string optlist )
pdf_fit_textflow
string PDF_fit_textflow ( resource pdfdoc, int textflow, float llx, float lly, float urx, float ury, string optlist )
pdf_fit_textline
bool PDF_fit_textline ( resource pdfdoc, string text, float x, float y, string optlist )
pdf_get_apiname
string PDF_get_apiname ( resource pdfdoc )
pdf_get_buffer
string PDF_get_buffer ( resource p )
pdf_get_errmsg
string PDF_get_errmsg ( resource pdfdoc )
pdf_get_errnum
int PDF_get_errnum ( resource pdfdoc )
pdf_get_majorversion
int PDF_get_majorversion ( void )
pdf_get_minorversion
int PDF_get_minorversion ( void )
pdf_get_parameter
string PDF_get_parameter ( resource p, string key, float modifier )
pdf_get_pdi_parameter
string PDF_get_pdi_parameter ( resource p, string key, int doc, int page, int reserved )
pdf_get_pdi_value
float PDF_get_pdi_value ( resource p, string key, int doc, int page, int reserved )
pdf_get_value
float PDF_get_value ( resource p, string key, float modifier )
pdf_info_textflow
float PDF_info_textflow ( resource pdfdoc, int textflow, string keyword )
pdf_initgraphics
bool PDF_initgraphics ( resource p )
pdf_lineto
bool PDF_lineto ( resource p, float x, float y )
pdf_load_font
int PDF_load_font ( resource pdfdoc, string fontname, string encoding, string optlist )
pdf_load_iccprofile
int PDF_load_iccprofile ( resource pdfdoc, string profilename, string optlist )
pdf_load_image
int PDF_load_image ( resource pdfdoc, string imagetype, string filename, string optlist )
pdf_makespotcolor
int PDF_makespotcolor ( resource p, string spotname )
pdf_moveto
bool PDF_moveto ( resource p, float x, float y )
pdf_new
resource PDF_new ( )
pdf_open_ccitt
int PDF_open_ccitt ( resource pdfdoc, string filename, int width, int height, int BitReverse, int k, int Blackls1 )
pdf_open_file
bool PDF_open_file ( resource p, string filename )
pdf_open_image_file
int PDF_open_image_file ( resource p, string imagetype, string filename, string stringparam, int intparam )
pdf_open_image
int PDF_open_image ( resource p, string imagetype, string source, string data, int length, int width, int height, int components, int bpc, string params )
pdf_open_memory_image
int PDF_open_memory_image ( resource p, resource image )
pdf_open_pdi_page
int PDF_open_pdi_page ( resource p, int doc, int pagenumber, string optlist )
pdf_open_pdi
int PDF_open_pdi ( resource pdfdoc, string filename, string optlist )
pdf_place_image
bool PDF_place_image ( resource pdfdoc, int image, float x, float y, float scale )
pdf_place_pdi_page
bool PDF_place_pdi_page ( resource pdfdoc, int page, float x, float y, float sx, float sy )
pdf_process_pdi
int PDF_process_pdi ( resource pdfdoc, int doc, int page, string optlist )
pdf_rect
bool PDF_rect ( resource p, float x, float y, float width, float height )
pdf_restore
bool PDF_restore ( resource p )
pdf_resume_page
bool PDF_resume_page ( resource pdfdoc, string optlist )
pdf_rotate
bool PDF_rotate ( resource p, float phi )
pdf_save
bool PDF_save ( resource p )
pdf_scale
bool PDF_scale ( resource p, float sx, float sy )
pdf_set_border_color
bool PDF_set_border_color ( resource p, float red, float green, float blue )
pdf_set_border_dash
bool PDF_set_border_dash ( resource pdfdoc, float black, float white )
pdf_set_border_style
bool PDF_set_border_style ( resource pdfdoc, string style, float width )
pdf_set_gstate
bool PDF_set_gstate ( resource pdfdoc, int gstate )
pdf_set_info
bool PDF_set_info ( resource p, string key, string value )
pdf_set_layer_dependency
bool PDF_set_layer_dependency ( resource pdfdoc, string type, string optlist )
pdf_set_parameter
bool PDF_set_parameter ( resource p, string key, string value )
pdf_set_text_pos
bool PDF_set_text_pos ( resource p, float x, float y )
pdf_set_value
bool PDF_set_value ( resource p, string key, float value )
pdf_setcolor
bool PDF_setcolor ( resource p, string fstype, string colorspace, float c1, float c2, float c3, float c4 )
pdf_setdash
bool PDF_setdash ( resource pdfdoc, float b, float w )
pdf_setdashpattern
bool PDF_setdashpattern ( resource pdfdoc, string optlist )
pdf_setflat
bool PDF_setflat ( resource pdfdoc, float flatness )
pdf_setfont
bool PDF_setfont ( resource pdfdoc, int font, float fontsize )
pdf_setgray_fill
bool PDF_setgray_fill ( resource p, float g )
pdf_setgray_stroke
bool PDF_setgray_stroke ( resource p, float g )
pdf_setgray
bool PDF_setgray ( resource p, float g )
pdf_setlinecap
bool PDF_setlinecap ( resource p, int linecap )
pdf_setlinejoin
bool PDF_setlinejoin ( resource p, int value )
pdf_setlinewidth
bool PDF_setlinewidth ( resource p, float width )
pdf_setmatrix
bool PDF_setmatrix ( resource p, float a, float b, float c, float d, float e, float f )
pdf_setmiterlimit
bool PDF_setmiterlimit ( resource pdfdoc, float miter )
pdf_setrgbcolor_fill
bool PDF_setrgbcolor_fill ( resource p, float red, float green, float blue )
pdf_setrgbcolor_stroke
bool PDF_setrgbcolor_stroke ( resource p, float red, float green, float blue )
pdf_setrgbcolor
bool PDF_setrgbcolor ( resource p, float red, float green, float blue )
pdf_shading_pattern
int PDF_shading_pattern ( resource pdfdoc, int shading, string optlist )
pdf_shading
int PDF_shading ( resource pdfdoc, string shtype, float x0, float y0, float x1, float y1, float c1, float c2, float c3, float c4, string optlist )
pdf_shfill
bool PDF_shfill ( resource pdfdoc, int shading )
pdf_show_boxed
int PDF_show_boxed ( resource p, string text, float left, float top, float width, float height, string mode, string feature )
pdf_show_xy
bool PDF_show_xy ( resource p, string text, float x, float y )
pdf_show
bool PDF_show ( resource pdfdoc, string text )
pdf_skew
bool PDF_skew ( resource p, float alpha, float beta )
pdf_stringwidth
float PDF_stringwidth ( resource p, string text, int font, float fontsize )
pdf_stroke
bool PDF_stroke ( resource p )
pdf_suspend_page
bool PDF_suspend_page ( resource pdfdoc, string optlist )
pdf_translate
bool PDF_translate ( resource p, float tx, float ty )
pdf_utf16_to_utf8
string PDF_utf16_to_utf8 ( resource pdfdoc, string utf16string )
pdf_utf8_to_utf16
string PDF_utf8_to_utf16 ( resource pdfdoc, string utf8string, string ordering )
pdo_begintransaction
bool PDO::beginTransaction ( void )
pdo_commit
bool PDO::commit ( void )
pdo_construct
PDO PDO::__construct ( string dsn [, string username [, string password [, array driver_options]]] )
pdo_errorcode
string PDO::errorCode ( void )
pdo_errorinfo
array PDO::errorInfo ( void )
pdo_exec
int PDO::exec ( string statement )
pdo_getattribute
mixed PDO::getAttribute ( int attribute )
pdo_getavailabledrivers
array PDO::getAvailableDrivers ( void )
pdo_lastinsertid
string PDO::lastInsertId ( [string name] )
pdo_pgsqllobcreate
string PDO::pgsqlLOBCreate ( void )
pdo_pgsqllobopen
resource PDO::pgsqlLOBOpen ( string oid [, string mode] )
pdo_pgsqllobunlink
bool PDO::pgsqlLOBUnlink ( string oid )
pdo_prepare
PDOStatement PDO::prepare ( string statement [, array driver_options] )
pdo_query
PDOStatement PDO::query ( string statement )
pdo_quote
string PDO::quote ( string string [, int parameter_type] )
pdo_rollback
bool PDO::rollBack ( void )
pdo_setattribute
bool PDO::setAttribute ( int attribute, mixed value )
pdo_sqlitecreateaggregate
bool PDO::sqliteCreateAggregate ( string function_name, callback step_func, callback finalize_func [, int num_args] )
pdo_sqlitecreatehtml
bool PDO::sqliteCreateFunction ( string function_name, callback callback [, int num_args] )
pdostatement_bindcolumn
bool PDOStatement::bindColumn ( mixed column, mixed ¶m [, int type] )
pdostatement_bindparam
bool PDOStatement::bindParam ( mixed parameter, mixed &variable [, int data_type [, int length [, mixed driver_options]]] )
pdostatement_bindvalue
bool PDOStatement::bindValue ( mixed parameter, mixed value [, int data_type] )
pdostatement_closecursor
bool PDOStatement::closeCursor ( void )
pdostatement_columncount
int PDOStatement::columnCount ( void )
pdostatement_errorcode
string PDOStatement::errorCode ( void )
pdostatement_errorinfo
array PDOStatement::errorInfo ( void )
pdostatement_execute
bool PDOStatement::execute ( [array input_parameters] )
pdostatement_fetch
mixed PDOStatement::fetch ( [int fetch_style [, int cursor_orientation [, int cursor_offset]]] )
pdostatement_fetchall
array PDOStatement::fetchAll ( [int fetch_style [, int column_index]] )
pdostatement_fetchcolumn
string PDOStatement::fetchColumn ( [int column_number] )
pdostatement_fetchobject
mixed PDOStatement::fetchObject ( [string class_name [, array ctor_args]] )
pdostatement_getattribute
mixed PDOStatement::getAttribute ( int attribute )
pdostatement_getcolumnmeta
mixed PDOStatement::getColumnMeta ( int column )
pdostatement_nextrowset
bool PDOStatement::nextRowset ( void )
pdostatement_rowcount
int PDOStatement::rowCount ( void )
pdostatement_setattribute
bool PDOStatement::setAttribute ( int attribute, mixed value )
pdostatement_setfetchmode
bool PDOStatement::setFetchMode ( int mode )
pfpro_cleanup
bool pfpro_cleanup ( void )
pfpro_init
bool pfpro_init ( void )
pfpro_process_raw
string pfpro_process_raw ( string parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]] )
pfpro_process
array pfpro_process ( array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]] )
pfpro_version
string pfpro_version ( void )
pfsockopen
resource pfsockopen ( string hostname [, int port [, int &errno [, string &errstr [, float timeout]]]] )
pg_affected_rows
int pg_affected_rows ( resource result )
pg_cancel_query
bool pg_cancel_query ( resource connection )
pg_client_encoding
string pg_client_encoding ( [resource connection] )
pg_close
bool pg_close ( [resource connection] )
pg_connect
resource pg_connect ( string connection_string [, int connect_type] )
pg_connection_busy
bool pg_connection_busy ( resource connection )
pg_connection_reset
bool pg_connection_reset ( resource connection )
pg_connection_status
int pg_connection_status ( resource connection )
pg_convert
array pg_convert ( resource connection, string table_name, array assoc_array [, int options] )
pg_copy_from
bool pg_copy_from ( resource connection, string table_name, array rows [, string delimiter [, string null_as]] )
pg_copy_to
array pg_copy_to ( resource connection, string table_name [, string delimiter [, string null_as]] )
pg_dbname
string pg_dbname ( [resource connection] )
pg_delete
mixed pg_delete ( resource connection, string table_name, array assoc_array [, int options] )
pg_end_copy
bool pg_end_copy ( [resource connection] )
pg_escape_bytea
string pg_escape_bytea ( string data )
pg_escape_string
string pg_escape_string ( string data )
pg_execute
resource pg_execute ( resource connection, string stmtname, array params )
pg_fetch_all_columns
array pg_fetch_all_columns ( resource result [, int column] )
pg_fetch_all
array pg_fetch_all ( resource result )
pg_fetch_array
array pg_fetch_array ( resource result [, int row [, int result_type]] )
pg_fetch_assoc
array pg_fetch_assoc ( resource result [, int row] )
pg_fetch_object
object pg_fetch_object ( resource result [, int row [, int result_type]] )
pg_fetch_result
string pg_fetch_result ( resource result, int row, mixed field )
pg_fetch_row
array pg_fetch_row ( resource result [, int row] )
pg_field_is_null
int pg_field_is_null ( resource result, int row, mixed field )
pg_field_name
string pg_field_name ( resource result, int field_number )
pg_field_num
int pg_field_num ( resource result, string field_name )
pg_field_prtlen
int pg_field_prtlen ( resource result, int row_number, mixed field_name_or_number )
pg_field_size
int pg_field_size ( resource result, int field_number )
pg_field_type_oid
int pg_field_type_oid ( resource result, int field_number )
pg_field_type
string pg_field_type ( resource result, int field_number )
pg_free_result
bool pg_free_result ( resource result )
pg_get_notify
array pg_get_notify ( resource connection [, int result_type] )
pg_get_pid
int pg_get_pid ( resource connection )
pg_get_result
resource pg_get_result ( [resource connection] )
pg_host
string pg_host ( [resource connection] )
pg_insert
mixed pg_insert ( resource connection, string table_name, array assoc_array [, int options] )
pg_last_error
string pg_last_error ( [resource connection] )
pg_last_notice
string pg_last_notice ( resource connection )
pg_last_oid
string pg_last_oid ( resource result )
pg_lo_close
bool pg_lo_close ( resource large_object )
pg_lo_create
int pg_lo_create ( [resource connection] )
pg_lo_export
bool pg_lo_export ( resource connection, int oid, string pathname )
pg_lo_import
int pg_lo_import ( resource connection, string pathname )
pg_lo_open
resource pg_lo_open ( resource connection, int oid, string mode )
pg_lo_read_all
int pg_lo_read_all ( resource large_object )
pg_lo_read
string pg_lo_read ( resource large_object [, int len] )
pg_lo_seek
bool pg_lo_seek ( resource large_object, int offset [, int whence] )
pg_lo_tell
int pg_lo_tell ( resource large_object )
pg_lo_unlink
bool pg_lo_unlink ( resource connection, int oid )
pg_lo_write
int pg_lo_write ( resource large_object, string data [, int len] )
pg_meta_data
array pg_meta_data ( resource connection, string table_name )
pg_num_fields
int pg_num_fields ( resource result )
pg_num_rows
int pg_num_rows ( resource result )
pg_options
string pg_options ( [resource connection] )
pg_parameter_status
string pg_parameter_status ( resource connection, string param_name )
pg_pconnect
resource pg_pconnect ( string connection_string [, int connect_type] )
pg_ping
bool pg_ping ( [resource connection] )
pg_port
int pg_port ( [resource connection] )
pg_prepare
resource pg_prepare ( resource connection, string stmtname, string query )
pg_put_line
bool pg_put_line ( string data )
pg_query_params
resource pg_query_params ( resource connection, string query, array params )
pg_query
resource pg_query ( string query )
pg_result_error_field
string pg_result_error_field ( resource result, int fieldcode )
pg_result_error
string pg_result_error ( resource result )
pg_result_seek
bool pg_result_seek ( resource result, int offset )
pg_result_status
mixed pg_result_status ( resource result [, int type] )
pg_select
mixed pg_select ( resource connection, string table_name, array assoc_array [, int options] )
pg_send_execute
bool pg_send_execute ( resource connection, string stmtname, array params )
pg_send_prepare
bool pg_send_prepare ( resource connection, string stmtname, string query )
pg_send_query_params
bool pg_send_query_params ( resource connection, string query, array params )
pg_send_query
bool pg_send_query ( resource connection, string query )
pg_set_client_encoding
int pg_set_client_encoding ( string encoding )
pg_set_error_verbosity
int pg_set_error_verbosity ( resource connection, int verbosity )
pg_trace
bool pg_trace ( string pathname [, string mode [, resource connection]] )
pg_transaction_status
int pg_transaction_status ( resource connection )
pg_tty
string pg_tty ( [resource connection] )
pg_unescape_bytea
string pg_unescape_bytea ( string data )
pg_untrace
bool pg_untrace ( [resource connection] )
pg_update
mixed pg_update ( resource connection, string table_name, array data, array condition [, int options] )
pg_version
array pg_version ( [resource connection] )
php_check_syntax
bool php_check_syntax ( string file_name [, string &error_message] )
php_ini_scanned_files
string php_ini_scanned_files ( void )
php_logo_guid
string php_logo_guid ( void )
php_sapi_name
string php_sapi_name ( void )
php_strip_whitespace
string php_strip_whitespace ( string filename )
php_uname
string php_uname ( [string mode] )
phpcredits
bool phpcredits ( [int flag] )
phpinfo
bool phpinfo ( [int what] )
phpversion
string phpversion ( [string extension] )
pi
float pi ( void )
png2wbmp
int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold )
popen
resource popen ( string command, string mode )
posix_access
bool posix_access ( string file [, int mode] )
posix_ctermid
string posix_ctermid ( void )
posix_get_last_error
int posix_get_last_error ( void )
posix_getcwd
string posix_getcwd ( void )
posix_getegid
int posix_getegid ( void )
posix_geteuid
int posix_geteuid ( void )
posix_getgid
int posix_getgid ( void )
posix_getgrgid
array posix_getgrgid ( int gid )
posix_getgrnam
array posix_getgrnam ( string name )
posix_getgroups
array posix_getgroups ( void )
posix_getlogin
string posix_getlogin ( void )
posix_getpgid
int posix_getpgid ( int pid )
posix_getpgrp
int posix_getpgrp ( void )
posix_getpid
int posix_getpid ( void )
posix_getppid
int posix_getppid ( void )
posix_getpwnam
array posix_getpwnam ( string username )
posix_getpwuid
array posix_getpwuid ( int uid )
posix_getrlimit
array posix_getrlimit ( void )
posix_getsid
int posix_getsid ( int pid )
posix_getuid
int posix_getuid ( void )
posix_isatty
bool posix_isatty ( int fd )
posix_kill
bool posix_kill ( int pid, int sig )
posix_mkfifo
bool posix_mkfifo ( string pathname, int mode )
posix_mknod
bool posix_mknod ( string pathname, int mode [, int major [, int minor]] )
posix_setegid
bool posix_setegid ( int gid )
posix_seteuid
bool posix_seteuid ( int uid )
posix_setgid
bool posix_setgid ( int gid )
posix_setpgid
bool posix_setpgid ( int pid, int pgid )
posix_setsid
int posix_setsid ( void )
posix_setuid
bool posix_setuid ( int uid )
posix_strerror
string posix_strerror ( int errno )
posix_times
array posix_times ( void )
posix_ttyname
string posix_ttyname ( int fd )
posix_uname
array posix_uname ( void )
pow
number pow ( number base, number exp )
preg_grep
array preg_grep ( string pattern, array input [, int flags] )
preg_match_all
int preg_match_all ( string pattern, string subject, array &matches [, int flags [, int offset]] )
preg_match
int preg_match ( string pattern, string subject [, array &matches [, int flags [, int offset]]] )
preg_quote
string preg_quote ( string str [, string delimiter] )
preg_replace_callback
mixed preg_replace_callback ( mixed pattern, callback callback, mixed subject [, int limit [, int &count]] )
preg_replace
mixed preg_replace ( mixed pattern, mixed replacement, mixed subject [, int limit [, int &count]] )
preg_split
array preg_split ( string pattern, string subject [, int limit [, int flags]] )
prev
mixed prev ( array &array )
print_r
bool print_r ( mixed expression [, bool return] )
print
int print ( string arg )
printer_abort
void printer_abort ( resource handle )
printer_close
void printer_close ( resource handle )
printer_create_brush
resource printer_create_brush ( int style, string color )
printer_create_dc
void printer_create_dc ( resource handle )
printer_create_font
resource printer_create_font ( string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientation )
printer_create_pen
resource printer_create_pen ( int style, int width, string color )
printer_delete_brush
void printer_delete_brush ( resource handle )
printer_delete_dc
bool printer_delete_dc ( resource handle )
printer_delete_font
void printer_delete_font ( resource handle )
printer_delete_pen
void printer_delete_pen ( resource handle )
printer_draw_bmp
bool printer_draw_bmp ( resource handle, string filename, int x, int y [, int width, int height] )
printer_draw_chord
void printer_draw_chord ( resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1 )
printer_draw_elipse
void printer_draw_elipse ( resource handle, int ul_x, int ul_y, int lr_x, int lr_y )
printer_draw_line
void printer_draw_line ( resource printer_handle, int from_x, int from_y, int to_x, int to_y )
printer_draw_pie
void printer_draw_pie ( resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y )
printer_draw_rectangle
void printer_draw_rectangle ( resource handle, int ul_x, int ul_y, int lr_x, int lr_y )
printer_draw_roundrect
void printer_draw_roundrect ( resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height )
printer_draw_text
void printer_draw_text ( resource printer_handle, string text, int x, int y )
printer_end_doc
bool printer_end_doc ( resource handle )
printer_end_page
bool printer_end_page ( resource handle )
printer_get_option
mixed printer_get_option ( resource handle, string option )
printer_list
array printer_list ( int enumtype [, string name [, int level]] )
printer_logical_fontheight
int printer_logical_fontheight ( resource handle, int height )
printer_open
resource printer_open ( [string devicename] )
printer_select_brush
void printer_select_brush ( resource printer_handle, resource brush_handle )
printer_select_font
void printer_select_font ( resource printer_handle, resource font_handle )
printer_select_pen
void printer_select_pen ( resource printer_handle, resource pen_handle )
printer_set_option
bool printer_set_option ( resource handle, int option, mixed value )
printer_start_doc
bool printer_start_doc ( resource handle [, string document] )
printer_start_page
bool printer_start_page ( resource handle )
printer_write
bool printer_write ( resource handle, string content )
printf
int printf ( string format [, mixed args [, mixed ...]] )
proc_close
int proc_close ( resource process )
proc_get_status
array proc_get_status ( resource process )
proc_nice
bool proc_nice ( int increment )
proc_open
resource proc_open ( string cmd, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]] )
proc_terminate
int proc_terminate ( resource process [, int signal] )
property_exists
bool property_exists ( mixed class, string property )
ps_add_bookmark
int ps_add_bookmark ( resource psdoc, string text [, int parent [, int open]] )
ps_add_launchlink
bool ps_add_launchlink ( resource psdoc, float llx, float lly, float urx, float ury, string filename )
ps_add_locallink
bool ps_add_locallink ( resource psdoc, float llx, float lly, float urx, float ury, int page, string dest )
ps_add_note
bool ps_add_note ( resource psdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open )
ps_add_pdflink
bool ps_add_pdflink ( resource psdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest )
ps_add_weblink
bool ps_add_weblink ( resource psdoc, float llx, float lly, float urx, float ury, string url )
ps_arc
bool ps_arc ( resource psdoc, float x, float y, float radius, float alpha, float beta )
ps_arcn
bool ps_arcn ( resource psdoc, float x, float y, float radius, float alpha, float beta )
ps_begin_page
bool ps_begin_page ( resource psdoc, float width, float height )
ps_begin_pattern
int ps_begin_pattern ( resource psdoc, float width, float height, float xstep, float ystep, int painttype )
ps_begin_template
int ps_begin_template ( resource psdoc, float width, float height )
ps_circle
bool ps_circle ( resource psdoc, float x, float y, float radius )
ps_clip
bool ps_clip ( resource psdoc )
ps_close_image
void ps_close_image ( resource psdoc, int imageid )
ps_close
bool ps_close ( resource psdoc )
ps_closepath_stroke
bool ps_closepath_stroke ( resource psdoc )
ps_closepath
bool ps_closepath ( resource psdoc )
ps_continue_text
bool ps_continue_text ( resource psdoc, string text )
ps_curveto
bool ps_curveto ( resource psdoc, float x1, float y1, float x2, float y2, float x3, float y3 )
ps_delete
bool ps_delete ( resource psdoc )
ps_end_page
bool ps_end_page ( resource psdoc )
ps_end_pattern
bool ps_end_pattern ( resource psdoc )
ps_end_template
bool ps_end_template ( resource psdoc )
ps_fill_stroke
bool ps_fill_stroke ( resource psdoc )
ps_fill
bool ps_fill ( resource psdoc )
ps_findfont
int ps_findfont ( resource psdoc, string fontname, string encoding [, bool embed] )
ps_get_buffer
string ps_get_buffer ( resource psdoc )
ps_get_parameter
string ps_get_parameter ( resource psdoc, string name [, float modifier] )
ps_get_value
float ps_get_value ( resource psdoc, string name [, float modifier] )
ps_hyphenate
array ps_hyphenate ( resource psdoc, string text )
ps_lineto
bool ps_lineto ( resource psdoc, float x, float y )
ps_makespotcolor
int ps_makespotcolor ( resource psdoc, string name [, float reserved] )
ps_moveto
bool ps_moveto ( resource psdoc, float x, float y )
ps_new
resource ps_new ( void )
ps_open_file
bool ps_open_file ( resource psdoc [, string filename] )
ps_open_image_file
int ps_open_image_file ( resource psdoc, string type, string filename [, string stringparam [, int intparam]] )
ps_open_image
int ps_open_image ( resource psdoc, string type, string source, string data, int lenght, int width, int height, int components, int bpc, string params )
ps_place_image
bool ps_place_image ( resource psdoc, int imageid, float x, float y, float scale )
ps_rect
bool ps_rect ( resource psdoc, float x, float y, float width, float height )
ps_restore
bool ps_restore ( resource psdoc )
ps_rotate
bool ps_rotate ( resource psdoc, float rot )
ps_save
bool ps_save ( resource psdoc )
ps_scale
bool ps_scale ( resource psdoc, float x, float y )
ps_set_border_color
bool ps_set_border_color ( resource psdoc, float red, float green, float blue )
ps_set_border_dash
bool ps_set_border_dash ( resource psdoc, float black, float white )
ps_set_border_style
bool ps_set_border_style ( resource psdoc, string style, float width )
ps_set_info
bool ps_set_info ( resource p, string key, string val )
ps_set_parameter
bool ps_set_parameter ( resource psdoc, string name, string value )
ps_set_text_pos
bool ps_set_text_pos ( resource psdoc, float x, float y )
ps_set_value
bool ps_set_value ( resource psdoc, string name, float value )
ps_setcolor
bool ps_setcolor ( resource psdoc, string type, string colorspace, float c1, float c2, float c3, float c4 )
ps_setdash
bool ps_setdash ( resource psdoc, float on, float off )
ps_setflat
bool ps_setflat ( resource psdoc, float value )
ps_setfont
bool ps_setfont ( resource psdoc, int fontid, float size )
ps_setgray
bool ps_setgray ( resource psdoc, float gray )
ps_setlinecap
bool ps_setlinecap ( resource psdoc, int type )
ps_setlinejoin
bool ps_setlinejoin ( resource psdoc, int type )
ps_setlinewidth
bool ps_setlinewidth ( resource psdoc, float width )
ps_setmiterlimit
bool ps_setmiterlimit ( resource psdoc, float value )
ps_setpolydash
bool ps_setpolydash ( resource psdoc, float arr )
ps_shading_pattern
int ps_shading_pattern ( resource psdoc, int shadingid, string optlist )
ps_shading
int ps_shading ( resource psdoc, string type, float x0, float y0, float x1, float y1, float c1, float c2, float c3, float c4, string optlist )
ps_shfill
bool ps_shfill ( resource psdoc, int shadingid )
ps_show_boxed
int ps_show_boxed ( resource psdoc, string text, float left, float bottom, float width, float height, string hmode [, string feature] )
ps_show_xy
bool ps_show_xy ( resource psdoc, string text, float x, float y )
ps_show
bool ps_show ( resource psdoc, string text )
ps_string_geometry
array ps_string_geometry ( resource psdoc, string text [, int fontid [, float size]] )
ps_stringwidth
float ps_stringwidth ( resource psdoc, string text [, int fontid [, float size]] )
ps_stroke
bool ps_stroke ( resource psdoc )
ps_symbol_name
string ps_symbol_name ( resource psdoc, int ord [, int fontid] )
ps_symbol_width
float ps_symbol_width ( resource psdoc, int ord [, int fontid [, float size]] )
ps_symbol
bool ps_symbol ( resource psdoc, int ord )
ps_translate
bool ps_translate ( resource psdoc, float x, float y )
pspell_add_to_personal
bool pspell_add_to_personal ( int dictionary_link, string word )
pspell_add_to_session
bool pspell_add_to_session ( int dictionary_link, string word )
pspell_check
bool pspell_check ( int dictionary_link, string word )
pspell_clear_session
bool pspell_clear_session ( int dictionary_link )
pspell_config_create
int pspell_config_create ( string language [, string spelling [, string jargon [, string encoding]]] )
pspell_config_data_dir
bool pspell_config_data_dir ( int conf, string directory )
pspell_config_dict_dir
bool pspell_config_dict_dir ( int conf, string directory )
pspell_config_ignore
bool pspell_config_ignore ( int dictionary_link, int n )
pspell_config_mode
bool pspell_config_mode ( int dictionary_link, int mode )
pspell_config_personal
bool pspell_config_personal ( int dictionary_link, string file )
pspell_config_repl
bool pspell_config_repl ( int dictionary_link, string file )
pspell_config_runtogether
bool pspell_config_runtogether ( int dictionary_link, bool flag )
pspell_config_save_repl
bool pspell_config_save_repl ( int dictionary_link, bool flag )
pspell_new_config
int pspell_new_config ( int config )
pspell_new_personal
int pspell_new_personal ( string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]] )
pspell_new
int pspell_new ( string language [, string spelling [, string jargon [, string encoding [, int mode]]]] )
pspell_save_wordlist
bool pspell_save_wordlist ( int dictionary_link )
pspell_store_replacement
bool pspell_store_replacement ( int dictionary_link, string misspelled, string correct )
pspell_suggest
array pspell_suggest ( int dictionary_link, string word )
putenv
bool putenv ( string setting )
px_close
bool px_close ( resource pxdoc )
px_create_fp
bool px_create_fp ( resource pxdoc, resource file, array fielddesc )
px_date2string
string px_date2string ( resource pxdoc, int value, string format )
px_delete_record
bool px_delete_record ( resource pxdoc, int num )
px_delete
bool px_delete ( resource pxdoc )
px_get_field
array px_get_field ( resource pxdoc, int fieldno )
px_get_info
array px_get_info ( resource pxdoc )
px_get_parameter
string px_get_parameter ( resource pxdoc, string name )
px_get_record
array px_get_record ( resource pxdoc, int num [, int mode] )
px_get_schema
array px_get_schema ( resource pxdoc [, int mode] )
px_get_value
float px_get_value ( resource pxdoc, string name )
px_insert_record
int px_insert_record ( resource pxdoc, array data )
px_new
resource px_new ( void )
px_numfields
int px_numfields ( resource pxdoc )
px_numrecords
int px_numrecords ( resource pxdoc )
px_open_fp
bool px_open_fp ( resource pxdoc, resource file )
px_put_record
bool px_put_record ( resource pxdoc, array record [, int recpos] )
px_retrieve_record
array px_retrieve_record ( resource pxdoc, int num [, int mode] )
px_set_blob_file
bool px_set_blob_file ( resource pxdoc, string filename )
px_set_parameter
bool px_set_parameter ( resource pxdoc, string name, string value )
px_set_tablename
void px_set_tablename ( resource pxdoc, string name )
px_set_targetencoding
bool px_set_targetencoding ( resource pxdoc, string encoding )
px_set_value
bool px_set_value ( resource pxdoc, string name, float value )
px_timestamp2string
string px_timestamp2string ( resource pxdoc, float value, string format )
px_update_record
bool px_update_record ( resource pxdoc, array data, int num )
a b c d e f g h i j k l m n o p q r s t u v w x y z
qdom_error
string qdom_error ( void )
qdom_tree
QDomDocument qdom_tree ( string doc )
quoted_printable_decode
string quoted_printable_decode ( string str )
quotemeta
string quotemeta ( string str )
a b c d e f g h i j k l m n o p q r s t u v w x y z
rad2deg
float rad2deg ( float number )
radius_acct_open
resource radius_acct_open ( void )
radius_add_server
bool radius_add_server ( resource radius_handle, string hostname, int port, string secret, int timeout, int max_tries )
radius_auth_open
resource radius_auth_open ( void )
radius_close
bool radius_close ( resource radius_handle )
radius_config
bool radius_config ( resource radius_handle, string file )
radius_create_request
bool radius_create_request ( resource radius_handle, int type )
radius_cvt_addr
string radius_cvt_addr ( string data )
radius_cvt_int
int radius_cvt_int ( string data )
radius_cvt_string
string radius_cvt_string ( string data )
radius_demangle_mppe_key
string radius_demangle_mppe_key ( resource radius_handle, string mangled )
radius_demangle
string radius_demangle ( resource radius_handle, string mangled )
radius_get_attr
mixed radius_get_attr ( resource radius_handle )
radius_get_vendor_attr
array radius_get_vendor_attr ( string data )
radius_put_addr
bool radius_put_addr ( resource radius_handle, int type, string addr )
radius_put_attr
bool radius_put_attr ( resource radius_handle, int type, string value )
radius_put_int
bool radius_put_int ( resource radius_handle, int type, int value )
radius_put_string
bool radius_put_string ( resource radius_handle, int type, string value )
radius_put_vendor_addr
bool radius_put_vendor_addr ( resource radius_handle, int vendor, int type, string addr )
radius_put_vendor_attr
bool radius_put_vendor_attr ( resource radius_handle, int vendor, int type, string value )
radius_put_vendor_int
bool radius_put_vendor_int ( resource radius_handle, int vendor, int type, int value )
radius_put_vendor_string
bool radius_put_vendor_string ( resource radius_handle, int vendor, int type, string value )
radius_request_authenticator
string radius_request_authenticator ( resource radius_handle )
radius_send_request
int radius_send_request ( resource radius_handle )
radius_server_secret
string radius_server_secret ( resource radius_handle )
radius_strerror
string radius_strerror ( resource radius_handle )
rand
int rand ( [int min, int max] )
range
array range ( mixed low, mixed high [, number step] )
rar_close
bool rar_close ( resource rar_file )
rar_entry_get
RarEntry rar_entry_get ( resource rar_file, string entry_name )
rar_extract
bool Rar::extract ( string dir [, string filepath] )
rar_getattr
int Rar::getAttr ( void )
rar_getcrc
int Rar::getCrc ( void )
rar_getfiletime
string Rar::getFileTime ( void )
rar_gethostos
int Rar::getHostOs ( void )
rar_getmethod
int Rar::getMethod ( void )
rar_getname
string Rar::getName ( void )
rar_getpackedsize
int Rar::getPackedSize ( void )
rar_getunpackedsize
int Rar::getUnpackedSize ( void )
rar_getversion
int Rar::getVersion ( void )
rar_list
array rar_list ( resource rar_file )
rar_open
resource rar_open ( string filename [, string password] )
rawurldecode
string rawurldecode ( string str )
rawurlencode
string rawurlencode ( string str )
readdir
string readdir ( resource dir_handle )
readfile
int readfile ( string filename [, bool use_include_path [, resource context]] )
readgzfile
int readgzfile ( string filename [, int use_include_path] )
readline_add_history
bool readline_add_history ( string line )
readline_callback_handler_install
bool readline_callback_handler_install ( string prompt, callback callback )
readline_callback_handler_remove
bool readline_callback_handler_remove ( void )
readline_callback_read_char
void readline_callback_read_char ( void )
readline_clear_history
bool readline_clear_history ( void )
readline_completion_html
bool readline_completion_function ( callback function )
readline_info
mixed readline_info ( [string varname [, string newvalue]] )
readline_list_history
array readline_list_history ( void )
readline_on_new_line
void readline_on_new_line ( void )
readline_read_history
bool readline_read_history ( [string filename] )
readline_redisplay
void readline_redisplay ( void )
readline_write_history
bool readline_write_history ( [string filename] )
readline
string readline ( string prompt )
readlink
string readlink ( string path )
realpath
string realpath ( string path )
recode_file
bool recode_file ( string request, resource input, resource output )
recode_string
string recode_string ( string request, string string )
recursivedirectoryiterator_getchildren
object RecursiveDirectoryIterator::getChildren ( void )
recursivedirectoryiterator_haschildren
bool RecursiveDirectoryIterator::hasChildren ( [bool allow_links] )
recursivedirectoryiterator_key
string RecursiveDirectoryIterator::key ( void )
recursivedirectoryiterator_next
void RecursiveDirectoryIterator::next ( void )
recursivedirectoryiterator_rewind
void RecursiveDirectoryIterator::rewind ( void )
recursiveiteratoriterator_current
mixed RecursiveIteratorIterator::current ( void )
recursiveiteratoriterator_getdepth
int RecursiveIteratorIterator::getDepth ( void )
recursiveiteratoriterator_getsubiterator
RecursiveIterator RecursiveIteratorIterator::getSubIterator ( void )
recursiveiteratoriterator_key
mixed RecursiveIteratorIterator::key ( void )
recursiveiteratoriterator_next
void RecursiveIteratorIterator::next ( void )
recursiveiteratoriterator_rewind
void RecursiveIteratorIterator::rewind ( void )
recursiveiteratoriterator_valid
bolean RecursiveIteratorIterator::valid ( void )
register_shutdown_html
void register_shutdown_function ( callback function [, mixed parameter [, mixed ...]] )
register_tick_html
bool register_tick_function ( callback function [, mixed arg [, mixed ...]] )
rename_html
bool rename_function ( string original_name, string new_name )
rename
bool rename ( string oldname, string newname [, resource context] )
reset
mixed reset ( array &array )
restore_error_handler
bool restore_error_handler ( void )
restore_exception_handler
bool restore_exception_handler ( void )
restore_include_path
void restore_include_path ( void )
rewind
bool rewind ( resource handle )
rewinddir
void rewinddir ( resource dir_handle )
rmdir
bool rmdir ( string dirname [, resource context] )
round
float round ( float val [, int precision] )
rpm_close
bool rpm_close ( resource rpmr )
rpm_get_tag
mixed rpm_get_tag ( resource rpmr, int tagnum )
rpm_is_valid
bool rpm_is_valid ( string filename )
rpm_open
resource rpm_open ( string filename )
rpm_version
string rpm_version ( void )
rsort
bool rsort ( array &array [, int sort_flags] )
rtrim
string rtrim ( string str [, string charlist] )
runkit_class_adopt
bool runkit_class_adopt ( string classname, string parentname )
runkit_class_emancipate
bool runkit_class_emancipate ( string classname )
runkit_constant_add
bool runkit_constant_add ( string constname, mixed value )
runkit_constant_redefine
bool runkit_constant_redefine ( string constname, mixed newvalue )
runkit_constant_remove
bool runkit_constant_remove ( string constname )
runkit_function_add
bool runkit_function_add ( string funcname, string arglist, string code )
runkit_function_copy
bool runkit_function_copy ( string funcname, string targetname )
runkit_function_redefine
bool runkit_function_redefine ( string funcname, string arglist, string code )
runkit_function_remove
bool runkit_function_remove ( string funcname )
runkit_function_rename
bool runkit_function_rename ( string funcname, string newname )
runkit_import
bool runkit_import ( string filename [, int flags] )
runkit_lint_file
bool runkit_lint_file ( string filename )
runkit_lint
bool runkit_lint ( string code )
runkit_method_add
bool runkit_method_add ( string classname, string methodname, string args, string code [, int flags] )
runkit_method_copy
bool runkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] )
runkit_method_redefine
bool runkit_method_redefine ( string classname, string methodname, string args, string code [, int flags] )
runkit_method_remove
bool runkit_method_remove ( string classname, string methodname )
runkit_method_rename
bool runkit_method_rename ( string classname, string methodname, string newname )
runkit_return_value_used
bool runkit_return_value_used ( void )
runkit_sandbox_output_handler
mixed runkit_sandbox_output_handler ( object sandbox [, mixed callback] )
runkit_superglobals
array runkit_superglobals ( void )
a b c d e f g h i j k l m n o p q r s t u v w x y z
satellite_caught_exception
bool satellite_caught_exception ( void )
satellite_exception_id
string satellite_exception_id ( void )
satellite_exception_value
OrbitStruct satellite_exception_value ( void )
satellite_get_repository_id
int satellite_get_repository_id ( object obj )
satellite_load_idl
bool satellite_load_idl ( string file )
satellite_object_to_string
string satellite_object_to_string ( object obj )
scandir
array scandir ( string directory [, int sorting_order [, resource context]] )
sdo_das_changesummary_beginlogging
void SDO_DAS_ChangeSummary::beginLogging ( void )
sdo_das_changesummary_endlogging
void SDO_DAS_ChangeSummary::endLogging ( void )
sdo_das_changesummary_getchangeddataobjects
SDO_List SDO_DAS_ChangeSummary::getChangedDataObjects ( void )
sdo_das_changesummary_getchangetype
int SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject dataObject )
sdo_das_changesummary_getoldcontainer
SDO_DataObject SDO_DAS_ChangeSummary::getOldContainer ( SDO_DataObject data_object )
sdo_das_changesummary_getoldvalues
SDO_List SDO_DAS_ChangeSummary::getOldValues ( SDO_DataObject data_object )
sdo_das_changesummary_islogging
bool SDO_DAS_ChangeSummary::isLogging ( void )
sdo_das_datafactory_addpropertytotype
void SDO_DAS_DataFactory::addPropertyToType ( string parent_type_namespace_uri, string parent_type_name, string property_name, string type_namespace_uri, string type_name [, array options] )
sdo_das_datafactory_addtype
void SDO_DAS_DataFactory::addType ( string type_namespace_uri, string type_name [, array options] )
sdo_das_datafactory_getdatafactory
SDO_DAS_DataFactory SDO_DAS_DataFactory::getDataFactory ( void )
sdo_das_dataobject_getchangesummary
SDO_DAS_ChangeSummary SDO_DAS_DataObject::getChangeSummary ( void )
sdo_das_relational_applychanges
void SDO_DAS_Relational::applyChanges ( PDO database_handle, SDODataObject root_data_object )
sdo_das_relational_construct
SDO_DAS_Relational SDO_DAS_Relational::__construct ( array database_metadata [, string application_root_type [, array SDO_containment_references_metadata]] )
sdo_das_relational_createrootdataobject
SDODataObject SDO_DAS_Relational::createRootDataObject ( void )
sdo_das_relational_executepreparedquery
SDODataObject SDO_DAS_Relational::executePreparedQuery ( PDO database_handle, PDOStatement prepared_statement, array value_list [, array column_specifier] )
sdo_das_relational_executequery
SDODataObject SDO_DAS_Relational::executeQuery ( PDO database_handle, string SQL_statement [, array column_specifier] )
sdo_das_setting_getlistindex
int SDO_DAS_Setting::getListIndex ( void )
sdo_das_setting_getpropertyindex
int SDO_DAS_Setting::getPropertyIndex ( void )
sdo_das_setting_getpropertyname
string SDO_DAS_Setting::getPropertyName ( void )
sdo_das_setting_getvalue
mixed SDO_DAS_Setting::getValue ( void )
sdo_das_setting_isset
bool SDO_DAS_Setting::isSet ( void )
sdo_das_xml_addtypes
void SDO_DAS_XML::addTypes ( string xsd_file )
sdo_das_xml_create
SDO_DAS_XML SDO_DAS_XML::create ( [string xsd_file] )
sdo_das_xml_createdataobject
SDO_DataObject SDO_DAS_XML::createDataObject ( string namespace_uri, string type_name )
sdo_das_xml_createdocument
SDO_DAS_XML_Document SDO_DAS_XML::createDocument ( [string document_element_name] )
sdo_das_xml_document_getrootdataobject
SDO_DataObject SDO_DAS_XML_Document::getRootDataObject ( void )
sdo_das_xml_document_getrootelementname
string SDO_DAS_XML_Document::getRootElementName ( void )
sdo_das_xml_document_getrootelementuri
string SDO_DAS_XML_Document::getRootElementURI ( void )
sdo_das_xml_document_setencoding
void SDO_DAS_XML_Document::setEncoding ( string encoding )
sdo_das_xml_document_setxmldeclaration
void SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )
sdo_das_xml_document_setxmlversion
void SDO_DAS_XML_Document::setXMLVersion ( string xmlVersion )
sdo_das_xml_loadfile
SDO_XMLDocument SDO_DAS_XML::loadFile ( string xml_file )
sdo_das_xml_loadstring
SDO_DAS_XML_Document SDO_DAS_XML::loadString ( string xml_string )
sdo_das_xml_savefile
void SDO_DAS_XML::saveFile ( SDO_XMLDocument xdoc, string xml_file [, int indent] )
sdo_das_xml_savestring
string SDO_DAS_XML::saveString ( SDO_XMLDocument xdoc [, int indent] )
sdo_datafactory_create
void SDO_DataFactory::create ( string type_namespace_uri, string type_name )
sdo_dataobject_clear
void SDO_DataObject::clear ( void )
sdo_dataobject_createdataobject
SDO_DataObject SDO_DataObject::createDataObject ( mixed identifier )
sdo_dataobject_getcontainer
SDO_DataObject SDO_DataObject::getContainer ( void )
sdo_dataobject_getsequence
SDO_Sequence SDO_DataObject::getSequence ( void )
sdo_dataobject_gettypename
string SDO_DataObject::getTypeName ( void )
sdo_dataobject_gettypenamespaceuri
string SDO_DataObject::getTypeNamespaceURI ( void )
sdo_exception_getcause
mixed SDO_Exception::getCause ( void )
sdo_list_insert
void SDO_List::insert ( mixed value [, int index] )
sdo_model_property_getcontainingtype
SDO_Model_Type SDO_Model_Property::getContainingType ( void )
sdo_model_property_getdefault
mixed SDO_Model_Property::getDefault ( void )
sdo_model_property_getname
string SDO_Model_Property::getName ( void )
sdo_model_property_gettype
SDO_Model_Type SDO_Model_Property::getType ( void )
sdo_model_property_iscontainment
bool SDO_Model_Property::isContainment ( void )
sdo_model_property_ismany
bool SDO_Model_Property::isMany ( void )
sdo_model_reflectiondataobject_construct
SDO_Model_ReflectionDataObject SDO_Model_ReflectionDataObject::__construct ( SDO_DataObject data_object )
sdo_model_reflectiondataobject_export
mixed SDO_Model_ReflectionDataObject::export ( SDO_Model_ReflectionDataObject rdo [, bool return] )
sdo_model_reflectiondataobject_getcontainmentproperty
SDO_Model_Property SDO_Model_ReflectionDataObject::getContainmentProperty ( void )
sdo_model_reflectiondataobject_getinstanceproperties
array SDO_Model_ReflectionDataObject::getInstanceProperties ( void )
sdo_model_reflectiondataobject_gettype
SDO_Model_Type SDO_Model_ReflectionDataObject::getType ( void )
sdo_model_type_getbasetype
SDO_Model_Type SDO_Model_Type::getBaseType ( void )
sdo_model_type_getname
string SDO_Model_Type::getName ( void )
sdo_model_type_getnamespaceuri
string SDO_Model_Type::getNamespaceURI ( void )
sdo_model_type_getproperties
array SDO_Model_Type::getProperties ( void )
sdo_model_type_getproperty
SDO_Model_Property SDO_Model_Type::getProperty ( mixed identifier )
sdo_model_type_isabstracttype
bool SDO_Model_Type::isAbstractType ( void )
sdo_model_type_isdatatype
bool SDO_Model_Type::isDataType ( void )
sdo_model_type_isinstance
bool SDO_Model_Type::isInstance ( SDO_DataObject data_object )
sdo_model_type_isopentype
bool SDO_Model_Type::isOpenType ( void )
sdo_model_type_issequencedtype
bool SDO_Model_Type::isSequencedType ( void )
sdo_sequence_getproperty
SDO_Model_Property SDO_Sequence::getProperty ( int sequence_index )
sdo_sequence_insert
void SDO_Sequence::insert ( mixed value [, int sequenceIndex [, mixed propertyIdentifier]] )
sdo_sequence_move
void SDO_Sequence::move ( int toIndex, int fromIndex )
sem_acquire
bool sem_acquire ( resource sem_identifier )
sem_get
resource sem_get ( int key [, int max_acquire [, int perm [, int auto_release]]] )
sem_release
bool sem_release ( resource sem_identifier )
sem_remove
bool sem_remove ( resource sem_identifier )
serialize
string serialize ( mixed value )
sesam_affected_rows
int sesam_affected_rows ( string result_id )
sesam_commit
bool sesam_commit ( void )
sesam_connect
bool sesam_connect ( string catalog, string schema, string user )
sesam_diagnostic
array sesam_diagnostic ( void )
sesam_disconnect
bool sesam_disconnect ( void )
sesam_errormsg
string sesam_errormsg ( void )
sesam_execimm
string sesam_execimm ( string query )
sesam_fetch_array
array sesam_fetch_array ( string result_id [, int whence [, int offset]] )
sesam_fetch_result
mixed sesam_fetch_result ( string result_id [, int max_rows] )
sesam_fetch_row
array sesam_fetch_row ( string result_id [, int whence [, int offset]] )
sesam_field_array
array sesam_field_array ( string result_id )
sesam_field_name
int sesam_field_name ( string result_id, int index )
sesam_free_result
int sesam_free_result ( string result_id )
sesam_num_fields
int sesam_num_fields ( string result_id )
sesam_query
string sesam_query ( string query [, bool scrollable] )
sesam_rollback
bool sesam_rollback ( void )
sesam_seek_row
bool sesam_seek_row ( string result_id, int whence [, int offset] )
sesam_settransaction
bool sesam_settransaction ( int isolation_level, int read_only )
session_cache_expire
int session_cache_expire ( [int new_cache_expire] )
session_cache_limiter
string session_cache_limiter ( [string cache_limiter] )
session_decode
bool session_decode ( string data )
session_destroy
bool session_destroy ( void )
session_encode
string session_encode ( void )
session_get_cookie_params
array session_get_cookie_params ( void )
session_id
string session_id ( [string id] )
session_is_registered
bool session_is_registered ( string name )
session_module_name
string session_module_name ( [string module] )
session_name
string session_name ( [string name] )
session_pgsql_add_error
bool session_pgsql_add_error ( int error_level [, string error_message] )
session_pgsql_get_error
array session_pgsql_get_error ( [bool with_error_message] )
session_pgsql_get_field
string session_pgsql_get_field ( void )
session_pgsql_reset
bool session_pgsql_reset ( void )
session_pgsql_set_field
bool session_pgsql_set_field ( string value )
session_pgsql_status
array session_pgsql_status ( void )
session_regenerate_id
bool session_regenerate_id ( [bool delete_old_session] )
session_register
bool session_register ( mixed name [, mixed ...] )
session_save_path
string session_save_path ( [string path] )
session_set_cookie_params
void session_set_cookie_params ( int lifetime [, string path [, string domain [, bool secure]]] )
session_set_save_handler
bool session_set_save_handler ( callback open, callback close, callback read, callback write, callback destroy, callback gc )
session_start
bool session_start ( void )
session_unregister
bool session_unregister ( string name )
session_unset
void session_unset ( void )
session_write_close
void session_write_close ( void )
set_error_handler
mixed set_error_handler ( callback error_handler [, int error_types] )
set_exception_handler
string set_exception_handler ( callback exception_handler )
set_include_path
string set_include_path ( string new_include_path )
set_magic_quotes_runtime
bool set_magic_quotes_runtime ( int new_setting )
set_time_limit
void set_time_limit ( int seconds )
setcookie
bool setcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )
setlocale
string setlocale ( int category, string locale [, string ...] )
setrawcookie
bool setrawcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )
settype
bool settype ( mixed &var, string type )
sha1_file
string sha1_file ( string filename [, bool raw_output] )
sha1
string sha1 ( string str [, bool raw_output] )
shell_exec
string shell_exec ( string cmd )
shm_attach
int shm_attach ( int key [, int memsize [, int perm]] )
shm_detach
bool shm_detach ( int shm_identifier )
shm_get_var
mixed shm_get_var ( int shm_identifier, int variable_key )
shm_put_var
bool shm_put_var ( int shm_identifier, int variable_key, mixed variable )
shm_remove_var
bool shm_remove_var ( int shm_identifier, int variable_key )
shm_remove
bool shm_remove ( int shm_identifier )
shmop_close
void shmop_close ( int shmid )
shmop_delete
bool shmop_delete ( int shmid )
shmop_open
int shmop_open ( int key, string flags, int mode, int size )
shmop_read
string shmop_read ( int shmid, int start, int count )
shmop_size
int shmop_size ( int shmid )
shmop_write
int shmop_write ( int shmid, string data, int offset )
shuffle
bool shuffle ( array &array )
similar_text
int similar_text ( string first, string second [, float &percent] )
simplexml_element_asxml
mixed SimpleXMLElement->asXML ( [string filename] )
simplexml_element_attributes
SimpleXMLElement simplexml_element->attributes ( [string data] )
simplexml_element_children
SimpleXMLElement simplexml_element->children ( [string nsprefix] )
simplexml_element_xpath
array SimpleXMLElement->xpath ( string path )
simplexml_import_dom
SimpleXMLElement simplexml_import_dom ( DOMNode node [, string class_name] )
simplexml_load_file
object simplexml_load_file ( string filename [, string class_name [, int options]] )
simplexml_load_string
object simplexml_load_string ( string data [, string class_name [, int options]] )
simplexmliterator_current
mixed SimpleXMLIterator::current ( void )
simplexmliterator_getchildren
object SimpleXMLIterator::getChildren ( void )
simplexmliterator_haschildren
bool SimpleXMLIterator::hasChildren ( void )
simplexmliterator_key
mixed SimpleXMLIterator::key ( void )
simplexmliterator_next
void SimpleXMLIterator::next ( void )
simplexmliterator_rewind
void SimpleXMLIterator::rewind ( void )
simplexmliterator_valid
bool SimpleXMLIterator::valid ( void )
sin
float sin ( float arg )
sinh
float sinh ( float arg )
sleep
int sleep ( int seconds )
snmp_get_quick_print
bool snmp_get_quick_print ( void )
snmp_get_valueretrieval
int snmp_get_valueretrieval ( void )
snmp_read_mib
bool snmp_read_mib ( string filename )
snmp_set_enum_print
void snmp_set_enum_print ( int enum_print )
snmp_set_oid_numeric_print
void snmp_set_oid_numeric_print ( int oid_numeric_print )
snmp_set_quick_print
void snmp_set_quick_print ( bool quick_print )
snmp_set_valueretrieval
void snmp_set_valueretrieval ( int method )
snmpget
string snmpget ( string hostname, string community, string object_id [, int timeout [, int retries]] )
snmpgetnext
string snmpgetnext ( string host, string community, string object_id [, int timeout [, int retries]] )
snmprealwalk
array snmprealwalk ( string host, string community, string object_id [, int timeout [, int retries]] )
snmpset
bool snmpset ( string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]] )
snmpwalk
array snmpwalk ( string hostname, string community, string object_id [, int timeout [, int retries]] )
snmpwalkoid
array snmpwalkoid ( string hostname, string community, string object_id [, int timeout [, int retries]] )
soap_soapclient_call
class SoapClient { mixed __call ( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]] )
soap_soapclient_construct
class SoapClient { __construct ( mixed wsdl [, array options] )
soap_soapclient_dorequest
class SoapClient { string __doRequest ( string request, string location, string action, int version )
soap_soapclient_getfunctions
class SoapClient { array __getFunctions ( void )
soap_soapclient_getlastrequest
class SoapClient { string __getLastRequest ( void )
soap_soapclient_getlastrequestheaders
class SoapClient { string __getLastRequestHeaders ( void )
soap_soapclient_getlastresponse
class SoapClient { string __getLastResponse ( void )
soap_soapclient_getlastresponseheaders
class SoapClient { string __getLastResponseHeaders ( void )
soap_soapclient_gettypes
class SoapClient { array __getTypes ( void )
soap_soapclient_setcookie
class SoapClient { void __setCookie ( string name [, string value] )
soap_soapclient_soapcall
class SoapClient { mixed __soapCall ( string function_name [, array arguments [, array options [, mixed input_headers [, array &output_headers]]]] )
soap_soapfault_construct
class SoapFault { __construct ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, SoapHeader headerfault]]]] )
soap_soapheader_construct
class SoapHeader { __construct ( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]] )
soap_soapparam_construct
class SoapParam { __construct ( mixed data, string name )
soap_soapserver_addhtml
class SoapServer { void addFunction ( mixed functions )
soap_soapserver_construct
class SoapServer { __construct ( mixed wsdl [, array options] )
soap_soapserver_fault
class SoapServer { void fault ( string code, string string [, string actor [, mixed details [, string name]]] )
soap_soapserver_getfunctions
class SoapServer { array getFunctions ( void )
soap_soapserver_handle
class SoapServer { void handle ( [string soap_request] )
soap_soapserver_setclass
class SoapServer { void setClass ( string class_name [, mixed args [, mixed ...]] )
soap_soapserver_setpersistence
class SoapServer { void setPersistence ( int mode )
soap_soapvar_construct
class SoapVar { __construct ( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]] )
socket_accept
resource socket_accept ( resource socket )
socket_bind
bool socket_bind ( resource socket, string address [, int port] )
socket_clear_error
void socket_clear_error ( [resource socket] )
socket_close
void socket_close ( resource socket )
socket_connect
bool socket_connect ( resource socket, string address [, int port] )
socket_create_listen
resource socket_create_listen ( int port [, int backlog] )
socket_create_pair
bool socket_create_pair ( int domain, int type, int protocol, array &fd )
socket_create
resource socket_create ( int domain, int type, int protocol )
socket_get_option
mixed socket_get_option ( resource socket, int level, int optname )
socket_getpeername
bool socket_getpeername ( resource socket, string &addr [, int &port] )
socket_getsockname
bool socket_getsockname ( resource socket, string &addr [, int &port] )
socket_last_error
int socket_last_error ( [resource socket] )
socket_listen
bool socket_listen ( resource socket [, int backlog] )
socket_read
string socket_read ( resource socket, int length [, int type] )
socket_recv
int socket_recv ( resource socket, string &buf, int len, int flags )
socket_recvfrom
int socket_recvfrom ( resource socket, string &buf, int len, int flags, string &name [, int &port] )
socket_select
int socket_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
socket_send
int socket_send ( resource socket, string buf, int len, int flags )
socket_sendto
int socket_sendto ( resource socket, string buf, int len, int flags, string addr [, int port] )
socket_set_block
bool socket_set_block ( resource socket )
socket_set_nonblock
bool socket_set_nonblock ( resource socket )
socket_set_option
bool socket_set_option ( resource socket, int level, int optname, mixed optval )
socket_shutdown
bool socket_shutdown ( resource socket [, int how] )
socket_strerror
string socket_strerror ( int errno )
socket_write
int socket_write ( resource socket, string buffer [, int length] )
sort
bool sort ( array &array [, int sort_flags] )
soundex
string soundex ( string str )
spl_classes
array spl_classes ( void )
split
array split ( string pattern, string string [, int limit] )
spliti
array spliti ( string pattern, string string [, int limit] )
sprintf
string sprintf ( string format [, mixed args [, mixed ...]] )
sql_regcase
string sql_regcase ( string string )
sqlite_array_query
array sqlite_array_query ( resource dbhandle, string query [, int result_type [, bool decode_binary]] )
sqlite_busy_timeout
void sqlite_busy_timeout ( resource dbhandle, int milliseconds )
sqlite_changes
int sqlite_changes ( resource dbhandle )
sqlite_close
void sqlite_close ( resource dbhandle )
sqlite_column
mixed sqlite_column ( resource result, mixed index_or_name [, bool decode_binary] )
sqlite_create_aggregate
void sqlite_create_aggregate ( resource dbhandle, string function_name, callback step_func, callback finalize_func [, int num_args] )
sqlite_create_html
void sqlite_create_function ( resource dbhandle, string function_name, callback callback [, int num_args] )
sqlite_current
array sqlite_current ( resource result [, int result_type [, bool decode_binary]] )
sqlite_error_string
string sqlite_error_string ( int error_code )
sqlite_escape_string
string sqlite_escape_string ( string item )
sqlite_exec
bool sqlite_exec ( resource dbhandle, string query [, string &error_msg] )
sqlite_factory
SQLiteDatabase sqlite_factory ( string filename [, int mode [, string &error_message]] )
sqlite_fetch_all
array sqlite_fetch_all ( resource result [, int result_type [, bool decode_binary]] )
sqlite_fetch_array
array sqlite_fetch_array ( resource result [, int result_type [, bool decode_binary]] )
sqlite_fetch_column_types
array sqlite_fetch_column_types ( string table_name, resource dbhandle [, int result_type] )
sqlite_fetch_object
object sqlite_fetch_object ( resource result [, string class_name [, array ctor_params [, bool decode_binary]]] )
sqlite_fetch_single
string sqlite_fetch_single ( resource result [, bool decode_binary] )
sqlite_field_name
string sqlite_field_name ( resource result, int field_index )
sqlite_has_more
bool sqlite_has_more ( resource result )
sqlite_has_prev
bool sqlite_has_prev ( resource result )
sqlite_key
int sqlite_key ( resource result )
sqlite_last_error
int sqlite_last_error ( resource dbhandle )
sqlite_last_insert_rowid
int sqlite_last_insert_rowid ( resource dbhandle )
sqlite_libencoding
string sqlite_libencoding ( void )
sqlite_libversion
string sqlite_libversion ( void )
sqlite_next
bool sqlite_next ( resource result )
sqlite_num_fields
int sqlite_num_fields ( resource result )
sqlite_num_rows
int sqlite_num_rows ( resource result )
sqlite_open
resource sqlite_open ( string filename [, int mode [, string &error_message]] )
sqlite_popen
resource sqlite_popen ( string filename [, int mode [, string &error_message]] )
sqlite_prev
bool sqlite_prev ( resource result )
sqlite_query
resource sqlite_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
sqlite_rewind
bool sqlite_rewind ( resource result )
sqlite_seek
bool sqlite_seek ( resource result, int rownum )
sqlite_single_query
array sqlite_single_query ( resource db, string query [, bool first_row_only [, bool decode_binary]] )
sqlite_udf_decode_binary
string sqlite_udf_decode_binary ( string data )
sqlite_udf_encode_binary
string sqlite_udf_encode_binary ( string data )
sqlite_unbuffered_query
resource sqlite_unbuffered_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
sqlite_valid
bool sqlite_valid ( resource result )
sqrt
float sqrt ( float arg )
srand
void srand ( [int seed] )
sscanf
mixed sscanf ( string str, string format [, mixed &...] )
ssh2_auth_hostbased_file
bool ssh2_auth_hostbased_file ( resource session, string username, string hostname, string pubkeyfile, string privkeyfile [, string passphrase [, string local_username]] )
ssh2_auth_none
mixed ssh2_auth_none ( resource session, string username )
ssh2_auth_password
bool ssh2_auth_password ( resource session, string username, string password )
ssh2_auth_pubkey_file
bool ssh2_auth_pubkey_file ( resource session, string username, string pubkeyfile, string privkeyfile [, string passphrase] )
ssh2_connect
resource ssh2_connect ( string host [, int port [, array methods [, array callbacks]]] )
ssh2_exec
resource ssh2_exec ( resource session, string command [, string pty [, array env [, int width [, int height [, int width_height_type]]]]] )
ssh2_fetch_stream
resource ssh2_fetch_stream ( resource channel, int streamid )
ssh2_fingerprint
string ssh2_fingerprint ( resource session [, int flags] )
ssh2_methods_negotiated
array ssh2_methods_negotiated ( resource session )
ssh2_publickey_add
bool ssh2_publickey_add ( resource pkey, string algoname, string blob [, bool overwrite [, array attributes]] )
ssh2_publickey_init
resource ssh2_publickey_init ( resource session )
ssh2_publickey_list
array ssh2_publickey_list ( resource pkey )
ssh2_publickey_remove
bool ssh2_publickey_remove ( resource pkey, string algoname, string blob )
ssh2_scp_recv
bool ssh2_scp_recv ( resource session, string remote_file, string local_file )
ssh2_scp_send
bool ssh2_scp_send ( resource session, string local_file, string remote_file [, int create_mode] )
ssh2_sftp_lstat
array ssh2_sftp_lstat ( resource sftp, string path )
ssh2_sftp_mkdir
bool ssh2_sftp_mkdir ( resource sftp, string dirname [, int mode [, bool recursive]] )
ssh2_sftp_readlink
string ssh2_sftp_readlink ( resource sftp, string link )
ssh2_sftp_realpath
string ssh2_sftp_realpath ( resource sftp, string filename )
ssh2_sftp_rename
bool ssh2_sftp_rename ( resource sftp, string from, string to )
ssh2_sftp_rmdir
bool ssh2_sftp_rmdir ( resource sftp, string dirname )
ssh2_sftp_stat
array ssh2_sftp_stat ( resource sftp, string path )
ssh2_sftp_symlink
bool ssh2_sftp_symlink ( resource sftp, string target, string link )
ssh2_sftp_unlink
bool ssh2_sftp_unlink ( resource sftp, string filename )
ssh2_sftp
resource ssh2_sftp ( resource session )
ssh2_shell
resource ssh2_shell ( resource session [, string term_type [, array env [, int width [, int height [, int width_height_type]]]]] )
ssh2_tunnel
resource ssh2_tunnel ( resource session, string host, int port )
stat
array stat ( string filename )
stats_absolute_deviation
float stats_absolute_deviation ( array a )
stats_cdf_beta
float stats_cdf_beta ( float par1, float par2, float par3, int which )
stats_cdf_binomial
float stats_cdf_binomial ( float par1, float par2, float par3, int which )
stats_cdf_cauchy
float stats_cdf_cauchy ( float par1, float par2, float par3, int which )
stats_cdf_chisquare
float stats_cdf_chisquare ( float par1, float par2, int which )
stats_cdf_exponential
float stats_cdf_exponential ( float par1, float par2, int which )
stats_cdf_f
float stats_cdf_f ( float par1, float par2, float par3, int which )
stats_cdf_gamma
float stats_cdf_gamma ( float par1, float par2, float par3, int which )
stats_cdf_laplace
float stats_cdf_laplace ( float par1, float par2, float par3, int which )
stats_cdf_logistic
float stats_cdf_logistic ( float par1, float par2, float par3, int which )
stats_cdf_negative_binomial
float stats_cdf_negative_binomial ( float par1, float par2, float par3, int which )
stats_cdf_noncentral_chisquare
float stats_cdf_noncentral_chisquare ( float par1, float par2, float par3, int which )
stats_cdf_noncentral_f
float stats_cdf_noncentral_f ( float par1, float par2, float par3, float par4, int which )
stats_cdf_poisson
float stats_cdf_poisson ( float par1, float par2, int which )
stats_cdf_t
float stats_cdf_t ( float par1, float par2, int which )
stats_cdf_uniform
float stats_cdf_uniform ( float par1, float par2, float par3, int which )
stats_cdf_weibull
float stats_cdf_weibull ( float par1, float par2, float par3, int which )
stats_covariance
float stats_covariance ( array a, array b )
stats_den_uniform
float stats_den_uniform ( float x, float a, float b )
stats_dens_beta
float stats_dens_beta ( float x, float a, float b )
stats_dens_cauchy
float stats_dens_cauchy ( float x, float ave, float stdev )
stats_dens_chisquare
float stats_dens_chisquare ( float x, float dfr )
stats_dens_exponential
float stats_dens_exponential ( float x, float scale )
stats_dens_f
float stats_dens_f ( float x, float dfr1, float dfr2 )
stats_dens_gamma
float stats_dens_gamma ( float x, float shape, float scale )
stats_dens_laplace
float stats_dens_laplace ( float x, float ave, float stdev )
stats_dens_logistic
float stats_dens_logistic ( float x, float ave, float stdev )
stats_dens_negative_binomial
float stats_dens_negative_binomial ( float x, float n, float pi )
stats_dens_normal
float stats_dens_normal ( float x, float ave, float stdev )
stats_dens_pmf_binomial
float stats_dens_pmf_binomial ( float x, float n, float pi )
stats_dens_pmf_hypergeometric
float stats_dens_pmf_hypergeometric ( float n1, float n2, float N1, float N2 )
stats_dens_pmf_poisson
float stats_dens_pmf_poisson ( float x, float lb )
stats_dens_t
float stats_dens_t ( float x, float dfr )
stats_dens_weibull
float stats_dens_weibull ( float x, float a, float b )
stats_harmonic_mean
number stats_harmonic_mean ( array a )
stats_kurtosis
float stats_kurtosis ( array a )
stats_rand_gen_beta
float stats_rand_gen_beta ( float a, float b )
stats_rand_gen_chisquare
float stats_rand_gen_chisquare ( float df )
stats_rand_gen_exponential
float stats_rand_gen_exponential ( float av )
stats_rand_gen_f
float stats_rand_gen_f ( float dfn, float dfd )
stats_rand_gen_funiform
float stats_rand_gen_funiform ( float low, float high )
stats_rand_gen_gamma
float stats_rand_gen_gamma ( float a, float r )
stats_rand_gen_ibinomial_negative
int stats_rand_gen_ibinomial_negative ( int n, float p )
stats_rand_gen_ibinomial
int stats_rand_gen_ibinomial ( int n, float pp )
stats_rand_gen_int
int stats_rand_gen_int ( void )
stats_rand_gen_ipoisson
int stats_rand_gen_ipoisson ( float mu )
stats_rand_gen_iuniform
int stats_rand_gen_iuniform ( int low, int high )
stats_rand_gen_noncenral_chisquare
float stats_rand_gen_noncenral_chisquare ( float df, float xnonc )
stats_rand_gen_noncentral_f
float stats_rand_gen_noncentral_f ( float dfn, float dfd, float xnonc )
stats_rand_gen_noncentral_t
float stats_rand_gen_noncentral_t ( float df, float xnonc )
stats_rand_gen_normal
float stats_rand_gen_normal ( float av, float sd )
stats_rand_gen_t
float stats_rand_gen_t ( float df )
stats_rand_get_seeds
array stats_rand_get_seeds ( void )
stats_rand_phrase_to_seeds
array stats_rand_phrase_to_seeds ( string phrase )
stats_rand_ranf
float stats_rand_ranf ( void )
stats_rand_setall
void stats_rand_setall ( int iseed1, int iseed2 )
stats_skew
float stats_skew ( array a )
stats_standard_deviation
float stats_standard_deviation ( array a [, bool sample] )
stats_stat_binomial_coef
float stats_stat_binomial_coef ( int x, int n )
stats_stat_correlation
float stats_stat_correlation ( array arr1, array arr2 )
stats_stat_gennch
float stats_stat_gennch ( int n )
stats_stat_independent_t
float stats_stat_independent_t ( array arr1, array arr2 )
stats_stat_innerproduct
float stats_stat_innerproduct ( array arr1, array arr2 )
stats_stat_noncentral_t
float stats_stat_noncentral_t ( float par1, float par2, float par3, int which )
stats_stat_paired_t
float stats_stat_paired_t ( array arr1, array arr2 )
stats_stat_percentile
float stats_stat_percentile ( float df, float xnonc )
stats_stat_powersum
float stats_stat_powersum ( array arr, float power )
stats_variance
float stats_variance ( array a [, bool sample] )
str_ireplace
mixed str_ireplace ( mixed search, mixed replace, mixed subject [, int &count] )
str_pad
string str_pad ( string input, int pad_length [, string pad_string [, int pad_type]] )
str_repeat
string str_repeat ( string input, int multiplier )
str_replace
mixed str_replace ( mixed search, mixed replace, mixed subject [, int &count] )
str_rot13
string str_rot13 ( string str )
str_shuffle
string str_shuffle ( string str )
str_split
array str_split ( string string [, int split_length] )
str_word_count
mixed str_word_count ( string string [, int format [, string charlist]] )
strcasecmp
int strcasecmp ( string str1, string str2 )
strcmp
int strcmp ( string str1, string str2 )
strcoll
int strcoll ( string str1, string str2 )
strcspn
int strcspn ( string str1, string str2 [, int start [, int length]] )
stream_bucket_append
void stream_bucket_append ( resource brigade, resource bucket )
stream_bucket_make_writeable
object stream_bucket_make_writeable ( resource brigade )
stream_bucket_new
object stream_bucket_new ( resource stream, string buffer )
stream_bucket_prepend
void stream_bucket_prepend ( resource brigade, resource bucket )
stream_context_create
resource stream_context_create ( [array options] )
stream_context_get_default
resource stream_context_get_default ( [array options] )
stream_context_get_options
array stream_context_get_options ( resource stream_or_context )
stream_context_set_option
bool stream_context_set_option ( resource stream_or_context, string wrapper, string option, mixed value )
stream_context_set_params
bool stream_context_set_params ( resource stream_or_context, array params )
stream_copy_to_stream
int stream_copy_to_stream ( resource source, resource dest [, int maxlength [, int offset]] )
stream_filter_append
resource stream_filter_append ( resource stream, string filtername [, int read_write [, mixed params]] )
stream_filter_prepend
resource stream_filter_prepend ( resource stream, string filtername [, int read_write [, mixed params]] )
stream_filter_register
bool stream_filter_register ( string filtername, string classname )
stream_filter_remove
bool stream_filter_remove ( resource stream_filter )
stream_get_contents
string stream_get_contents ( resource handle [, int maxlength [, int offset]] )
stream_get_filters
array stream_get_filters ( void )
stream_get_line
string stream_get_line ( resource handle, int length [, string ending] )
stream_get_meta_data
array stream_get_meta_data ( resource stream )
stream_get_transports
array stream_get_transports ( void )
stream_get_wrappers
array stream_get_wrappers ( void )
stream_select
int stream_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
stream_set_blocking
bool stream_set_blocking ( resource stream, int mode )
stream_set_timeout
bool stream_set_timeout ( resource stream, int seconds [, int microseconds] )
stream_set_write_buffer
int stream_set_write_buffer ( resource stream, int buffer )
stream_socket_accept
resource stream_socket_accept ( resource server_socket [, float timeout [, string &peername]] )
stream_socket_client
resource stream_socket_client ( string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]] )
stream_socket_enable_crypto
mixed stream_socket_enable_crypto ( resource stream, bool enable [, int crypto_type [, resource session_stream]] )
stream_socket_get_name
string stream_socket_get_name ( resource handle, bool want_peer )
stream_socket_pair
array stream_socket_pair ( int domain, int type, int protocol )
stream_socket_recvfrom
string stream_socket_recvfrom ( resource socket, int length [, int flags [, string &address]] )
stream_socket_sendto
int stream_socket_sendto ( resource socket, string data [, int flags [, string address]] )
stream_socket_server
resource stream_socket_server ( string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]] )
stream_wrapper_register
bool stream_wrapper_register ( string protocol, string classname )
stream_wrapper_restore
bool stream_wrapper_restore ( string protocol )
stream_wrapper_unregister
bool stream_wrapper_unregister ( string protocol )
strftime
string strftime ( string format [, int timestamp] )
strip_tags
string strip_tags ( string str [, string allowable_tags] )
stripcslashes
string stripcslashes ( string str )
stripos
int stripos ( string haystack, string needle [, int offset] )
stripslashes
string stripslashes ( string str )
stristr
string stristr ( string haystack, string needle )
strlen
int strlen ( string string )
strnatcasecmp
int strnatcasecmp ( string str1, string str2 )
strnatcmp
int strnatcmp ( string str1, string str2 )
strncasecmp
int strncasecmp ( string str1, string str2, int len )
strncmp
int strncmp ( string str1, string str2, int len )
strpbrk
string strpbrk ( string haystack, string char_list )
strpos
int strpos ( string haystack, mixed needle [, int offset] )
strptime
array strptime ( string date, string format )
strrchr
string strrchr ( string haystack, string needle )
strrev
string strrev ( string string )
strripos
int strripos ( string haystack, string needle [, int offset] )
strrpos
int strrpos ( string haystack, string needle [, int offset] )
strspn
int strspn ( string str1, string str2 [, int start [, int length]] )
strstr
string strstr ( string haystack, string needle )
strtok
string strtok ( string str, string token )
strtolower
string strtolower ( string str )
strtotime
int strtotime ( string time [, int now] )
strtoupper
string strtoupper ( string string )
strtr
string strtr ( string str, string from, string to )
strval
string strval ( mixed var )
substr_compare
int substr_compare ( string main_str, string str, int offset [, int length [, bool case_insensitivity]] )
substr_count
int substr_count ( string haystack, string needle [, int offset [, int length]] )
substr_replace
mixed substr_replace ( mixed string, string replacement, int start [, int length] )
substr
string substr ( string string, int start [, int length] )
swf_actiongeturl
void swf_actiongeturl ( string url, string target )
swf_actiongotoframe
void swf_actiongotoframe ( int framenumber )
swf_actiongotolabel
void swf_actiongotolabel ( string label )
swf_actionnextframe
void swf_actionnextframe ( void )
swf_actionplay
void swf_actionplay ( void )
swf_actionprevframe
void swf_actionprevframe ( void )
swf_actionsettarget
void swf_actionsettarget ( string target )
swf_actionstop
void swf_actionstop ( void )
swf_actiontogglequality
void swf_actiontogglequality ( void )
swf_actionwaitforframe
void swf_actionwaitforframe ( int framenumber, int skipcount )
swf_addbuttonrecord
void swf_addbuttonrecord ( int states, int shapeid, int depth )
swf_addcolor
void swf_addcolor ( float r, float g, float b, float a )
swf_closefile
void swf_closefile ( [int return_file] )
swf_definebitmap
void swf_definebitmap ( int objid, string image_name )
swf_definefont
void swf_definefont ( int fontid, string fontname )
swf_defineline
void swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width )
swf_definepoly
void swf_definepoly ( int objid, array coords, int npoints, float width )
swf_definerect
void swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width )
swf_definetext
void swf_definetext ( int objid, string str, int docenter )
swf_endbutton
void swf_endbutton ( void )
swf_enddoaction
void swf_enddoaction ( void )
swf_endshape
void swf_endshape ( void )
swf_endsymbol
void swf_endsymbol ( void )
swf_fontsize
void swf_fontsize ( float size )
swf_fontslant
void swf_fontslant ( float slant )
swf_fonttracking
void swf_fonttracking ( float tracking )
swf_getbitmapinfo
array swf_getbitmapinfo ( int bitmapid )
swf_getfontinfo
array swf_getfontinfo ( void )
swf_getframe
int swf_getframe ( void )
swf_labelframe
void swf_labelframe ( string name )
swf_lookat
void swf_lookat ( float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist )
swf_modifyobject
void swf_modifyobject ( int depth, int how )
swf_mulcolor
void swf_mulcolor ( float r, float g, float b, float a )
swf_nextid
int swf_nextid ( void )
swf_oncondition
void swf_oncondition ( int transition )
swf_openfile
void swf_openfile ( string filename, float width, float height, float framerate, float r, float g, float b )
swf_ortho
void swf_ortho ( float xmin, float xmax, float ymin, float ymax, float zmin, float zmax )
swf_ortho2
void swf_ortho2 ( float xmin, float xmax, float ymin, float ymax )
swf_perspective
void swf_perspective ( float fovy, float aspect, float near, float far )
swf_placeobject
void swf_placeobject ( int objid, int depth )
swf_polarview
void swf_polarview ( float dist, float azimuth, float incidence, float twist )
swf_popmatrix
void swf_popmatrix ( void )
swf_posround
void swf_posround ( int round )
swf_pushmatrix
void swf_pushmatrix ( void )
swf_removeobject
void swf_removeobject ( int depth )
swf_rotate
void swf_rotate ( float angle, string axis )
swf_scale
void swf_scale ( float x, float y, float z )
swf_setfont
void swf_setfont ( int fontid )
swf_setframe
void swf_setframe ( int framenumber )
swf_shapearc
void swf_shapearc ( float x, float y, float r, float ang1, float ang2 )
swf_shapecurveto
void swf_shapecurveto ( float x1, float y1, float x2, float y2 )
swf_shapecurveto3
void swf_shapecurveto3 ( float x1, float y1, float x2, float y2, float x3, float y3 )
swf_shapefillbitmapclip
void swf_shapefillbitmapclip ( int bitmapid )
swf_shapefillbitmaptile
void swf_shapefillbitmaptile ( int bitmapid )
swf_shapefilloff
void swf_shapefilloff ( void )
swf_shapefillsolid
void swf_shapefillsolid ( float r, float g, float b, float a )
swf_shapelinesolid
void swf_shapelinesolid ( float r, float g, float b, float a, float width )
swf_shapelineto
void swf_shapelineto ( float x, float y )
swf_shapemoveto
void swf_shapemoveto ( float x, float y )
swf_showframe
void swf_showframe ( void )
swf_startbutton
void swf_startbutton ( int objid, int type )
swf_startdoaction
void swf_startdoaction ( void )
swf_startshape
void swf_startshape ( int objid )
swf_startsymbol
void swf_startsymbol ( int objid )
swf_textwidth
float swf_textwidth ( string str )
swf_translate
void swf_translate ( float x, float y, float z )
swf_viewport
void swf_viewport ( float xmin, float xmax, float ymin, float ymax )
swfaction
SWFAction swfaction ( string script )
swfbitmap.getheight
float swfbitmap->getheight ( void )
swfbitmap.getwidth
float swfbitmap->getwidth ( void )
swfbitmap
SWFBitmap swfbitmap ( mixed file [, mixed alphafile] )
swfbutton.addaction
void swfbutton->addaction ( resource action, int flags )
swfbutton.addasound
SWFSoundInstance SWFButton::addASound ( SWFSound sound, int flags )
swfbutton.addshape
void swfbutton->addshape ( resource shape, int flags )
swfbutton
SWFButton swfbutton ( void )
swfbutton.setaction
void swfbutton->setaction ( resource action )
swfbutton.setdown
void swfbutton->setdown ( resource shape )
swfbutton.sethit
void swfbutton->sethit ( resource shape )
swfbutton.setmenu
void SWFButton::setMenu ( int flag )
swfbutton.setover
void swfbutton->setover ( resource shape )
swfbutton.setup
void swfbutton->setup ( resource shape )
swfdisplayitem.addaction
void SWFDisplayItem::addAction ( SWFAction action, int flags )
swfdisplayitem.addcolor
void swfdisplayitem->addcolor ( int red, int green, int blue [, int a] )
swfdisplayitem.endmask
void SWFDisplayItem::endMask ( void )
swfdisplayitem.getrot
float SWFDisplayItem::getRot ( void )
swfdisplayitem.getx
float SWFDisplayItem::getX ( void )
swfdisplayitem.getxscale
float SWFDisplayItem::getXScale ( void )
swfdisplayitem.getxskew
float SWFDisplayItem::getXSkew ( void )
swfdisplayitem.gety
float SWFDisplayItem::getY ( void )
swfdisplayitem.getyscale
float SWFDisplayItem::getYScale ( void )
swfdisplayitem.getyskew
float SWFDisplayItem::getYSkew ( void )
swfdisplayitem.move
void swfdisplayitem->move ( int dx, int dy )
swfdisplayitem.moveto
void swfdisplayitem->moveto ( int x, int y )
swfdisplayitem.multcolor
void swfdisplayitem->multcolor ( int red, int green, int blue [, int a] )
swfdisplayitem.remove
void swfdisplayitem->remove ( void )
swfdisplayitem.rotate
void swfdisplayitem->rotate ( float ddegrees )
swfdisplayitem.rotateto
void swfdisplayitem->rotateto ( float degrees )
swfdisplayitem.scale
void swfdisplayitem->scale ( int dx, int dy )
swfdisplayitem.scaleto
void swfdisplayitem->scaleto ( int x [, int y] )
swfdisplayitem.setdepth
void swfdisplayitem->setdepth ( float depth )
swfdisplayitem.setmasklevel
void SWFDisplayItem::setMaskLevel ( int level )
swfdisplayitem.setmatrix
void SWFDisplayItem::setMatrix ( float a, float b, float c, float d, float x, float y )
swfdisplayitem.setname
void swfdisplayitem->setname ( string name )
swfdisplayitem.setratio
void swfdisplayitem->setratio ( float ratio )
swfdisplayitem.skewx
void swfdisplayitem->skewx ( float ddegrees )
swfdisplayitem.skewxto
void swfdisplayitem->skewxto ( float degrees )
swfdisplayitem.skewy
void swfdisplayitem->skewy ( float ddegrees )
swfdisplayitem.skewyto
void swfdisplayitem->skewyto ( float degrees )
swffill
SWFFill swffill ( void )
swffill.moveto
void swffill->moveto ( int x, int y )
swffill.rotateto
void swffill->rotateto ( float degrees )
swffill.scaleto
void swffill->scaleto ( int x [, int y] )
swffill.skewxto
void swffill->skewxto ( float x )
swffill.skewyto
void swffill->skewyto ( float y )
swffont.getascent
float SWFFont::getAscent ( void )
swffont.getdescent
float SWFFont::getDescent ( void )
swffont.getleading
float SWFFont::getLeading ( void )
swffont.getshape
string SWFFont::getShape ( int code )
swffont.getutf8width
float SWFFont::getUTF8Width ( string string )
swffont.getwidth
float swffont->getwidth ( string string )
swffont
SWFFont swffont ( string filename )
swffontchar.addchars
void SWFFontChar::addChars ( string char )
swffontchar.addutf8chars
void SWFFontChar::addUTF8Chars ( string char )
swfgradient.addentry
void swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] )
swfgradient
SWFGradient swfgradient ( void )
swfmorph.getshape1
mixed swfmorph->getshape1 ( void )
swfmorph.getshape2
mixed swfmorph->getshape2 ( void )
swfmorph
SWFMorph swfmorph ( void )
swfmovie.add
void swfmovie->add ( resource instance )
swfmovie.addexport
void SWFMovie::addExport ( SWFCharacter char, string name )
swfmovie.addfont
SWFFontChar SWFMovie::addFont ( SWFFont font )
swfmovie
SWFMovie swfmovie ( void )
swfmovie.importchar
SWFSprite SWFMovie::importChar ( string libswf, string name )
swfmovie.importfont
SWFFontChar SWFMovie::importFont ( string libswf, string name )
swfmovie.labelframe
void SWFMovie::labelFrame ( string label )
swfmovie.nextframe
void swfmovie->nextframe ( void )
swfmovie.output
int swfmovie->output ( [int compression] )
swfmovie.remove
void swfmovie->remove ( resource instance )
swfmovie.save
int swfmovie->save ( string filename [, int compression] )
swfmovie.savetofile
int SWFMovie::saveToFile ( stream x [, int compression] )
swfmovie.setbackground
void swfmovie->setbackground ( int red, int green, int blue )
swfmovie.setdimension
void swfmovie->setdimension ( int width, int height )
swfmovie.setframes
void swfmovie->setframes ( string numberofframes )
swfmovie.setrate
void swfmovie->setrate ( int rate )
swfmovie.startsound
SWFSoundInstance SWFMovie::startSound ( SWFSound sound )
swfmovie.stopsound
void SWFMovie::stopSound ( SWFSound sound )
swfmovie.streammp3
void swfmovie->streammp3 ( mixed mp3File )
swfmovie.writeexports
void SWFMovie::writeExports ( void )
swfprebuiltclip
SWFPrebuiltClip SWFPrebuiltClip ( [string file] )
swfshape.addfill
SWFFill SWFShape->addFill ( int red, int green, int blue [, int a] )
swfshape.drawarc
void SWFShape::drawArc ( float r, float startAngle, float endAngle )
swfshape.drawcircle
void SWFShape::drawCircle ( float r )
swfshape.drawcubic
int SWFShape::drawCubic ( float bx, float by, float cx, float cy, float dx, float dy )
swfshape.drawcubicto
int SWFShape::drawCubicTo ( float bx, float by, float cx, float cy, float dx, float dy )
swfshape.drawcurve
int swfshape->drawcurve ( int controldx, int controldy, int anchordx, int anchordy [, int targetdx, int targetdy] )
swfshape.drawcurveto
int swfshape->drawcurveto ( int controlx, int controly, int anchorx, int anchory [, int targetx, int targety] )
swfshape.drawglyph
void SWFShape::drawGlyph ( SWFFont font, string character [, int size] )
swfshape.drawline
void swfshape->drawline ( int dx, int dy )
swfshape.drawlineto
void swfshape->drawlineto ( int x, int y )
swfshape
SWFShape swfshape ( void )
swfshape.movepen
void swfshape->movepen ( int dx, int dy )
swfshape.movepento
void swfshape->movepento ( int x, int y )
swfshape.setleftfill
void swfshape->setleftfill ( swfgradient fill )
swfshape.setline
void swfshape->setline ( swfshape shape )
swfshape.setrightfill
void swfshape->setrightfill ( swfgradient fill )
swfsound
SWFSound SWFSound ( string filename, int flags )
swfsoundinstance.loopcount
void SWFSoundInstance::loopCount ( int point )
swfsoundinstance.loopinpoint
void SWFSoundInstance::loopInPoint ( int point )
swfsoundinstance.loopoutpoint
void SWFSoundInstance::loopOutPoint ( int point )
swfsoundinstance.nomultiple
void SWFSoundInstance::noMultiple ( void )
swfsprite.add
void swfsprite->add ( resource object )
swfsprite
SWFSprite swfsprite ( void )
swfsprite.labelframe
void SWFSprite::labelFrame ( string label )
swfsprite.nextframe
void swfsprite->nextframe ( void )
swfsprite.remove
void swfsprite->remove ( resource object )
swfsprite.setframes
void swfsprite->setframes ( int numberofframes )
swfsprite.startsound
SWFSoundInstance SWFSprite::startSound ( SWFSound sound )
swfsprite.stopsound
void SWFSprite::stopSound ( SWFSound sound )
swftext.addstring
void swftext->addstring ( string string )
swftext.addutf8string
void SWFText::addUTF8String ( string text )
swftext.getascent
float SWFText::getAscent ( void )
swftext.getdescent
float SWFText::getDescent ( void )
swftext.getleading
float SWFText::getLeading ( void )
swftext.getutf8width
float SWFText::getUTF8Width ( string string )
swftext.getwidth
float swftext->getwidth ( string string )
swftext
SWFText swftext ( void )
swftext.moveto
void swftext->moveto ( int x, int y )
swftext.setcolor
void swftext->setcolor ( int red, int green, int blue [, int a] )
swftext.setfont
void swftext->setfont ( string font )
swftext.setheight
void swftext->setheight ( int height )
swftext.setspacing
void swftext->setspacing ( float spacing )
swftextfield.addchars
void SWFTextField::addChars ( string chars )
swftextfield.addstring
void swftextfield->addstring ( string string )
swftextfield.align
void swftextfield->align ( int alignement )
swftextfield
SWFTextField swftextfield ( [int flags] )
swftextfield.setbounds
void swftextfield->setbounds ( int width, int height )
swftextfield.setcolor
void swftextfield->setcolor ( int red, int green, int blue [, int a] )
swftextfield.setfont
void swftextfield->setfont ( string font )
swftextfield.setheight
void swftextfield->setheight ( int height )
swftextfield.setindentation
void swftextfield->setindentation ( int width )
swftextfield.setleftmargin
void swftextfield->setleftmargin ( int width )
swftextfield.setlinespacing
void swftextfield->setlinespacing ( int height )
swftextfield.setmargins
void swftextfield->setmargins ( int left, int right )
swftextfield.setname
void swftextfield->setname ( string name )
swftextfield.setpadding
void SWFTextField::setPadding ( float padding )
swftextfield.setrightmargin
void swftextfield->setrightmargin ( int width )
swfvideostream.getnumframes
int SWFVideoStream::getNumFrames ( void )
swfvideostream
SWFVideoStream SWFVideoStream ( [string file] )
swfvideostream.setdimension
void SWFVideoStream::setDimension ( int x, int y )
sybase_affected_rows
int sybase_affected_rows ( [resource link_identifier] )
sybase_close
bool sybase_close ( [resource link_identifier] )
sybase_connect
resource sybase_connect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
sybase_data_seek
bool sybase_data_seek ( resource result_identifier, int row_number )
sybase_deadlock_retry_count
void sybase_deadlock_retry_count ( int retry_count )
sybase_fetch_array
array sybase_fetch_array ( resource result )
sybase_fetch_assoc
array sybase_fetch_assoc ( resource result )
sybase_fetch_field
object sybase_fetch_field ( resource result [, int field_offset] )
sybase_fetch_object
object sybase_fetch_object ( resource result [, mixed object] )
sybase_fetch_row
array sybase_fetch_row ( resource result )
sybase_field_seek
bool sybase_field_seek ( resource result, int field_offset )
sybase_free_result
bool sybase_free_result ( resource result )
sybase_get_last_message
string sybase_get_last_message ( void )
sybase_min_client_severity
void sybase_min_client_severity ( int severity )
sybase_min_error_severity
void sybase_min_error_severity ( int severity )
sybase_min_message_severity
void sybase_min_message_severity ( int severity )
sybase_min_server_severity
void sybase_min_server_severity ( int severity )
sybase_num_fields
int sybase_num_fields ( resource result )
sybase_num_rows
int sybase_num_rows ( resource result )
sybase_pconnect
resource sybase_pconnect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
sybase_query
mixed sybase_query ( string query [, resource link_identifier] )
sybase_result
string sybase_result ( resource result, int row, mixed field )
sybase_select_db
bool sybase_select_db ( string database_name [, resource link_identifier] )
sybase_set_message_handler
bool sybase_set_message_handler ( callback handler [, resource connection] )
sybase_unbuffered_query
resource sybase_unbuffered_query ( string query, resource link_identifier [, bool store_result] )
symlink
bool symlink ( string target, string link )
sys_getloadavg
array sys_getloadavg ( void )
syslog
bool syslog ( int priority, string message )
system
string system ( string command [, int &return_var] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
tan
float tan ( float arg )
tanh
float tanh ( float arg )
tcpwrap_check
bool tcpwrap_check ( string daemon, string address [, string user [, bool nodns]] )
tempnam
string tempnam ( string dir, string prefix )
textdomain
string textdomain ( string text_domain )
tidy_access_count
int tidy_access_count ( tidy object )
tidy_clean_repair
Procedural style:
bool tidy_clean_repair ( tidy object )
tidy_config_count
int tidy_config_count ( tidy object )
tidy_construct
tidy tidy::__construct ( [string filename [, mixed config [, string encoding [, bool use_include_path]]]] )
tidy_diagnose
Procedural style:
bool tidy_diagnose ( tidy object )
tidy_error_count
int tidy_error_count ( tidy object )
tidy_get_body
Procedural style:
tidyNode tidy_get_body ( tidy object )
tidy_get_config
Procedural style:
array tidy_get_config ( tidy object )
tidy_get_error_buffer
Procedural style:
string tidy_get_error_buffer ( tidy object )
tidy_get_head
Procedural style:
tidyNode tidy_get_head ( tidy object )
tidy_get_html_ver
Procedural style:
int tidy_get_html_ver ( tidy object )
tidy_get_html
Procedural style:
tidyNode tidy_get_html ( tidy object )
tidy_get_opt_doc
Procedural style:
string tidy_get_opt_doc ( tidy object, string optname )
tidy_get_output
string tidy_get_output ( tidy object )
tidy_get_release
Procedural style:
string tidy_get_release ( void )
tidy_get_root
Procedural style:
tidyNode tidy_get_root ( tidy object )
tidy_get_status
Procedural style:
int tidy_get_status ( tidy object )
tidy_getopt
Procedural style:
mixed tidy_getopt ( tidy object, string option )
tidy_is_xhtml
Procedural style:
bool tidy_is_xhtml ( tidy object )
tidy_is_xml
Procedural style:
bool tidy_is_xml ( tidy object )
tidy_load_config
void tidy_load_config ( string filename, string encoding )
tidy_node_get_attr
tidy_attr tidy_node->get_attr ( int attrib_id )
tidy_node_get_nodes
array tidy_node->get_nodes ( int node_id )
tidy_node_next
tidy_node tidy_node->next ( void )
tidy_node_prev
tidy_node tidy_node->prev ( void )
tidy_parse_file
Procedural style:
tidy tidy_parse_file ( string filename [, mixed config [, string encoding [, bool use_include_path]]] )
tidy_parse_string
Procedural style:
tidy tidy_parse_string ( string input [, mixed config [, string encoding]] )
tidy_repair_file
string tidy_repair_file ( string filename [, mixed config [, string encoding [, bool use_include_path]]] )
tidy_repair_string
string tidy_repair_string ( string data [, mixed config [, string encoding]] )
tidy_reset_config
bool tidy_reset_config ( void )
tidy_save_config
bool tidy_save_config ( string filename )
tidy_set_encoding
bool tidy_set_encoding ( string encoding )
tidy_setopt
bool tidy_setopt ( string option, mixed value )
tidy_warning_count
int tidy_warning_count ( tidy object )
tidynode_haschildren
bool tidyNode->hasChildren ( void )
tidynode_hassiblings
bool tidyNode->hasSiblings ( void )
tidynode_isasp
bool tidyNode->isAsp ( void )
tidynode_iscomment
bool tidyNode->isComment ( void )
tidynode_ishtml
bool tidyNode->isHtml ( void )
tidynode_isjste
bool tidyNode->isJste ( void )
tidynode_isphp
bool tidyNode->isPhp ( void )
tidynode_istext
bool tidyNode->isText ( void )
time_nanosleep
mixed time_nanosleep ( int seconds, int nanoseconds )
time_sleep_until
bool time_sleep_until ( float timestamp )
time
int time ( void )
tmpfile
resource tmpfile ( void )
token_get_all
array token_get_all ( string source )
token_name
string token_name ( int token )
touch
bool touch ( string filename [, int time [, int atime]] )
trigger_error
bool trigger_error ( string error_msg [, int error_type] )
trim
string trim ( string str [, string charlist] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
uasort
bool uasort ( array &array, callback cmp_function )
ucfirst
string ucfirst ( string str )
ucwords
string ucwords ( string str )
udm_add_search_limit
bool udm_add_search_limit ( resource agent, int var, string val )
udm_alloc_agent_array
resource udm_alloc_agent_array ( array databases )
udm_alloc_agent
resource udm_alloc_agent ( string dbaddr [, string dbmode] )
udm_api_version
int udm_api_version ( void )
udm_cat_list
array udm_cat_list ( resource agent, string category )
udm_cat_path
array udm_cat_path ( resource agent, string category )
udm_check_charset
bool udm_check_charset ( resource agent, string charset )
udm_check_stored
int udm_check_stored ( resource agent, int link, string doc_id )
udm_clear_search_limits
bool udm_clear_search_limits ( resource agent )
udm_close_stored
int udm_close_stored ( resource agent, int link )
udm_crc32
int udm_crc32 ( resource agent, string str )
udm_errno
int udm_errno ( resource agent )
udm_error
string udm_error ( resource agent )
udm_find
resource udm_find ( resource agent, string query )
udm_free_agent
int udm_free_agent ( resource agent )
udm_free_ispell_data
bool udm_free_ispell_data ( int agent )
udm_free_res
bool udm_free_res ( resource res )
udm_get_doc_count
int udm_get_doc_count ( resource agent )
udm_get_res_field
string udm_get_res_field ( resource res, int row, int field )
udm_get_res_param
string udm_get_res_param ( resource res, int param )
udm_hash32
int udm_hash32 ( resource agent, string str )
udm_load_ispell_data
bool udm_load_ispell_data ( resource agent, int var, string val1, string val2, int flag )
udm_open_stored
int udm_open_stored ( resource agent, string storedaddr )
udm_set_agent_param
bool udm_set_agent_param ( resource agent, int var, string val )
uksort
bool uksort ( array &array, callback cmp_function )
umask
int umask ( [int mask] )
unicode_encode
string unicode_encode ( unicode input, string encoding )
unicode_semantics
bool unicode_semantics ( void )
uniqid
string uniqid ( [string prefix [, bool more_entropy]] )
unixtojd
int unixtojd ( [int timestamp] )
unlink
bool unlink ( string filename [, resource context] )
unpack
array unpack ( string format, string data )
unregister_tick_html
void unregister_tick_function ( string function_name )
unserialize
mixed unserialize ( string str )
unset
void unset ( mixed var [, mixed var [, mixed ...]] )
urldecode
string urldecode ( string str )
urlencode
string urlencode ( string str )
use_soap_error_handler
bool use_soap_error_handler ( [bool handler] )
usleep
void usleep ( int micro_seconds )
usort
bool usort ( array &array, callback cmp_function )
utf8_decode
string utf8_decode ( string data )
utf8_encode
string utf8_encode ( string data )
a b c d e f g h i j k l m n o p q r s t u v w x y z
var_dump
void var_dump ( mixed expression [, mixed expression [, ...]] )
var_export
mixed var_export ( mixed expression [, bool return] )
variant_abs
mixed variant_abs ( mixed val )
variant_add
mixed variant_add ( mixed left, mixed right )
variant_and
mixed variant_and ( mixed left, mixed right )
variant_cast
variant variant_cast ( variant variant, int type )
variant_cat
mixed variant_cat ( mixed left, mixed right )
variant_cmp
int variant_cmp ( mixed left, mixed right [, int lcid [, int flags]] )
variant_date_from_timestamp
variant variant_date_from_timestamp ( int timestamp )
variant_date_to_timestamp
int variant_date_to_timestamp ( variant variant )
variant_div
mixed variant_div ( mixed left, mixed right )
variant_eqv
mixed variant_eqv ( mixed left, mixed right )
variant_fix
mixed variant_fix ( mixed variant )
variant_get_type
int variant_get_type ( variant variant )
variant_idiv
mixed variant_idiv ( mixed left, mixed right )
variant_imp
mixed variant_imp ( mixed left, mixed right )
variant_int
mixed variant_int ( mixed variant )
variant_mod
mixed variant_mod ( mixed left, mixed right )
variant_mul
mixed variant_mul ( mixed left, mixed right )
variant_neg
mixed variant_neg ( mixed variant )
variant_not
mixed variant_not ( mixed variant )
variant_or
mixed variant_or ( mixed left, mixed right )
variant_pow
mixed variant_pow ( mixed left, mixed right )
variant_round
mixed variant_round ( mixed variant, int decimals )
variant_set_type
void variant_set_type ( variant variant, int type )
variant_set
void variant_set ( variant variant, mixed value )
variant_sub
mixed variant_sub ( mixed left, mixed right )
variant_xor
mixed variant_xor ( mixed left, mixed right )
version_compare
mixed version_compare ( string version1, string version2 [, string operator] )
vfprintf
int vfprintf ( resource handle, string format, array args )
virtual
bool virtual ( string filename )
vpopmail_add_alias_domain_ex
bool vpopmail_add_alias_domain_ex ( string olddomain, string newdomain )
vpopmail_add_alias_domain
bool vpopmail_add_alias_domain ( string domain, string aliasdomain )
vpopmail_add_domain_ex
bool vpopmail_add_domain_ex ( string domain, string passwd [, string quota [, string bounce [, bool apop]]] )
vpopmail_add_domain
bool vpopmail_add_domain ( string domain, string dir, int uid, int gid )
vpopmail_add_user
bool vpopmail_add_user ( string user, string domain, string password [, string gecos [, bool apop]] )
vpopmail_alias_add
bool vpopmail_alias_add ( string user, string domain, string alias )
vpopmail_alias_del_domain
bool vpopmail_alias_del_domain ( string domain )
vpopmail_alias_del
bool vpopmail_alias_del ( string user, string domain )
vpopmail_alias_get_all
array vpopmail_alias_get_all ( string domain )
vpopmail_alias_get
array vpopmail_alias_get ( string alias, string domain )
vpopmail_auth_user
bool vpopmail_auth_user ( string user, string domain, string password [, string apop] )
vpopmail_del_domain_ex
bool vpopmail_del_domain_ex ( string domain )
vpopmail_del_domain
bool vpopmail_del_domain ( string domain )
vpopmail_del_user
bool vpopmail_del_user ( string user, string domain )
vpopmail_error
string vpopmail_error ( void )
vpopmail_passwd
bool vpopmail_passwd ( string user, string domain, string password [, bool apop] )
vpopmail_set_user_quota
bool vpopmail_set_user_quota ( string user, string domain, string quota )
vprintf
int vprintf ( string format, array args )
vsprintf
string vsprintf ( string format, array args )
a b c d e f g h i j k l m n o p q r s t u v w x y z
w32api_deftype
bool w32api_deftype ( string typename, string member1_type, string member1_name [, string ... [, string ...]] )
w32api_init_dtype
resource w32api_init_dtype ( string typename, mixed value [, mixed ...] )
w32api_invoke_html
mixed w32api_invoke_function ( string funcname, mixed argument [, mixed ...] )
w32api_register_html
bool w32api_register_function ( string library, string function_name, string return_type )
w32api_set_call_method
void w32api_set_call_method ( int method )
wddx_add_vars
bool wddx_add_vars ( int packet_id, mixed name_var [, mixed ...] )
wddx_packet_end
string wddx_packet_end ( resource packet_id )
wddx_packet_start
resource wddx_packet_start ( [string comment] )
wddx_serialize_value
string wddx_serialize_value ( mixed var [, string comment] )
wddx_serialize_vars
string wddx_serialize_vars ( mixed var_name [, mixed ...] )
wddx_unserialize
mixed wddx_unserialize ( string packet )
win32_create_service
int win32_create_service ( array details [, string machine] )
win32_delete_service
int win32_delete_service ( string servicename [, string machine] )
win32_get_last_control_message
int win32_get_last_control_message ( void )
win32_ps_list_procs
array win32_ps_list_procs ( void )
win32_ps_stat_mem
array win32_ps_stat_mem ( void )
win32_ps_stat_proc
array win32_ps_stat_proc ( [int pid] )
win32_query_service_status
mixed win32_query_service_status ( string servicename [, string machine] )
win32_set_service_status
bool win32_set_service_status ( int status )
win32_start_service_ctrl_dispatcher
bool win32_start_service_ctrl_dispatcher ( string name )
win32_start_service
int win32_start_service ( string servicename [, string machine] )
win32_stop_service
int win32_stop_service ( string servicename [, string machine] )
wordwrap
string wordwrap ( string str [, int width [, string break [, bool cut]]] )
a b c d e f g h i j k l m n o p q r s t u v w x y z
xattr_get
string xattr_get ( string filename, string name [, int flags] )
xattr_list
array xattr_list ( string filename [, int flags] )
xattr_remove
bool xattr_remove ( string filename, string name [, int flags] )
xattr_set
bool xattr_set ( string filename, string name, string value [, int flags] )
xattr_supported
bool xattr_supported ( string filename [, int flags] )
xdiff_file_diff_binary
bool xdiff_file_diff_binary ( string file1, string file2, string dest )
xdiff_file_diff
bool xdiff_file_diff ( string file1, string file2, string dest [, int context [, bool minimal]] )
xdiff_file_merge3
mixed xdiff_file_merge3 ( string file1, string file2, string file3, string dest )
xdiff_file_patch_binary
bool xdiff_file_patch_binary ( string file, string patch, string dest )
xdiff_file_patch
mixed xdiff_file_patch ( string file, string patch, string dest [, int flags] )
xdiff_string_diff_binary
string xdiff_string_diff_binary ( string str1, string str2 )
xdiff_string_diff
string xdiff_string_diff ( string str1, string str2 [, int context [, bool minimal]] )
xdiff_string_merge3
mixed xdiff_string_merge3 ( string str1, string str2, string str3 [, string &error] )
xdiff_string_patch_binary
string xdiff_string_patch_binary ( string str, string patch )
xdiff_string_patch
string xdiff_string_patch ( string str, string patch [, int flags [, string &error]] )
xml_error_string
string xml_error_string ( int code )
xml_get_current_byte_index
int xml_get_current_byte_index ( resource parser )
xml_get_current_column_number
int xml_get_current_column_number ( resource parser )
xml_get_current_line_number
int xml_get_current_line_number ( resource parser )
xml_get_error_code
int xml_get_error_code ( resource parser )
xml_parse_into_struct
int xml_parse_into_struct ( resource parser, string data, array &values [, array &index] )
xml_parse
int xml_parse ( resource parser, string data [, bool is_final] )
xml_parser_create_ns
resource xml_parser_create_ns ( [string encoding [, string separator]] )
xml_parser_create
resource xml_parser_create ( [string encoding] )
xml_parser_free
bool xml_parser_free ( resource parser )
xml_parser_get_option
mixed xml_parser_get_option ( resource parser, int option )
xml_parser_set_option
bool xml_parser_set_option ( resource parser, int option, mixed value )
xml_set_character_data_handler
bool xml_set_character_data_handler ( resource parser, callback handler )
xml_set_default_handler
bool xml_set_default_handler ( resource parser, callback handler )
xml_set_element_handler
bool xml_set_element_handler ( resource parser, callback start_element_handler, callback end_element_handler )
xml_set_end_namespace_decl_handler
bool xml_set_end_namespace_decl_handler ( resource parser, callback handler )
xml_set_external_entity_ref_handler
bool xml_set_external_entity_ref_handler ( resource parser, callback handler )
xml_set_notation_decl_handler
bool xml_set_notation_decl_handler ( resource parser, callback handler )
xml_set_object
bool xml_set_object ( resource parser, object &object )
xml_set_processing_instruction_handler
bool xml_set_processing_instruction_handler ( resource parser, callback handler )
xml_set_start_namespace_decl_handler
bool xml_set_start_namespace_decl_handler ( resource parser, callback handler )
xml_set_unparsed_entity_decl_handler
bool xml_set_unparsed_entity_decl_handler ( resource parser, callback handler )
xmlreader_close
class XMLReader { bool close ( void )
xmlreader_expand
class XMLReader { DOMNode expand ( void )
xmlreader_getattribute
class XMLReader { string getAttribute ( string name )
xmlreader_getattributeno
class XMLReader { string getAttributeNo ( int index )
xmlreader_getattributens
class XMLReader { string getAttributeNS ( string localName, string namespaceURI )
xmlreader_getparserproperty
class XMLReader { bool getParserProperty ( int property )
xmlreader_isvalid
class XMLReader { bool isValid ( void )
xmlreader_lookupnamespace
class XMLReader { bool lookupNamespace ( string prefix )
xmlreader_movetoattribute
class XMLReader { bool moveToAttribute ( string name )
xmlreader_movetoattributeno
class XMLReader { bool moveToAttributeNo ( int index )
xmlreader_movetoattributens
class XMLReader { bool moveToAttributeNs ( string localName, string namespaceURI )
xmlreader_movetoelement
class XMLReader { bool moveToElement ( void )
xmlreader_movetofirstattribute
class XMLReader { bool moveToFirstAttribute ( void )
xmlreader_movetonextattribute
class XMLReader { bool moveToNextAttribute ( void )
xmlreader_next
class XMLReader { bool next ( [string localname] )
xmlreader_open
class XMLReader { bool open ( string URI )
xmlreader_read
class XMLReader { bool read ( void )
xmlreader_setparserproperty
class XMLReader { bool setParserProperty ( int property, bool value )
xmlreader_setrelaxngschema
class XMLReader { bool setRelaxNGSchema ( string filename )
xmlreader_setrelaxngschemasource
class XMLReader { bool setRelaxNGSchemaSource ( string source )
xmlreader_xml
class XMLReader { bool open ( string source )
xmlrpc_decode_request
array xmlrpc_decode_request ( string xml, string &method [, string encoding] )
xmlrpc_decode
array xmlrpc_decode ( string xml [, string encoding] )
xmlrpc_encode_request
string xmlrpc_encode_request ( string method, mixed params [, array output_options] )
xmlrpc_encode
string xmlrpc_encode ( mixed value )
xmlrpc_get_type
string xmlrpc_get_type ( mixed value )
xmlrpc_is_fault
bool xmlrpc_is_fault ( array arg )
xmlrpc_parse_method_descriptions
array xmlrpc_parse_method_descriptions ( string xml )
xmlrpc_server_add_introspection_data
int xmlrpc_server_add_introspection_data ( resource server, array desc )
xmlrpc_server_call_method
string xmlrpc_server_call_method ( resource server, string xml, mixed user_data [, array output_options] )
xmlrpc_server_create
resource xmlrpc_server_create ( void )
xmlrpc_server_destroy
int xmlrpc_server_destroy ( resource server )
xmlrpc_server_register_introspection_callback
bool xmlrpc_server_register_introspection_callback ( resource server, string function )
xmlrpc_server_register_method
bool xmlrpc_server_register_method ( resource server, string method_name, string function )
xmlrpc_set_type
bool xmlrpc_set_type ( string &value, string type )
xmlwriter_end_attribute
bool xmlwriter_end_attribute ( resource xmlwriter )
xmlwriter_end_cdata
bool xmlwriter_end_cdata ( resource xmlwriter )
xmlwriter_end_comment
bool xmlwriter_end_comment ( resource xmlwriter )
xmlwriter_end_document
bool xmlwriter_end_document ( resource xmlwriter )
xmlwriter_end_dtd_attlist
bool xmlwriter_end_dtd_attlist ( resource xmlwriter )
xmlwriter_end_dtd_element
bool xmlwriter_end_dtd_element ( resource xmlwriter )
xmlwriter_end_dtd_entity
bool xmlwriter_end_dtd_entity ( resource xmlwriter )
xmlwriter_end_dtd
bool xmlwriter_end_dtd ( resource xmlwriter )
xmlwriter_end_element
bool xmlwriter_end_element ( resource xmlwriter )
xmlwriter_end_pi
bool xmlwriter_end_pi ( resource xmlwriter )
xmlwriter_flush
mixed xmlwriter_flush ( resource xmlwriter [, bool empty] )
xmlwriter_full_end_element
bool xmlwriter_full_end_element ( resource xmlwriter )
xmlwriter_open_memory
resource xmlwriter_open_memory ( void )
xmlwriter_open_uri
resource xmlwriter_open_uri ( string source )
xmlwriter_output_memory
string xmlwriter_output_memory ( resource xmlwriter [, bool flush] )
xmlwriter_set_indent_string
bool xmlwriter_set_indent_string ( resource xmlwriter, string indentString )
xmlwriter_set_indent
bool xmlwriter_set_indent ( resource xmlwriter, bool indent )
xmlwriter_start_attribute_ns
bool xmlwriter_start_attribute_ns ( resource xmlwriter, string prefix, string name, string uri )
xmlwriter_start_attribute
bool xmlwriter_start_attribute ( resource xmlwriter, string name )
xmlwriter_start_cdata
bool xmlwriter_start_cdata ( resource xmlwriter )
xmlwriter_start_comment
bool xmlwriter_start_comment ( resource xmlwriter )
xmlwriter_start_document
bool xmlwriter_start_document ( resource xmlwriter [, string version [, string encoding [, string standalone]]] )
xmlwriter_start_dtd_attlist
bool xmlwriter_start_dtd_attlist ( resource xmlwriter, string name )
xmlwriter_start_dtd_element
bool xmlwriter_start_dtd_element ( resource xmlwriter, string name )
xmlwriter_start_dtd_entity
bool xmlwriter_start_dtd_entity ( resource xmlwriter, string name, bool isparam )
xmlwriter_start_dtd
bool xmlwriter_start_dtd ( resource xmlwriter, string name [, string pubid [, string sysid]] )
xmlwriter_start_element_ns
bool xmlwriter_start_element_ns ( resource xmlwriter, string prefix, string name, string uri )
xmlwriter_start_element
bool xmlwriter_start_element ( resource xmlwriter, string name )
xmlwriter_start_pi
bool xmlwriter_start_pi ( resource xmlwriter, string target )
xmlwriter_text
bool xmlwriter_text ( resource xmlwriter, string content )
xmlwriter_write_attribute_ns
bool xmlwriter_write_attribute_ns ( resource xmlwriter, string prefix, string name, string uri, string content )
xmlwriter_write_attribute
bool xmlwriter_write_attribute ( resource xmlwriter, string name, string content )
xmlwriter_write_cdata
bool xmlwriter_write_cdata ( resource xmlwriter, string content )
xmlwriter_write_comment
bool xmlwriter_write_comment ( resource xmlwriter, string content )
xmlwriter_write_dtd_attlist
bool xmlwriter_write_dtd_attlist ( resource xmlwriter, string name, string content )
xmlwriter_write_dtd_element
bool xmlwriter_write_dtd_element ( resource xmlwriter, string name, string content )
xmlwriter_write_dtd_entity
bool xmlwriter_write_dtd_entity ( resource xmlwriter, string name, string content )
xmlwriter_write_dtd
bool xmlwriter_write_dtd ( resource xmlwriter, string name [, string pubid [, string sysid [, string subset]]] )
xmlwriter_write_element_ns
bool xmlwriter_write_element_ns ( resource xmlwriter, string prefix, string name, string uri, string content )
xmlwriter_write_element
bool xmlwriter_write_element ( resource xmlwriter, string name, string content )
xmlwriter_write_pi
bool xmlwriter_write_pi ( resource xmlwriter, string target, string content )
xmlwriter_write_raw
bool xmlwriter_write_raw ( resource xmlwriter, string content )
xpath_eval_expression
class XPathContext { XPathObject xpath_eval_expression ( string expression [, domnode contextnode] )
xpath_eval
class XPathContext { XPathObject xpath_eval ( string xpath_expression [, domnode contextnode] )
xpath_new_context
XPathContext xpath_new_context ( domdocument dom_document )
xpath_register_ns_auto
bool xpath_register_ns_auto ( XPathContext xpath_context [, object context_node] )
xpath_register_ns
bool xpath_register_ns ( XPathContext xpath_context, string prefix, string uri )
xptr_eval
class XPathContext { int xptr_eval ( string eval_str [, domnode contextnode] )
xptr_new_context
XPathContext xptr_new_context ( void )
xsl_xsltprocessor_construct
class XSLTProcessor { __construct ( (void); )
xsl_xsltprocessor_get_parameter
class XSLTProcessor { string getParameter ( string namespaceURI, string localName )
xsl_xsltprocessor_has_exslt_support
class XSLTProcessor { bool hasExsltSupport ( void )
xsl_xsltprocessor_import_stylesheet
class XSLTProcessor { void importStylesheet ( DOMDocument stylesheet )
xsl_xsltprocessor_register_php_functions
class XSLTProcessor { void registerPHPFunctions ( [mixed restrict] )
xsl_xsltprocessor_remove_parameter
class XSLTProcessor { bool removeParameter ( string namespaceURI, string localName )
xsl_xsltprocessor_set_parameter
class XSLTProcessor { bool setParameter ( string namespace, string name, string value )
xsl_xsltprocessor_transform_to_doc
class XSLTProcessor { DOMDocument transformToDoc ( DOMNode doc )
xsl_xsltprocessor_transform_to_uri
class XSLTProcessor { int transformToURI ( DOMDocument doc, string uri )
xsl_xsltprocessor_transform_to_xml
class XSLTProcessor { string transformToXML ( DOMDocument doc )
xslt_backend_info
string xslt_backend_info ( void )
xslt_backend_name
string xslt_backend_name ( void )
xslt_backend_version
string xslt_backend_version ( void )
xslt_create
resource xslt_create ( void )
xslt_errno
int xslt_errno ( resource xh )
xslt_error
string xslt_error ( resource xh )
xslt_free
void xslt_free ( resource xh )
xslt_getopt
int xslt_getopt ( resource processor )
xslt_process
mixed xslt_process ( resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]] )
xslt_set_base
void xslt_set_base ( resource xh, string uri )
xslt_set_encoding
void xslt_set_encoding ( resource xh, string encoding )
xslt_set_error_handler
void xslt_set_error_handler ( resource xh, mixed handler )
xslt_set_log
void xslt_set_log ( resource xh [, mixed log] )
xslt_set_object
bool xslt_set_object ( resource processor, object &obj )
xslt_set_sax_handler
void xslt_set_sax_handler ( resource xh, array handlers )
xslt_set_sax_handlers
void xslt_set_sax_handlers ( resource processor, array handlers )
xslt_set_scheme_handler
void xslt_set_scheme_handler ( resource xh, array handlers )
xslt_set_scheme_handlers
void xslt_set_scheme_handlers ( resource processor, array handlers )
xslt_setopt
mixed xslt_setopt ( resource processor, int newmask )
a b c d e f g h i j k l m n o p q r s t u v w x y z
yaz_addinfo
string yaz_addinfo ( resource id )
yaz_ccl_conf
void yaz_ccl_conf ( resource id, array config )
yaz_ccl_parse
bool yaz_ccl_parse ( resource id, string query, array &result )
yaz_close
bool yaz_close ( resource id )
yaz_connect
mixed yaz_connect ( string zurl [, mixed options] )
yaz_database
bool yaz_database ( resource id, string databases )
yaz_element
bool yaz_element ( resource id, string elementset )
yaz_errno
int yaz_errno ( resource id )
yaz_error
string yaz_error ( resource id )
yaz_es_result
array yaz_es_result ( resource id )
yaz_get_option
string yaz_get_option ( resource id, string name )
yaz_hits
int yaz_hits ( resource id [, array searchresult] )
yaz_itemorder
void yaz_itemorder ( resource id, array args )
yaz_present
bool yaz_present ( resource id )
yaz_range
void yaz_range ( resource id, int start, int number )
yaz_record
string yaz_record ( resource id, int pos, string type )
yaz_scan_result
array yaz_scan_result ( resource id [, array &result] )
yaz_scan
void yaz_scan ( resource id, string type, string startterm [, array flags] )
yaz_schema
void yaz_schema ( resource id, string schema )
yaz_search
bool yaz_search ( resource id, string type, string query )
yaz_set_option
void yaz_set_option ( resource id, string name, string value )
yaz_sort
void yaz_sort ( resource id, string criteria )
yaz_syntax
void yaz_syntax ( resource id, string syntax )
yaz_wait
mixed yaz_wait ( [array &options] )
yp_all
void yp_all ( string domain, string map, string callback )
yp_cat
array yp_cat ( string domain, string map )
yp_err_string
string yp_err_string ( int errorcode )
yp_errno
int yp_errno ( void )
yp_first
array yp_first ( string domain, string map )
yp_get_default_domain
string yp_get_default_domain ( void )
yp_master
string yp_master ( string domain, string map )
yp_match
string yp_match ( string domain, string map, string key )
yp_next
array yp_next ( string domain, string map, string key )
yp_order
int yp_order ( string domain, string map )
a b c d e f g h i j k l m n o p q r s t u v w x y z
zend_logo_guid
string zend_logo_guid ( void )
zend_version
string zend_version ( void )
zip_close
void zip_close ( resource zip )
zip_entry_close
void zip_entry_close ( resource zip_entry )
zip_entry_compressedsize
int zip_entry_compressedsize ( resource zip_entry )
zip_entry_compressionmethod
string zip_entry_compressionmethod ( resource zip_entry )
zip_entry_filesize
int zip_entry_filesize ( resource zip_entry )
zip_entry_name
string zip_entry_name ( resource zip_entry )
zip_entry_open
bool zip_entry_open ( resource zip, resource zip_entry [, string mode] )
zip_entry_read
string zip_entry_read ( resource zip_entry [, int length] )
zip_open
resource zip_open ( string filename )
zip_read
resource zip_read ( resource zip )
zlib_get_coding_type
string zlib_get_coding_type ( void )