bool apache_child_terminate ();̃NGXǧApachevZXI
array apache_get_modules ();[hꂽ Apache W[̃Xg擾
string apache_get_version ();Apache ̃o[W擾
string apache_getenv ( string variable , [ bool walk_to_top ] );Apache  subprocess_env ϐ擾
object apache_lookup_uri ( string filename );NGXg̈ꕔw肵URIɑ΂čsASĂ̏Ԃ
string apache_note ( string note_name , [ string note_value ] );ApacheNGXgL(note)擾/ݒ肷
array apache_request_headers ();HTTPNGXgwb_SĎ擾
bool apache_reset_timeout ();Apache ̏݃^C}[Zbg
array apache_response_headers ();HTTPX|Xwb_SĎ擾
int apache_setenv ( string variable , string value , [ bool walk_to_top ] );ApacheTuvZX̊ϐݒ肷
int ascii2ebcdic ( string ascii_str );ASCIIEBCDICɕϊ
int ebcdic2ascii ( string ebcdic_str );EBCDICASCIIɕϊ
array getallheaders ();SĂHTTPNGXgwb_擾
int virtual ( string filename );ApacheTuNGXgs
array array_change_key_case ( array input , [ int case ] );z̃L[Sď܂͑啶ɂĕԂ
array array_chunk ( array input , int size , [ bool preserve_keys ] );z𕪊
array array_combine ( array keys , array values );̔zL[ƂāA̔zlƂāAЂƂ̔z𐶐
array array_count_values ( array input );z̒l̐𐔂
array array_diff_assoc ( array array1 , array array2 , [ array ... ] );ǉꂽY̊mF܂߂Ĕz̍vZ
array array_diff ( array array1 , array array2 , [ array ... ] );z̍vZ
array array_fill ( int start_index , int num , mixed value );zw肵lŖ߂
array array_filter ( array input , [ callback callback ] );R[obN֐gpzvftB^
array array_flip ( array trans );z̒l𔽓]ɂ
array array_intersect_assoc ( array array1 , array array2 , [ array ... ] );ǉꂽY̊mF܂߂Ĕz̋ʍmF
array array_intersect ( array array1 , array array2 , [ array ... ] );z̋ʍvZ
bool array_key_exists ( mixed key , array search );w肵L[܂͓Yzɂ邩ǂ𒲂ׂ
array array_keys ( array input , [ mixed search_value ] , [ bool strict ] );z̃L[ׂĕԂ
array array_map ( callback callback , array arr1 , [ array ... ] );w肵z̗vfɃR[obN֐Kp
array array_merge_recursive ( array array1 , array array2 , [ array ... ] );ȏ̔zċAIɃ}[W
array array_merge ( array array1 , [ array array2 ] , [ array ... ] );1܂͕̔z}[W
bool array_multisort ( array ar1 , [ mixed arg ] , [ mixed ... ] , [ array ... ] );̑̔z\[g
array array_pad ( array input , int pad_size , mixed pad_value );w蒷Aw肵lŔz𖄂߂
mixed array_pop ( array array );z̖vf菜
int array_push ( array array , mixed var , [ mixed ... ] );ȏ̗vfz̍Ōɒǉ
mixed array_rand ( array input , [ int num_req ] );z񂩂ȏ̗vf_Ɏ擾
mixed array_reduce ( array input , callback function , [ int initial ] );R[obN֐pĔz𕁒ʂ̒lɕύX邱ƂɂAzċAIɌ炷
array array_reverse ( array array , [ bool preserve_keys ] );tɂzԂ
mixed array_search ( mixed needle , array haystack , [ bool strict ] );w肵lzŌAꍇɑΉL[Ԃ
mixed array_shift ( array array );z̐擪vfo
array array_slice ( array array , int offset , [ int length ] , [ bool preserve_keys ] );z̈ꕔWJ
array array_splice ( array input , int offset , [ int length ] , [ array replacement ] );z̈ꕔ폜A̗vfŒu
mixed array_sum ( number arr );z̒̒l̍vvZ
array array_unique ( array array );z񂩂dl폜
int array_unshift ( array array , [ mixed ... ] );ȏ̗vfz̍ŏɉ
array array_values ( array input );z̑SĂ̒lԂ
bool array_walk ( array array , callback funcname , [ mixed userdata ] );z̑SĂ̗vfɃ[U[֐KpB
array array ( [ mixed ... ] );z𐶐
bool arsort ( array array , [ int sort_flags ] );AzL[ƗvfƂ̊֌WێztɃ\[g
bool arsort ( array array , [ int sort_flags ] );AzL[ƗvfƂ̊֌Wێz\[g
array compact ( mixed varname , [ mixed ... ] );ϐƂ̒lz쐬
int count ( mixed var , [ int mode ] );ϐɊ܂܂vfA邢̓IuWFNgɊ܂܂vpeB̐𐔂
mixed current ( array array );z̃Jg̗vfԂ
array each ( array array );z񂩂ÃL[ƒl̃yAԂ
mixed end ( array array );z̓|C^ŏIvfɃZbg
int extract ( array var_array , [ int extract_type ] , [ string prefix ] );z񂩂V{e[uɕϐC|[g
bool in_array ( mixed needle , array haystack , [ bool strict ] );zɒl邩`FbN
mixed key ( array array );Azz񂩂L[o
bool krsort ( array array , [ int sort_flags ] );zL[ŋtɃ\[g
bool ksort ( array array , [ int sort_flags ] );zL[Ń\[g
void list ( mixed ... , mixed ... );zƓľ`ŁA̕ϐւ̑s܂
bool natcasesort ( array array );啶ʂȂ"R"ASYpĔz\[g
void natsort ( array array );"R"ASYŔz\[g
mixed next ( array array );z|C^i߂
mixed prev ( array array );̔z|C^1Oɖ߂
array range ( number low , number high , [ number step ] );͈͂̐Lz쐬
mixed reset ( array array );z̓|C^擪̗vfɃZbg
bool rsort ( array array , [ int sort_flags ] );ztɃ\[g܂
bool shuffle ( array array );zVbt
bool sort ( array array , [ int sort_flags ] );z\[g
bool uasort ( array array , function cmp_function );[U[`̔r֐Ŕz\[gAAzCfbNXێ
bool uksort ( array array , callback cmp_function );[U[`̔r֐păL[Ŕz\[g܂
bool usort ( array array , callback cmp_function );[U[`̔r֐ɂlŔz\[g܂
bool aspell_check_raw ( int dictionary_link , string word );啶̕ύX폜sƂȂAP̃`FbNs܂B
boolean aspell_check ( int dictionary_link , string word );P`FbN [Â֐]
int aspell_new ( string master , [ string personal ] );V[h [Â֐]
array aspell_suggest ( int dictionary_link , string word );PXy̏CĂ [Â֐]
string bcadd ( string left operand , string right operand , int [scale] );2̔CӐx̐lɂZ
int bccomp ( string left operand , string right operand , int [scale] );2 ̔CӐxl̔r
string bcdiv ( string left operand , string right operand , int [scale] );2̔CӐxlɂ鏜Z
string bcmod ( string left operand , string modulus );2 ̔CӐxlɂ]
string bcmul ( string left operand , string right operand , int [scale] );2̔CӐxlɂZ
string bcpow ( string x , string y , int [scale] );CӐxlׂ̂
string bcscale ( int scale );ׂĂ BC Z֐ɂftHg̃XP[ݒ
string bcsqrt ( string operand , int [scale] );CӐxl̕𓾂܂
string bcsub ( string left operand , string right operand , int [scale] );CӐxlɂ錸Z
int bzclose ( int bz );bzip2t@C|C^
string bzcompress ( string source , [ int blocksize ] , [ int workfactor ] );bzip2`̃f[^Ɉk
string bzdecompress ( string source , [ int small ] );bzip2`̃f[^𓀂
int bzerrno ( int bz );bzip2G[ԍԂ
array bzerror ( int bz );bzip2G[ԍƃG[zŕԂ
string bzerrstr ( int bz );bzip2G[Ԃ
int bzflush ( int bz );SẴobt@Oꂽf[^Iɏ
int bzopen ( string filename , string mode );bzip2kꂽt@CI[v
string bzread ( int bz , [ int length ] );oCiΉbzip2t@Cǂݍ
int bzwrite ( int bz , string data , [ int length ] );oCiΉbzip2t@Cւ̏
int cal_days_in_month ( int calendar , int month , int year );w肵NƃJ_ɂēԂcalendar
array cal_from_jd ( int jd , int calendar );EXώZT|[gJ_ɕϊAgԂ
array cal_info ( int calendar );̃J_ɊւԂ
int cal_to_jd ( int calendar , int month , int day , int year );T|[gJ_烆EXώZɕϊ
int easter_date ( [ int year ] );w肵Nɂ镜Ղ̐^钆Unix𓾂
int easter_days ( int year );w肵Nɂ321ȍ~AՂ܂ł̓𓾂
int frenchtojd ( int month , int day , int year );tXvEXώZɕϊ
int gregoriantojd ( int month , int day , int year );OSEXEXώZɕϊ
mixed jddayofweek ( int julianday , int mode );jԂ
string jdmonthname ( int julianday , int mode );̖OԂ
string jdtofrench ( int juliandaycount );EXώZtXv(a)ɕϊ
string jdtogregorian ( int julianday );EXώZOSEXɕϊ
string jdtojewish ( int julianday );EXώZ_ɕϊ
string jdtojulian ( int julianday );EXώZEXɕϊ
int jdtounix ( int jday );EXUNIX^CX^vɕϊ
int jewishtojd ( int month , int day , int year );_̓tEXώZɕϊ
int juliantojd ( int month , int day , int year );EXEXώZɕϊ
int unixtojd ( int [timestamp] );UNIX^CX^vEXɕϊ
string ccvs_add ( string session , string invoice , string argtype , string argval );gUNVɃf[^ǉ
string ccvs_auth ( string session , string invoice );gUNVɂăNWbgF؂s
string ccvs_command ( string session , string type , string argval );P̃vgRɊÂAʓICCVS APIŗpłȂR}hs
int ccvs_count ( string session , string type );VXeɕۑꂽw肵^̃gUNV𓾂
string ccvs_delete ( string session , string invoice );gUNV폜
string ccvs_done ( string sess );CCVSGWIANA
string ccvs_init ( string name );CCVS
string ccvs_lookup ( string session , string invoice , int inum );f[^x[X #ɂ̌^̍ڂT
string ccvs_new ( string session , string invoice );VKɋ̃gUNV𐶐
string ccvs_report ( string session , string type );obNOEʐMvZX̏ԂԂ
string ccvs_return ( string session , string invoice );NWbgJ[hL҂ɓX`
string ccvs_reverse ( string session , string invoice );ς݂̔F؂SɎ
string ccvs_sale ( string session , string invoice );NWbgJ[hL҂Xɋ`
string ccvs_status ( string session , string invoice );t̃Xe[^XmF
string ccvs_textvalue ( string session );O̊֐R[ɊւԂl擾
string ccvs_void ( string session , string invoice );gUNVSɎ
mixed call_user_method_array ( string method_name , object obj , array paramarr );p[^̔zw肵ă[U\bhR[[Â֐]
mixed call_user_method ( string method_name , object obj , [ mixed parameter ] , [ mixed ... ] );w肵IuWFNg̃[U[\bhR[[Â֐]
bool class_exists ( string class_name , [ bool autoload ] );NX`ςmF
array get_class_methods ( string class_name );NX\bh̖OAzzƂĕԂ
array get_class_vars ( string class_name );NX̃ftHgvpeBzƂĕԂ
string get_class ( object obj );IuWFNg̃NXԂ
array get_declared_classes ();`ς̃NX̖OzƂĕԂ
array get_declared_interfaces ();錾ĂSẴC^[tF[X̔zԂ
array get_object_vars ( object obj );IuWFNgvpeBzƂĕԂ
string get_parent_class ( mixed obj );IuWFNg̐eNX̖OԂ
bool interface_exists ( string interface_name , [ bool autoload ] );C^[tF[X錾Ă邩ǂmF
bool is_a ( object object , string class_name );IuWFNg̃NX̂̂ł邩̃NX̐eNX̂PƂĂꍇTRUEԂ
bool is_subclass_of ( object obj , string superclass );IuWFNgw肵NX̃TuNXɑ邩ǂ𒲂ׂ
bool method_exists ( object object , string method_name );NX\bh݂邩ǂmF
bool property_exists ( mixed class , string property );IuWFNg̓NXɃvpeB݂邩ǂmF
com COM::COM ( string module_name , [ mixed server_name ] , [ int codepage ] , [ string typelib ] );COMNX
string VARIANT::VARIANT ( [ mixed value ] , [ int type ] , [ int codepage ] );VARIANT NX
void com_addref ();R|[lgt@XJE^𑝂₷
mixed com_get ( resource com_object , string property );COMR|[lg̃vpeB̒l𓾂
mixed com_invoke ( resource com_object , string function_name , mixed [function parameters, ...] );COMR|[lg̃\bhR[܂B
void com_isenum ( object com_module );IEnumVariant擾
void com_load_typelib ( string typelib_name , [ int case_insensitive ] );Typelib[h
string com_load ( string module name , string [server name] , [ int codepage ] );COMR|[lgւ̐VKt@X쐬
mixed com_propget ( resource com_object , string property );COMR|[lg̃vpeB̒l𓾂
void com_propput ( resource com_object , string property , mixed value );COMR|[lg̃vpeBɒl
void com_propset ( resource com_object , string property , mixed value );COMR|[lg̃vpeBɒl
void com_release ();R|[lgt@XJE^炷 [p~]
void com_set ( resource com_object , string property , mixed value );COMR|[lg̃vpeBɒl
void cpdf_add_annotation ( int pdf document , float llx , float lly , float urx , float ury , string title , string content , int [mode] );Lǉ
void cpdf_add_outline ( int pdf document , string text );݂̃y[WɃubN}[Nǉ
void cpdf_arc ( int pdf document , float x-coor , float y-coor , float radius , float start , float end , int mode );~ʂ`
void cpdf_begin_text ( int pdf document );eLXgZNVJn
void cpdf_circle ( int pdf document , float x-coor , float y-coor , float radius , [ int mode ] );~`
void cpdf_clip ( int pdf document );Jg̃pX؂
void cpdf_close ( int pdf document );pdf hLg
void cpdf_closepath_fill_stroke ( int pdf document );pXAhԂA`
void cpdf_closepath_stroke ( int pdf document );pXApXɉĕ`
void cpdf_closepath ( int pdf document );pX
void cpdf_continue_text ( int pdf document , string text );̍sɃeLXgo͂
void cpdf_curveto ( int pdf document , float x1 , float y1 , float x2 , float y2 , float x3 , float y3 , int mode );Ȑ`
void cpdf_end_text ( int pdf document );eLXgZNVI
void cpdf_fill_stroke ( int pdf document );Jg̃pXhԂA`
void cpdf_fill ( int pdf document );Jg̃pXhԂ
void cpdf_finalize_page ( int pdf document , int page number );y[WI
void cpdf_finalize ( int pdf document );hLgI
void cpdf_global_set_document_limits ( int maxpages , int maxfonts , int maximages , int maxannotations , int maxobjects );PDFhLg̐ݒ肷
int 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 [mode] );JPEG 摜I[v
void cpdf_lineto ( int pdf document , float x-coor , float y-coor , int mode );`
void cpdf_moveto ( int pdf document , float x-coor , float y-coor , int mode );Jg̃|Cgݒ肷
void cpdf_newpath ( int pdf document );VKpXJn
int cpdf_open ( int compression , string filename );VKpdfhLgI[v
void cpdf_output_buffer ( int pdf document );pdf hLgobt@ɏo͂
void cpdf_page_init ( int pdf document , int page number , int orientation , float height , float width , float unit );VKy[WJn
void cpdf_place_inline_image ( int pdf document , int image , float x-coor , float y-coor , float angle , float width , float height , int [mode] );摜y[Wɒu
void cpdf_rect ( int pdf document , float x-coor , float y-coor , float width , float height , int mode );``
void cpdf_restore ( int pdf document );ȑOɕۑ񕜂
void cpdf_rlineto ( int pdf document , float x-coor , float y-coor , int mode );`
void cpdf_rmoveto ( int pdf document , float x-coor , float y-coor , int mode );Jg̃|Cgݒ肷
void cpdf_rotate_text ( int pdfdoc , float angle );eLXg]pݒ肷
void cpdf_rotate ( int pdf document , float angle );]ݒ肷
void cpdf_save_to_file ( int pdf document , string filename );pdf hLgt@Cɏ
void cpdf_save ( int pdf document );݂̊ۑ
void cpdf_scale ( int pdf document , float x-scale , float y-scale );{ݒ肷
void cpdf_set_action_url ( int pdfdoc , float xll , float yll , float xur , float xur , string url , [ int mode ] );nCp[Nݒ肷
void cpdf_set_char_spacing ( int pdf document , float space );Ԋuݒ肷
void cpdf_set_creator ( string creator );pdf hLg creator tB[hݒ肷
void cpdf_set_current_page ( int pdf document , int page number );Jgy[Wݒ肷
void cpdf_set_font_directories ( int pdfdoc , string pfmdir , string pfbdir );OtHggpہAfBNgݒ肷
void cpdf_set_font_map_file ( int pdfdoc , string filename );OtHggpĂꍇAtHgt@Cϊ}bvɐݒ肷
void cpdf_set_font ( int pdf document , string font name , float size , string encoding );tHg̎ނƃTCYI
void cpdf_set_horiz_scaling ( int pdf document , float scale );eLXg̐̔{ݒ肷
void cpdf_set_keywords ( string keywords );pdfhLgkeywords tB[hݒ肷
void cpdf_set_leading ( int pdf document , float distance );eLXgs̊Ԋuݒ肷
void cpdf_set_page_animation ( int pdf document , int transition , float duration );y[WԂ̈ڍsԂݒ肷
void cpdf_set_subject ( string subject );pdfhLgsubject tB[hݒ肷
void cpdf_set_text_matrix ( int pdf document , array matrix );eLXgsݒ肷
void cpdf_set_text_pos ( int pdf document , float x-coor , float y-coor , int mode );eLXgʒuݒ肷
void cpdf_set_text_rendering ( int pdf document , int mode );eLXg̃_O@`
void cpdf_set_text_rise ( int pdf document , float value );eLXg̍ݒ肷
void cpdf_set_title ( string title );pdf hLg title tB[hݒ肷
void cpdf_set_viewer_preferences ( int pdfdoc , array preferences );hLg̃r[ł̕\@ݒ肷
void cpdf_set_word_spacing ( int pdf document , float space );PԂ̊Ԋuݒ肷
void cpdf_setdash ( int pdf document , float white , float black );j̃p^[ݒ肷
void cpdf_setflat ( int pdf document , float value );flatness ݒ肷
void cpdf_setgray_fill ( int pdf document , float value );hԂFO[lɐݒ肷
void cpdf_setgray_stroke ( int pdf document , float gray value );`FO[lɐݒ肷
void cpdf_setgray ( int pdf document , float gray value );`AhԂFO[lɐݒ肷
void cpdf_setlinecap ( int pdf document , int value );linecap p[^ݒ肷
void cpdf_setlinejoin ( int pdf document , long value );linejoin p[^ݒ肷parameter
void cpdf_setlinewidth ( int pdf document , float width );ݒ肷
void cpdf_setmiterlimit ( int pdf document , float value );miter ̃~bgݒ肷
void cpdf_setrgbcolor_fill ( int pdf document , float red value , float green value , float blue value );hԂFRGBJ[lɐݒ肷
void cpdf_setrgbcolor_stroke ( int pdf document , float red value , float green value , float blue value );`FRGBJ[lɐݒ肷
void cpdf_setrgbcolor ( int pdf document , float red value , float green value , float blue value );`FѓhԂFRGBlɐݒ??
void cpdf_show_xy ( int pdf document , string text , float x-coor , float y-coor , [ int mode ] );wʒuɃeLXgo͂
void cpdf_show ( int pdf document , string text );݈ʒuɃeLXgo͂
float cpdf_stringwidth ( int pdf document , string text );JgtHg̃eLXg̕Ԃ
void cpdf_stroke ( int pdf document );pXɉĐ`
void cpdf_text ( int pdf document , string text , float x-coor , float y-coor , [ int mode ] , [ float orientation ] , [ int alignmode ] );eLXgp[^ɏo͂
void cpdf_translate ( int pdf document , float x-coor , float y-coor , [ int mode ] );Wň_ݒ肷
bool crack_check ( resource dictionary , string password );w肵pX[hɊւċx`FbNs
bool crack_closedict ( [ resource dictionary ] );I[vĂCrackLib
string crack_getlastmessage ();߂̋x`FbÑbZ[WԂ
resource crack_opendict ( string dictionary );VKCrackLibI[v
bool ctype_alnum ( string text );pǂ𒲂ׂ
bool ctype_alpha ( string c );pǂ𒲂ׂ
bool ctype_cntrl ( string text );䕶ǂ𒲂ׂ
bool ctype_digit ( string c );ǂ𒲂ׂ
bool ctype_graph ( string c );󔒈ȊÖ󎚉\ȕǂ𒲂ׂ
bool ctype_lower ( string c );ǂ𒲂ׂ
bool ctype_print ( string c );󎚉\ȕǂ𒲂ׂ
bool ctype_punct ( string text );󔒁ApȊȌo͉\ȕǂ𒲂ׂ
bool ctype_space ( string c );󔒕ǂׂ
bool ctype_upper ( string text );啶ǂׂ
bool ctype_xdigit ( string c );16i\ǂ𒲂ׂ
void curl_close ( int ch );CURLZbV
int curl_errno ( resource ch );߂̃G[ԍӖ鐮Ԃ
string curl_error ( int ch );Jg̃ZbVɊւĒ߂̃G[Ԃ
bool curl_exec ( int ch );CURLZbVs
string curl_getinfo ( resource ch , [ int opt ] );w肵`Ɋւ𓾂
int curl_init ( string [url] );CURLZbV
bool curl_setopt ( resource ch , int option , mixed value );CURL]pIvVݒ肷
string curl_version ();JgCURL̃o[WԂ
string cybercash_base64_decode ( string inbuff );BASE64fR[hs
string cybercash_base64_encode ( string inbuff );BASE64GR[hs
array cybercash_decr ( string wmk , string sk , string inbuff );Cybercash
array cybercash_encr ( string wmk , string sk , string inbuff );CybercashÍ
string cybermut_creerformulairecm ( string url_CM , string version , string TPE , string montant , string ref_commande , string texte_libre , string url_retour , string url_retour_ok , string url_retour_err , string langue , string code_societe , string texte_bouton );xNGXgpHTMLtH[𐶐
string cybermut_creerreponsecm ( string phrase );xmFpʂ𐶐
bool cybermut_testmac ( string code_MAC , string version , string TPE , string cdate , string montant , string ref_commande , string texte_libre , string code-retour );MmFpbZ[WɋŨf[^܂܂ĂȂƂmF
bool cyrus_authenticate ( resource connection , [ string mechlist ] , [ string service ] , [ string user ] , [ int minssf ] , [ int maxssf ] );Cyrus IMAPT[oɑ΂F؂s
bool cyrus_bind ( resource connection , array callbacks );Cyrus IMAPڑւ̃R[obNoCh
bool cyrus_close ( resource connection );cyrusT[oւ̐ڑ
resource cyrus_connect ( [ string host ] , [ string port ] , [ int flags ] );Cyrus IMAPT[oɐڑ
bool cyrus_query ( resource connection , string query );Cyrus IMAPT[oփNG𑗐M
bool cyrus_unbind ( resource connection , string trigger_name );Unbind ...
int checkdate ( int month , int day , int year );OOI̓t/̑ÓmF܂
string date ( string format , [ int timestamp ] );[J̓t/
array getdate ( [ int timestamp ] );t/̎擾
array gettimeofday ();݂̎Ԃ𓾂
string gmdate ( string format , [ int timestamp ] );GMT/CUT ̓t^
int gmmktime ( [ int hour ] , [ int minute ] , [ int second ] , [ int month ] , [ int day ] , [ int year ] , [ int is_dst ] );GMTtɂUNIX^CX^v擾
string gmstrftime ( string format , [ int timestamp ] );P[̐ݒɊÂGMT/CUT /ttH[}bg
int idate ( string format , [ int timestamp ] );[JȎ/t𐮐ƂĐ`
array localtime ( [ int timestamp ] , [ bool is_associative ] );[J^C𓾂
mixed microtime ( [ bool get_as_float ] );݂Unix^CX^v}CNb܂ŕԂ
int mktime ( [ int hour ] , [ int minute ] , [ int second ] , [ int month ] , [ int day ] , [ int year ] , [ int is_dst ] );t UNIX ̃^CX^vƂĎ擾
string strftime ( string format , [ int timestamp ] );[JȐݒɊÂ[JȓtEԂtH[}bg܂
int strtotime ( string time , [ int now ] );p`̓tUNIX^CX^vɕϊ
int time ();݂ UNIX ^CX^vԂ
void dba_close ( int handle );f[^x[X
bool dba_delete ( string key , int handle );L[wGg폜
bool dba_exists ( string key , int handle );L[݂邩ǂmF
string dba_fetch ( string key , int handle );L[wf[^擾
string dba_firstkey ( int handle );ŏ̃L[擾
array dba_handlers ();p\ȃnḧꗗ𓾂
bool dba_insert ( string key , string value , int handle );Gg}
array dba_list ();I[vĂf[^x[Xt@CSXg𓾂
string dba_nextkey ( int handle );̃L[擾
resource dba_open ( string path , string mode , string handler , [ ... ] );f[^x[XI[v
bool dba_optimize ( int handle );f[^x[XœK
int dba_popen ( string path , string mode , string handler , [...] );f[^x[XIɃI[v
bool dba_replace ( string key , string value , int handle );Ggu܂͑}
bool dba_sync ( int handle );f[^x[X𓯊
bool dbase_add_record ( int dbase_identifier , array record );dBase f[^x[XɃR[hǉ
bool dbase_close ( int dbase_identifier );dBase f[^x[X
int dbase_create ( string filename , array fields );dBase f[^x[X쐬
bool dbase_delete_record ( int dbase_identifier , int record );dBase f[^x[X烌R[h폜
array dbase_get_record_with_names ( int dbase_identifier , int record );dBasef[^x[X烌R[hAzzƂē
array dbase_get_record ( int dbase_identifier , int record );dBase f[^x[X烌R[h𓾂
int dbase_numfields ( int dbase_identifier );dBase f[^x[XɂtB[hԂ
int dbase_numrecords ( int dbase_identifier );dBase f[^x[Xɂ郌R[hԂ
int dbase_open ( string filename , int flags );dBase f[^x[XI[v
bool dbase_pack ( int dbase_identifier );dBase f[^x[XpbN
bool dbase_replace_record ( int dbase_identifier , array record , int dbase_record_number );dBase f[^x[X̃R[hu
string dblist ();gpĂDBM݊CüꗗԂ
bool dbmclose ( int dbm_identifier );dbm f[^x[X܂
bool dbmdelete ( int dbm_identifier , string key );dbm f[^x[Xl폜܂
bool dbmexists ( int dbm_identifier , string key );dbm f[^x[XɃL[s܂
string dbmfetch ( int dbm_identifier , string key );dbm f[^x[XL[̒lo܂
string dbmfirstkey ( int dbm_identifier );dbm f[^x[Xŏ̃L[o܂
int dbminsert ( int dbm_identifier , string key , string value );dbm f[^x[Xւ̒l̑}
string dbmnextkey ( int dbm_identifier , string key );dbm f[^x[X玟̃L[o܂
int dbmopen ( string filename , string flags );DBMf[^x[XI[v܂
bool dbmreplace ( int dbm_identifier , string key , string value );dbm f[^x[X̒lu܂
int dbplus_add ( resource relation , array tuple );֌WɃ^vǉ
resource dbplus_aql ( string query , [ string server ] , [ string dbpath ] );AQLNGs
string dbplus_chdir ( [ string newdir ] );f[^x[XzJgfBNgݒ/擾
int dbplus_close ( resource relation );֌W
int dbplus_curr ( resource relation , array tuple );֌WJg̃^v擾
string dbplus_errcode ( int errno );w肵G[R[h܂͒߂̃G[ɊւG[擾
int dbplus_errno ();߂̑ɊւG[R[h擾
int dbplus_find ( resource relation , array constraints , mixed tuple );֌WɍSݒ肷
int dbplus_first ( resource relation , array tuple );֌Wŏ̃^v擾
int dbplus_flush ( resource relation );֌WɍsSĂ̕ύXtbV
int dbplus_freealllocks ();̃NCAgɂێꂽSẴbN
int dbplus_freelock ( resource relation , string tname );^v̏݃bN
int dbplus_freerlocks ( resource relation );w肵֌WɊւSẴ^vbN
int dbplus_getlock ( resource relation , string tname );^v̏݃bN擾
int dbplus_getunique ( resource relation , int uniqueid );֌W̃j[NIDԍ擾
int dbplus_info ( resource relation , string key , array );???
int dbplus_last ( resource relation , array tuple );֌W璼߂̃^v擾
int dbplus_lockrel ( resource relation );֌Wɏ݃bNv
int dbplus_next ( resource relation , array );֌W玟̃^v擾
resource dbplus_open ( string name );֌Wt@CI[v
int dbplus_prev ( resource relation , array tuple );֌WÕ^v擾
int dbplus_rchperm ( resource relation , int mask , string user , string group );֌W̋ύX
resource dbplus_rcreate ( string name , mixed domlist , [ boolean overwrite ] );֌WVKɍ쐬
resource dbplus_rcrtexact ( string name , resource relation , boolean overwrite );
resource dbplus_rcrtlike ( string name , resource relation , int flag );
int dbplus_resolve ( string relation_name );֌W̃zXg擾
int dbplus_restorepos ( resource relation , array tuple );???
resource dbplus_rkeys ( resource relation , mixed domlist );֌W̎L[VKɎw肷
resource dbplus_ropen ( string name );֌Wt@C[JɃI[v
int dbplus_rquery ( string query , string dbpath );[J(raw) AQLNGs
int dbplus_rrename ( resource relation , string name );֌W̖OύX
resource dbplus_rsecindex ( resource relation , mixed domlist , int type );֌WɐVKZJ_CfbNX쐬
int dbplus_runlink ( resource relation );t@CVXe֌W폜
int dbplus_rzap ( resource relation );֌WSẴ^v폜
int dbplus_savepos ( resource relation );???
int dbplus_setindex ( resource relation , string idx_name );???
int dbplus_setindexbynumber ( resource relation , int idx_number );???
resource dbplus_sql ( string query , string server , string dbpath );SQLNGs
int dbplus_tcl ( int sid , string script );T[oTCLR[hs
int dbplus_tremove ( resource relation , array tuple , [ array current ] );^v폜AVKJg^vԂ
int dbplus_undo ( resource relation );???
int dbplus_undoprepare ( resource relation );???
int dbplus_unlockrel ( resource relation );֌W̏݃bN𒆒f
int dbplus_unselect ( resource relation );֌W琧폜
int dbplus_update ( resource relation , array old , array new );֌W̎w肵^vXV
int dbplus_xlockrel ( resource relation );֌W̔rIbNv
int dbplus_xunlockrel ( resource relation );֌W̔rIbN
boolean dbx_close ( dbx_link_object link_identifier );I[vꂽڑ/f[^x[X
int dbx_cmp_asc ( array row_a , array row_b , string columnname_or_index , [ int comparison_type ] );Ƀ\[g邽߂ɓ̃R[hr
int dbx_compare ( array row_a , array row_b , string columnname_or_index , [ int flags ] );\[g邽߂ɓ̃R[hr
dbx_link_object dbx_connect ( string module , string host , string database , string username , string password , [ int persistent ] );ڑ/f[^x[XI[v
string dbx_error ( dbx_link_object link_identifier );(ڑłȂ)gp郂W[̍ŐV̊֐R[ɂG[bZ[Wo͂
dbx_result_object dbx_query ( dbx_link_object link_identifier , string sql_statement , [ long flags ] );NG𑗐MA(ꍇɂ)ʂSĎ擾
boolean dbx_sort ( dbx_result_object result , string user_compare_function );JX^}CYꂽsort֐ɂAdbx_query猋ʂ\[g
void dio_close ( resource fd );fdŎw肵t@CLqq
mixed dio_fcntl ( resource fd , int cmd , [ mixed arg ] );fdɂCCufcntls
resource dio_open ( string filename , int flags , [ int mode ] );flagsƍ쐬modew肵ĐVKfilenameI[v
string dio_read ( resource fd , [ int n ] );fdnoCgǂ݂ŕԂBnw肳Ȃꍇ́A1kubNǂ݂
int dio_seek ( resource fd , int pos , int whence );fdwhenceposɈړ
array dio_stat ( resource fd );t@CLqqfdɊւstat擾
dio_tcsetattr ( resource fd , array options );VA|[g̒[ƃ{[[gݒ肷
bool dio_truncate ( resource fd , int offset );t@CLqqfdItZbgoCg֊ۂ߂
int dio_write ( resource fd , string data , [ int len ] );IvVŊۂߒw肵ăf[^
bool chdir ( string directory );fBNgύX܂
bool chroot ( string directory );[gfBNgύX
string read ();fBNgENX
void closedir ( resource dir_handle );fBNgEnhN[Y܂
string getcwd ();Jg̃[LOfBNg擾
resource opendir ( string path );fBNgEnh̃I[v
string readdir ( resource dir_handle );fBNgEnh̃Ggǂݍ
void rewinddir ( resource dir_handle );fBNgEnhɖ߂܂
array scandir ( string directory , [ int sorting_order ] );w肳ꂽpX̃t@CƃfBNg̃Xg擾
bool DomAttribute->name ();̖OԂ
bool DomAttribute->specified ();w肳Ă邩ǂׂ
bool DomAttribute->value ();̒lԂ
resource DomDocument->add_root ( string name );[gm[hǉ
object DomDocument->create_attribute ( string name , string value );VK쐬
string DomDocument->create_cdata_section ( string content );VKcdatam[h쐬
object DomDocument->create_comment ( string content );VKRgm[h쐬
object DomDocument->create_element ( string name );VKGgm[h쐬
object DomDocument->create_entity_reference ( string content );
string DomDocument->create_processing_instruction ( string content );VKPIm[h쐬
object DomDocument->create_text_node ( string content );VKeLXgm[h쐬
object DomDocument->doctype ();hLg^Ԃ
object DomDocument->document_element ();[gGgm[hԂ
string DomDocument->dump_file ( string filename , [ bool compressionmode ] , [ bool format ] );XMLc[t@CɃ_v
string DomDocument->dump_mem ( [ bool format ] );XMLc[𕶎Ƀ_v
object DomDocument->get_element_by_id ( string id );
array DomDocument->get_elements_by_tagname ( string name );
string DomDocument->html_dump_mem ();HTMLƂĕɓXMLc[_v
array DomDocumentType->entities ();Gg̃XgԂ
bool DomDocumentType->internal_subset ();TuZbgԂ
string DomDocumentType->name ();hLǧ^Ԃ
array DomDocumentType->notations ();m[e[ṼXgԂ
string DomDocumentType->public_id ();document typepublic IDԂ
string DomDocumentType->system_id ();document typesystem IDԂ
object DomElement->get_attribute_node ( object attr );̒lԂ
object DomElement->get_attribute ( string name );̒lԂ
bool DomElement->get_elements_by_tagname ( string name );^Oɂvf擾
bool DomElement->has_attribute ( string name );邩ǂ𒲂ׂ
bool DomElement->remove_attribute ( string name );폜
bool DomElement->set_attribute_node ( object attr );VKݒ肷
bool DomElement->set_attribute ( string name , string value );VKǉ
string DomElement->tagname ();vfԂ
object DomNode->append_child ( object newnode );qm[h̍ŌɐVKɎqm[hǉ
object DomNode->append_sibling ( object newnode );VKɌZm[hɒǉ
array DomNode->attributes ();̃XgԂ
array DomNode->child_nodes ();qm[hԂ
object DomNode->clone_node ();m[h̕
string DomNode->dump_node ();m[hP_v
bool DomNode->first_child ();ŏ̎qm[hԂ
string DomNode->get_content ();m[h̃Rec擾
bool DomNode->has_attributes ();m[hLĂ邩𒲂ׂ
bool DomNode->has_child_nodes ();m[hqm[hLĂ邩𒲂ׂ
object DomNode->insert_before ( object newnode , object refnode );VKm[hqm[hƂđ}
bool DomNode->is_blank_node ();m[h󂩂ǂׂ
object DomNode->last_child ();Ō̎qm[hԂ
object DomNode->next_sibling ();̌Zm[hԂ
string DomNode->node_name ();m[hԂ
int DomNode->node_type ();m[ȟ^Ԃ
string DomNode->node_value ();m[h̒lԂ
object DomNode->owner_document ();̃m[hhLgԂ
object DomNode->parent_node ();em[hԂ
string DomNode->prefix ();m[h̖OԐړԂ
object DomNode->previous_sibling ();ǑZm[hԂ
object DomNode->remove_child ( object oldchild );qm[h̃Xgqm[h폜
object DomNode->replace_node ();m[hu
bool DomNode->set_content ();m[h̃Recݒ肷
bool DomNode->set_name ();m[h̖Oݒ肷
object DomNode->unlink_node ();m[h폜
string DomProcessingInstruction->data ();PIm[h̃f[^Ԃ
string DomProcessingInstruction->target ();PIm[h̃^[QbgԂ
object domxml_new_doc ( string version );XMLhLg쐬
object domxml_open_file ( string filename );XMLt@CDOMIuWFNg쐬
object domxml_open_mem ( string str );XMLhLgDOMIuWFNg쐬
string domxml_version ();XMLCũo[W擾
object domxml_xmltree ( string str );XMLhLgPHPIuWFNgc[쐬
array xpath_eval_expression ( object xpath_context );w肵XPathP[V]
array xpath_eval ( object xpath context );w肵XPathP[V]
object xpath_new_context ( object dom document );VKxpathReLXg쐬
int xptr_eval ( [ object xpath_context ] , string eval_str );w肵XPtrP[VpX]
string xptr_new_context ( [ object doc_handle ] );VKXPathReLXg쐬
int dotnet_load ( string assembly_name , [ string datatype_name ] , [ int codepage ] );DOTNETW[[h
array debug_backtrace ();obNg[X𐶐
int error_log ( string message , int message_type , string [destination] , string [extra_headers] );G[bZ[W𑗐M
int error_reporting ( [ int level ] );o͂PHPG[̎ނݒ肷
void restore_error_handler ();ȑÕG[nh֐񕜂
mixed set_error_handler ( callback error_handler , [ int error_types ] );[U`̃G[nh֐ݒ肷
string set_exception_handler ( callback exception_handler );[U`̗Onh֐ݒ肷
void trigger_error ( string error_msg , int [error_type] );[Ux̃G[/x/ʒmbZ[W𐶐
void user_error ( string error_msg , int [error_type] );[Ux̃G[/x/ʒmbZ[W𔭐
string escapeshellarg ( string arg );VFƂĎgp镶GXP[v
string escapeshellcmd ( string command );VF̃^GXP[v
string exec ( string command , [ array output ] , [ int return_var ] );OvOs܂
void passthru ( string command , [ int return_var ] );OvOsA`̏o͂\܂
int proc_close ( resource process );proc_open ŊJꂽvZXÃvZX̃^[R[h𓾂
array proc_get_status ( resource process );proc_open ŊJꂽvZXɊւ擾
resource proc_open ( string cmd , array descriptorspec , array pipes );R}hsAo͗pɃt@C|C^J
string shell_exec ( string cmd );VFɂR}hsAƂďo͑ŜԂ
string system ( string command , [ int return_var ] );OvO̎sƕ\
bool fam_cancel_monitor ( resource fam , resource fam_monitor );ĎI
() fam_close ( resource fam );FAMڑ
resource fam_monitor_collection ( resource fam , string dirname , int depth , string mask );w肵fBNgɂt@C̕ύXĎ
resource fam_monitor_directory ( resource fam , string dirname );fBNg̕ύXĎ
resource fam_monitor_file ( resource fam , string filename );ʏ̃t@C̕ύXĎ
array fam_next_event ( resource fam );̃CxgԂ
resource fam_open ( [ string appname ] );FAMf[ւ̐ڑI[v
bool fam_pending ( resource fam );ҋ@FAMCxg̗L𒲂ׂ
bool fam_resume_monitor ( resource fam , resource fam_monitor );fꂽĎĊJ
bool fam_suspend_monitor ( resource fam , resource fam_monitor );ĎꎞIɒf
int fbsql_affected_rows ( [ int link_identifier ] );߂FrontBaseɂp󂯂R[h̐𓾂
bool fbsql_autocommit ( resource link_identifier , [ bool OnOff ] );autocommitL܂͖ɂ
resource fbsql_change_user ( string user , string password , [ string database ] , [ int link_identifier ] );ANeBuȐڑɃOCĂ郆[UύX
boolean fbsql_close ( [ resource link_identifier ] );FrontBaseڑ
bool fbsql_commit ( [ resource link_identifier ] );f[^x[Xւ̃gUNVR~bg
resource fbsql_connect ( [ string hostname ] , [ string username ] , [ string password ] );FrontBaseT[oւ̐ڑI[v
string fbsql_create_blob ( string blob_data , [ resource link_identifier ] );BLOB𐶐
string fbsql_create_clob ( string clob_data , [ resource link_identifier ] );CLOB𐶐
bool fbsql_create_db ( string database name , [ resource link_identifier ] );FrontBasef[^x[X쐬
bool fbsql_data_seek ( resource result_identifier , int row_number );ʃ|C^ړ
string fbsql_database_password ( resource link_identifier , [ string database_password ] );FrontBasef[^x[X̃pX[hݒ܂͎擾
string fbsql_database ( resource link_identifier , [ string database ] );No description given yet
resource fbsql_db_query ( string database , string query , [ resource link_identifier ] );FrontBaseNG𑗐M
int fbsql_db_status ( string database_name , [ resource link_identifier ] );w肵f[^x[X̃Xe[^X擾
bool fbsql_drop_db ( string database_name , [ resource link_identifier ] );FrontBasef[^x[Xj(폜)
int fbsql_errno ( [ resource link_identifier ] );OFrontBaseZG[bZ[W̐lIȒlԂ܂B
string fbsql_error ( [ resource link_identifier ] );OFrontBase삩G[bZ[W̃eLXgԂ
array fbsql_fetch_array ( resource result , [ int result_type ] );AzzAlzA܂͗ƂČʃR[h擾
array fbsql_fetch_assoc ( resource result );AzzƂČʃR[h擾
object fbsql_fetch_field ( resource result , [ int field_offset ] );ʂJ𓾂āAIuWFNgƂĕԂ
array fbsql_fetch_lengths ( [ resource result ] );ʂ̊eo͂̒𓾂
object fbsql_fetch_object ( resource result , [ int result_type ] );IuWFNgƂČʃR[h擾
array fbsql_fetch_row ( resource result );lzƂČʃR[h𓾂
string fbsql_field_flags ( resource result , int field_offset );NGʂɂĎw肵tB[hɊւtO𓾂
int fbsql_field_len ( resource result , int field_offset );w肵tB[h̒Ԃ
string fbsql_field_name ( resource result , int field_index );ʂ̎w肵tB[h̖O𓾂
bool fbsql_field_seek ( resource result , int field_offset );w肵tB[hItZbgɌʃ|C^ݒ肷
string fbsql_field_table ( resource result , int field_offset );w肵tB[he[u̖O𓾂
string fbsql_field_type ( resource result , int field_offset );ʂ̒Ŏw肵tB[ȟ^𓾂
bool fbsql_free_result ( int result );ʃJ
array fbsql_get_autostart_info ( [ resource link_identifier ] );No description given yet
string fbsql_hostname ( resource link_identifier , [ string host_name ] );No description given yet
int fbsql_insert_id ( [ resource link_identifier ] );߂INSERTɂ萶ꂽID𓾂
resource fbsql_list_dbs ( [ resource link_identifier ] );FrontBaseT[oŗp\ȃf[^x[Ẍꗗ𓾂
resource fbsql_list_fields ( string database_name , string table_name , [ resource link_identifier ] );FrontBaseʃtB[ḧꗗ𓾂
resource fbsql_list_tables ( string database , [ resource link_identifier ] );FrontBasef[^x[X̃e[uꗗ𓾂
bool fbsql_next_result ( int result_id );ʃ|C^̌ʂɈړ
int fbsql_num_fields ( resource result );ʂ̃tB[h𓾂
int fbsql_num_rows ( resource result );ʂ̃R[h𓾂
string fbsql_password ( resource link_identifier , [ string password ] );No description given yet
resource fbsql_pconnect ( [ string hostname ] , [ string username ] , [ string password ] );FrontBaseT[oւ̎IڑI[v
resource fbsql_query ( string query , [ resource link_identifier ] );FrontBaseNG𑗐M
string fbsql_read_blob ( string blob_handle , [ resource link_identifier ] );f[^x[XBLOBǂݍ
string fbsql_read_clob ( string clob_handle , [ resource link_identifier ] );f[^x[XCLOBǂݍ
mixed fbsql_result ( resource result , int row , [ mixed field ] );ʃf[^𓾂
bool fbsql_rollback ( [ resource link_identifier ] );f[^x[Xւ̃gUNV[obN
bool fbsql_select_db ( string database_name , [ resource link_identifier ] );FrontBasef[^x[XI
bool fbsql_set_lob_mode ( resource result , string database_name );FrontBaseʃZbgLOB擾[hݒ肷
void fbsql_set_transaction ( resource link_identifier , int Locking , int Isolation );gUNṼbNƃAC\[Vݒ肷
bool fbsql_start_db ( string database_name , [ resource link_identifier ] );[J܂̓[gT[õf[^x[XJn
bool fbsql_stop_db ( string database_name , [ resource link_identifier ] );[J܂̓[gT[õf[^x[X~
string fbsql_tablename ( resource result , int i );tB[h̃e[u𓾂
string fbsql_username ( resource link_identifier , [ string username ] );No description given yet
bool fbsql_warnings ( [ bool OnOff ] );FrontBasexL܂͖ɂ
bool fdf_add_template ( resource fdfdoc , int newpage , string filename , string template , int rename );ev[gFDFɒǉ
bool fdf_close ( int fdf_document );FDF hLg
int fdf_create ( void );VK FDF hLg쐬
string fdf_get_file ( int fdf_document );/F L[̒l𓾂
string fdf_get_status ( int fdf_document );/STATUS L[̒l𓾂
string fdf_get_value ( int fdf_document , string fieldname );tB[h̒l𓾂
bool fdf_header ();FDF ŗL̏o̓wb_Zbg
string fdf_next_field_name ( int fdf_document , [ string fieldname ] );̃tB[h𓾂
int fdf_open ( string filename );FDF hLgI[v
int fdf_save ( string filename );FDF hLgۑ
bool fdf_set_ap ( int fdf_document , string field_name , int face , string filename , int page_number );tB[h̊Oςݒ肷
bool fdf_set_encoding ( int fdf_document , string encoding );FDFGR[fBO
bool fdf_set_file ( int fdf_document , string filename );/F L[̒lݒ肷
bool fdf_set_flags ( int fdf_document , string fieldname , int whichFlags , int newFlags );tB[h̃tOݒ肷
bool fdf_set_javascript_action ( int fdf_document , string fieldname , int trigger , string script );tB[h javascript ANVݒ肷
bool fdf_set_opt ( int fdf_document , string fieldname , int element , string str1 , string str2 );tB[h̃IvVݒ肷
bool fdf_set_status ( int fdf_document , string status );/STATUS L[̒lݒ肷
bool fdf_set_submit_form_action ( int fdf_document , string fieldname , int trigger , string script , int flags );tB[hjavascriptANVݒ肷
bool fdf_set_value ( int fdf_document , string fieldname , string value , int isName );tB[h̒lݒ肷
int filepro_fieldcount ();filePro f[^x[X̃tB[hԂ܂
string filepro_fieldname ( int field_number );tB[h擾
string filepro_fieldtype ( int field_number );tB[h^擾
int filepro_fieldwidth ( int field_number );tB[h𓾂
string filepro_retrieve ( int row_number , int field_number );filePro f[^x[X̃f[^܂
int filepro_rowcount ();filePro f[^x[X̍s̐Ԃ܂
bool filepro ( string directory );map t@C̓ǂݍ݂Əƍs
string basename ( string path , [ string suffix ] );pX̃t@C̕Ԃ
int chgrp ( string filename , mixed group );t@C̃O[vύX
int chmod ( string filename , int mode );t@C̃[hύX
int chown ( string filename , mixed user );t@C̏L҂ύX
void clearstatcache ();t@C̃Xe[^X̃LbVNA
int copy ( string source , string dest );t@CRs[
void delete ( string file );unlink  unset QƂĂ
string dirname ( string path );pX̃fBNg̕Ԃ
float disk_free_space ( string directory );fBNg̗p\ȃXy[XԂ
float disk_total_space ( string directory );fBNg̑S̃TCYԂ
float diskfreespace ( string directory );disk_free_spaceւ̃GCAX
bool fclose ( resource handle );I[vꂽt@C|C^N[Y
bool feof ( resource handle );t@C|C^t@CI[ɒBĂ邩ǂׂ
bool fflush ( resource handle );o͂t@CɃtbV
string fgetc ( resource handle );t@C|C^1o
array fgetcsv ( resource handle , int length , [ string delimiter ] , [ string enclosure ] );t@C|C^s擾ACSVtB[h
string fgets ( resource handle , [ int length ] );t@C|C^1s擾
string fgetss ( resource handle , [ int length ] , [ string allowable_tags ] );t@C|C^1soAHTML^O菜
bool file_exists ( string filename );t@C܂̓fBNg݂邩ǂׂ
string file_get_contents ( string filename , [ bool use_include_path ] , [ resource context ] , [ int offset ] );t@C̓eSĕɓǂݍ
int file_put_contents ( string filename , string data , [ int flags ] , [ resource context ] );t@Cɏ
array file ( string filename , [ int use_include_path ] , [ resource context ] );t@CŜǂݍŔzɊi[
int fileatime ( string filename );t@C̍ŏIANZX擾
int filectime ( string filename );t@CinodeύX擾
int filegroup ( string filename );t@C̃O[v擾
int fileinode ( string filename );t@Cinode擾
int filemtime ( string filename );t@C̍XV擾
int fileowner ( string filename );t@C̏L҂擾
int fileperms ( string filename );t@C̋擾
int filesize ( string filename );t@C̃TCY擾
string filetype ( string filename );t@C^Cv擾
bool flock ( resource handle , int operation , [ int &wouldblock ] );ėp̃t@CbNs
bool fnmatch ( string pattern , string string , [ int flags ] );t@Cp^[Ƀ}b`邩ׂ
resource fopen ( string filename , string mode , [ int use_include_path ] , [ resource zcontext ] );t@C܂URLI[v
int fpassthru ( resource handle );t@C|C^ɎcĂ邷ׂẴf[^o͂
string fread ( resource handle , int length );oCiE[hŃt@Cǂݍ
mixed fscanf ( resource handle , string format , [ string var1 ] );tH[}bgɊÂt@C̓͂
int fseek ( resource handle , int offset , [ int whence ] );t@C|C^ړ
array fstat ( resource handle );I[vt@C|C^t@CɊւ𓾂܂
int ftell ( resource handle );t@C|C^ǂݏ̈ʒu擾
bool ftruncate ( resource handle , int size );t@Cw肵Ɋۂ߂
int fwrite ( resource handle , string string , [ int length ] );oCiE[hɂt@C
array glob ( string pattern , [ int flags ] );p^[Ƀ}b`pXT
bool is_dir ( string filename );t@CfBNgǂ𒲂ׂ
bool is_executable ( string filename );t@Cs\ǂ𒲂ׂ
bool is_file ( string filename );ʏt@Cǂ𒲂ׂ
bool is_link ( string filename );t@CV{bNNǂ𒲂ׂ
bool is_readable ( string filename );t@Cǂݍ݉\ǂm
bool is_uploaded_file ( string filename );HTTP POSTɂAbv[hꂽt@Cǂ𒲂ׂ
bool is_writable ( string filename );t@C݉\ǂ𒲂ׂ
bool is_writeable ( string filename );is_writablẽGCAX
int link ( string target , string link );n[hN쐬
int linkinfo ( string path );NɊւ擾
array lstat ( string filename );t@C܂̓V{bNNɊւ^܂
bool mkdir ( string pathname , [ int mode ] , [ bool recursive ] , [ resource context ] );fBNg
bool move_uploaded_file ( string filename , string destination );VʒuɃAbv[hꂽt@Cړ
array parse_ini_file ( string filename , [ bool process_sections ] );ݒt@Cp[X
array pathinfo ( string path , [ int options ] );t@CpXɊւԂ
int pclose ( int handle );vZX̃t@C|C^N[Y
int popen ( string command , string mode );vZXւ̃t@C|C^I[v
int readfile ( string filename , [ bool use_include_path ] , [ resource context ] );t@Co͂
string readlink ( string path );V{bNNԂ
string realpath ( string path );΃pXԂ
int rename ( string oldname , string newname );t@Cl[
bool rewind ( resource handle );t@C|C^̈ʒu擪ɖ߂
bool rmdir ( string dirname );fBNg폜
array stat ( string filename );t@CɊւ擾
bool symlink ( string target , string link );V{bNN쐬
string tempnam ( string dir , string prefix );j[Nȃt@C𐶐
resource tmpfile ();e|t@C쐬
bool touch ( string filename , [ int time ] , [ int atime ] );t@C̍ŏIXVZbg
int umask ( [ int mask ] );݂umaskύX
bool unlink ( string filename , [ resource context ] );t@C폜
string fribidi_log2vis ( string str , string direction , int charset );_ɕϊ
bool ftp_cdup ( resource ftp_stream );efBNgɈړ
bool ftp_chdir ( resource ftp_stream , string directory );FTP T[o[ŃfBNgړ
void ftp_close ( resource ftp_stream );FTPڑ
resource ftp_connect ( string host , [ int port ] , [ int timeout ] );FTP ڑI[v
bool ftp_delete ( resource ftp_stream , string path );ftp T[o[̃t@C폜
bool ftp_exec ( resource stream , string command );ftpT[oŃvOs
bool ftp_fget ( resource ftp_stream , resource fp , string remote_file , int mode );FTP T[o[t@C_E[hAI[ṽt@Cɕۑ
bool ftp_fput ( resource ftp_stream , string remote_file , resource fp , int mode );I[ṽt@CFTPT[o[ɃAbv[h
bool ftp_get_option ( resource stream , int option );JgFTPXg[̎X̎s擾
bool ftp_get ( resource ftp_stream , string local_file , string remote_file , int mode );FTPT[o[t@C_E[h
bool ftp_login ( resource ftp_stream , string username , string password );FTP ڑŃOC
int ftp_mdtm ( resource ftp_stream , string remote_file );w肵t@CŌɏCꂽԂԂ
string ftp_mkdir ( resource ftp_stream , string directory );fBNg쐬
array ftp_nlist ( resource ftp_stream , string directory );w肵fBNg̃t@C̈ꗗԂ
bool ftp_pasv ( resource ftp_stream , bool pasv );pbVu[hI܂̓Itɂ
bool ftp_put ( resource ftp_stream , string remote_file , string local_file , int mode );FTP T[o[Ƀt@CAbv[h
string ftp_pwd ( resource ftp_stream );݂̃fBNgԂ
void ftp_quit ( resource ftp_stream );FTPڑ
array ftp_rawlist ( resource ftp_stream , string directory );w肵fBNg̏ڍׂȃt@CꗗԂ
bool ftp_rename ( resource ftp_stream , string from , string to );ftp T[o[̃t@C̖OύX
bool ftp_rmdir ( resource ftp_stream , string directory );fBNg폜
bool ftp_set_option ( resource stream , int option , mixed value );FTPsIvVݒ肷
bool ftp_site ( resource ftp_stream , string cmd );SITER}hT[o[ɑM
int ftp_size ( resource ftp_stream , string remote_file );w肵t@C̃TCYԂ
resource ftp_ssl_connect ( string host , [ int port ] , [ int timeout ] );ZLA FTP ڑI[v
string ftp_systype ( resource ftp_stream );[g FTP T[o[̃VXe^IDԂ
mixed call_user_func_array ( callback function , [ array param_arr ] );p[^̔zw肵ă[U֐R[
mixed call_user_func ( callback function , [ mixed parameter ] , [ mixed ... ] );ŏ̈Ŏw肵[U֐R[
string create_function ( string args , string code );֐(_`)쐬
mixed func_get_arg ( int arg_num );̃Xgvf1Ԃ
array func_get_args ();֐̈XgzƂĕԂ
int func_num_args ( void );֐ɓnꂽ̐Ԃ
bool function_exists ( string function_name );w肵֐`ĂꍇTRUEԂ
array get_defined_functions ( void );`ς݂̑SĂ̊֐zŕԂ
int register_shutdown_function ( string func );Vbg_EɎs֐o^
void register_tick_function ( string func , [ mixed arg ] );etickŎs֐o^
void unregister_tick_function ( string func , [ mixed arg ] );etick̎sp̊֐̓o^
string bind_textdomain_codeset ( string domain , string codeset );DOMAINbZ[WJ^ÕbZ[WύX镶GR[fBOw肷
string bindtextdomain ( string domain , string directory );hC̃pXݒ肷
string dcgettext ( string domain , string message , int category );P̎QƂɊւhC㏑
string dcngettext ( string domain , string msgid1 , string msgid2 , int n , int category );dcgettext()̕
string dgettext ( string domain , string message );Jg̃hC㏑
string dngettext ( string domain , string msgid1 , string msgid2 , int n );dcgettext()̕^ł
string gettext ( string message );JghC̃bZ[W̎QƂ
string ngettext ( string msgid1 , string msgid2 , int n );gettext̕
string textdomain ( string text_domain );ftHghCݒ肷
resource gmp_abs ( resource a );Βl
resource gmp_add ( resource a , resource b );l̉Z
resource gmp_and ( resource a , resource b );_Z AND
resource gmp_clrbit ( resource &a , int index );rbgNA
int gmp_cmp ( resource a , resource b );r
resource gmp_com ( resource a );a̕␔vZ
resource gmp_div_q ( resource a , resource b , int [round] );l̊Z
array gmp_div_qr ( resource n , resource d , int [round] );ZsAƗ]𓾂
resource gmp_div_r ( resource n , resource d , int [round] );Z̗]
resource gmp_div ( resource a , resource b );Zs
resource gmp_divexact ( resource n , resource d );mȊZ
resource gmp_fact ( int a );K
resource gmp_gcd ( resource a , resource b );ő񐔂vZ
array gmp_gcdext ( resource a , resource b );ő񐔂Ə搔vZ
int gmp_hamdist ( resource a , resource b );n~O
resource gmp_init ( mixed number );GMP 쐬
int gmp_intval ( resource gmpnumber );GMP 𐮐ɕϊ
resource gmp_invert ( resource a , resource b );@ɂt
int gmp_jacobi ( resource a , resource p );RrL
int gmp_legendre ( resource a , resource p );WFhL
resource gmp_mod ( resource n , resource d );WZ
resource gmp_mul ( resource a , resource b );l̏Z
resource gmp_neg ( resource a );𔽓]
resource gmp_or ( resource a , resource b );_Z OR
bool gmp_perfect_square ( resource a );ǂ𒲂ׂ
int gmp_popcount ( resource a );JEg𑝂₷
resource gmp_pow ( resource base , int exp );ݏ
resource gmp_powm ( resource base , resource exp , resource mod );ݏƃW
int gmp_prob_prime ( resource a , int [reps] );"قڑf"ł邩ǂ𒲂ׂ
resource gmp_random ( int limiter );
int gmp_scan0 ( resource a , int start );0T
int gmp_scan1 ( resource a , int start );1 T
resource gmp_setbit ( resource &a , int index , bool [set_clear] );rbgݒ肷
int gmp_sign ( resource a );̕
resource gmp_sqrt ( resource a );
array gmp_sqrtrm ( resource a );]ƕ
string gmp_strval ( resource gmpnumber , int [base] );GMP 𕶎ɕϊ
resource gmp_sub ( resource a , resource b );ľZ
resource gmp_xor ( resource a , resource b );_Z XOR
void header ( string string , [ bool replace ] , [ int http_response_code ] );HTTPwb_𑗐M
bool headers_sent ( [ string &file ] , [ int &line ] );wb_[ɑMĂ邩ǂ`FbN
bool setcookie ( string name , [ string value ] , [ int expire ] , [ string path ] , [ string domain ] , [ int secure ] );NbL[𑗐M
strin hw_array2objrec ( array object_array );IuWFNgz񂩂IuWFNgR[hɑϊ
void hw_changeobject ( int link , int objid , array attributes );IuWFNg̑ύX(Â֐)
array hw_children ( int connection , int objectID );q̃IuWFNg ID
array hw_childrenobj ( int connection , int objectID );q̃IuWFNgR[h
int hw_close ( int connection );Hyperwave ڑ
int hw_connect ( string host , int port , string username , string password );ڑI[v
void hw_connection_info ( int link );HyperwaveT[oւ̐ڑɊւo͂
int hw_cp ( int connection , array object_id_array , int destination id );IuWFNgRs[
int hw_deleteobject ( int connection , int object_to_delete );IuWFNg폜
int hw_docbyanchor ( int connection , int anchorID );AJ[ɑIuWFNg̃IuWFNg ID
string hw_docbyanchorobj ( int connection , int anchorID );AJ[wIuWFNgR[h
string hw_document_attributes ( int hw_document );hw_document ̃IuWFNgR[h
string hw_document_bodytag ( int hw_document );hw_document  BODY ^O
string hw_document_content ( int hw_document );hw_document̓eԂ
string hw_document_setcontent ( int hw_document , string content );hw_document ̓eݒ/u
int hw_document_size ( int hw_document );hw_document ̃TC?
string hw_dummy ( int link , int id , int msgid );Hyperwave_~[֐
int hw_edittext ( int connection , int hw_document );eLXghLg擾
int hw_error ( int connection );G[ԍ
string hw_errormsg ( int connection );G[bZ[WԂ
int hw_free_document ( int hw_document );hw_document 
array hw_getanchors ( int connection , int objectID );hLg̃AJ[̃IuWFNg ID
array hw_getanchorsobj ( int connection , int objectID );hLg̃AJ[̃IuWFNgR[h
string hw_getandlock ( int connection , int objectID );IuWFNgR[hԂуIuWFNgbN
array hw_getchildcoll ( int connection , int objectID );q̃RNṼIuWFNg ID
array hw_getchildcollobj ( int connection , int objectID );q̃RNṼIuWFNgR[h
array hw_getchilddoccoll ( int connection , int objectID );RNV̎qhLg̃IuWFNg ID
array hw_getchilddoccollobj ( int connection , int objectID );RNV̎qhLg̃IuWFNgR[h
array hw_getobject ( int connection , [int|array] objectID , string query );IuWFNgR[h
array hw_getobjectbyquery ( int connection , string query , int max_hits );IuWFNg
array hw_getobjectbyquerycoll ( int connection , int objectID , string query , int max_hits );RNṼIuWFNg
array hw_getobjectbyquerycollobj ( int connection , int objectID , string query , int max_hits );RNṼIuWFNg
array hw_getobjectbyqueryobj ( int connection , string query , int max_hits );IuWFNgO?
array hw_getparents ( int connection , int objectID );ẽIuWFNg ID
array hw_getparentsobj ( int connection , int objectID );ẽIuWFNgR[h
string hw_getrellink ( int link , int rootid , int sourceid , int destid );rootidɑΓIsourcedestւ̃N𓾂
int hw_getremote ( int connection , int objectID );[ghLg𓾂
int hw_getremotechildren ( int connection , string object record );[ghLg̎q𓾂
array hw_getsrcbydestobj ( int connection , int objectID );IuWFNgwAJ[Ԃ
int hw_gettext ( int connection , int objectID , mixed [rootID/prefix] );eLXghLg擾
string hw_getusername ( int connection );݃OCĂ郆[U[̖O
int hw_identify ( string username , string password );[U[ƂĔF؂
array hw_incollections ( int connection , array object_id_array , array collection_id_array , int return_collections );RNVɃIuWFNg ID 邩ǂmF
string hw_info ( int connection );ڑɊւ
int hw_inscoll ( int connection , int objectID , array object_array );RNV}
int hw_insdoc ( int connection , int parentID , string object_record , string text );hLg}
string hw_insertanchors ( int hwdoc , array anchorecs , array dest , [ array urlprefixes ] );textɃAJ[݂̂}
int hw_insertdocument ( int connection , int parent_id , int hw_document );hLgAbv[h
int hw_insertobject ( int connection , string object rec , string parameter );IuWFNgR[h}
int hw_mapid ( int connection , int server id , int object id );O[oIDzIȃ[JIDɊ
int hw_modifyobject ( int connection , int object_to_change , array remove , array add , int mode );IuWFNgR[hC
int hw_mv ( int connection , array object id array , int source id , int destination id );IuWFNgړ
int hw_new_document ( string object_record , string document_data , int document_size );VhLg쐬
array hw_objrec2array ( string object_record , array [format] );IuWFNgR[hIuWFNgzɕϊ
int hw_output_document ( int hw_document );hw_document o͂
int hw_pconnect ( string host , int port , string username , string password );If[^x[Xڑ쐬
int hw_pipedocument ( int connection , int objectID );hLg擾
int hw_root ( );[gIuWFNg ID
void hw_setlinkroot ( int link , int rootid );vZꂽNIDݒ肷Set the id to which links are calculated
string hw_stat ( int link );Xe[^XԂ
int hw_unlock ( int connection , int objectID );IuWFNgAbN
int hw_who ( int connection );݃OC̃[U[̃Xg
int ibase_blob_add ( int blob_id , string data );ꂽblobɃf[^ǉ
int ibase_blob_cancel ( int blob_id );blob̐
int ibase_blob_close ( int blob_id );blob
int ibase_blob_create ( [ int link_identifier ] );f[^ǉ邽߂blob𐶐
int ibase_blob_echo ( string blob_id_str );uEUblob̓eo͂
string ibase_blob_get ( int blob_id , int len );I[vblobf[^̃oCg擾
string ibase_blob_import ( [ int link_identifier ] , int file_id );blob𐶐At@CRs[A
object ibase_blob_info ( string blob_id_str );blob̒Ƒ֗̕ȏԂ
int ibase_blob_open ( string blob_id );f[^̈ꕔ擾邽߂blobI[v
int ibase_close ( int [connection_id] );InterBasef[^x[Xւ̐ڑ
int ibase_commit ( int [link_identifier] , int trans_number );gUNVR~bg
int ibase_connect ( string database , string [username] , string [password] , string [charset] , int [buffers] , int [dialect] , string [role] );InterBasef[^x[Xւ̐ڑI[v
string ibase_errmsg ();G[bZ[WԂ
int ibase_execute ( int query , int [bind_args] );ꂽNGs
object ibase_fetch_object ( int result_id );InterBasef[^x[XIuWFNg𓾂
array ibase_fetch_row ( int result_identifier );InterBasef[^x[X1šʂ擾
array ibase_field_info ( int result , int field number );tB[hɊւ𓾂
int ibase_free_query ( int query );ꂽNGɂmۂꂽ
int ibase_free_result ( int result_identifier );ʃZbg
int ibase_num_fields ( int result_id );ʃZbgɂtB[h𓾂
int ibase_pconnect ( string database , string [username] , string [password] , string [charset] , int [buffers] , int [dialect] , string [role] );InterBasef[^x[Xւ̎IڑI[v
int ibase_prepare ( int [link_identifier] , string query );Ńp[^̃oChyюs邽߂ɃNG
int ibase_query ( int [link_identifier] , string query , int [bind_args] );InterBasef[^x[XŃNGs
int ibase_rollback ( int [link_identifier] , int trans_number );gUNV[obN
int ibase_timefmt ( string format , int [columntype] );NG[ԂtimestampAdataAtime^J̃tH[}bgݒ肷
int ibase_trans ( int [trans_args] , int [link_identifier] );gUNVJn
int icap_close ( int icap_stream , [ int flags ] );ICAP Xg[
string icap_create_calendar ( int stream_id , string calendar );VKJ_쐬
string icap_delete_calendar ( int stream_id , string calendar );J_폜
string icap_delete_event ( int sream_id , int uid );ICAP J_[Cxg폜
int icap_fetch_event ( int stream_id , int event_id , [ int options ] );J_[Xg[Cxg擾
int icap_list_alarms ( int stream_id , array date , array time );w肵 datetime ܂łɃA[𔭐Cxg̃XgԂ
array icap_list_events ( int stream_id , int begin_date , [ int end_date ] );w肵 datetime Ԃ̃Cxg̃XgԂ
stream icap_open ( string calendar , string username , string password , string options );ICAP ڑI[v
string icap_rename_calendar ( int stream_id , string old_name , string new_name );J_̖Oς
int icap_reopen ( int stream_id , string calendar , [ int options ] );VKJ_ւICAPXg[ăI[v
string icap_snooze ( int stream_id , int uid );Cxg̃A[Itɂ
int icap_store_event ( int stream_id , object event );ICAP J_[ɃCxgۑ܂
mixed iconv_get_encoding ( [ string type ] );iconvgW[̓ݒϐ擾
bool iconv_set_encoding ( string type , string charset );GR[fBOϊp̐ݒsȂ
string iconv ( string in_charset , string out_charset , string str );w肵GR[fBOɕϊ
array ob_iconv_handler ( string contents , int status );o̓obt@nhƂĕGR[fBOϊ
int ifx_affected_rows ( int result_id );NG[ōpꂽs̐𓾂
void ifx_blobinfile_mode ( int mode );SĂ select NG[ɊւftHg BLOB [hݒ肷
void ifx_byteasvarchar ( int mode );ftHg̃oCg[hݒ肷
int ifx_close ( int [link_identifier] );Informix ڑ
int ifx_connect ( string [database] , string [userid] , string [password] );Informix T[o[ւ̐ڑI[v
int ifx_copy_blob ( int bid );w肵 BLOB IuWFNg2d
int ifx_create_blob ( int type , int mode , string param );BLOB IuWFNg쐬
int ifx_create_char ( string param );IuWFNg쐬
int ifx_do ( int result_id );Oɏꂽ SQL s
string ifx_error ();߂ Informix R[̃G[R[hԂ
string ifx_errormsg ( int [errorcode] );߂ Informix R[̃G[bZ[WԂ
array ifx_fetch_row ( int result_id , mixed [position] );zƂčs𓾂
array ifx_fieldproperties ( int result_id );SQL tB[hvpeB̃Xg
array ifx_fieldtypes ( int result_id );Informix SQL tB[h̃Xg
int ifx_free_blob ( int bid );BLOB IuWFNg폜
int ifx_free_char ( int bid );IuWFNg폜
int ifx_free_result ( int result_id );NG[Ɋւ郊\[X
int ifx_get_blob ( int bid );BLOB IuWFNg̓eԂ
int ifx_get_char ( int bid );IuWFNg̓eԂ
array ifx_getsqlca ( int result_id );NGsAsqlca.sqlerrd[0..5] ̒l𓾂
int ifx_htmltbl_result ( int result_id , string [html_table_options] );NG[ʂ̑Ss HTML e[uɃtH[}bg
void ifx_nullformat ( int mode );S擾s̃ftHg̕Ԃlݒ肷
int ifx_num_fields ( int result_id );NG[̃JԂ܂
int ifx_num_rows ( int result_id );NG[Ɏ擾ꂽs̐𐔂
int ifx_pconnect ( string [database] , string [userid] , string [password] );I Informix ڑI[v
int ifx_prepare ( string query , int conn_id , int [cursor_def] , mixed blobidarray );SQL spɏ
int ifx_query ( string query , int [link_identifier] , int [cursor_type] , mixed [blobidarray] );Informix NG[𑗐M
void ifx_textasvarchar ( int mode );ftHg̃eLXg[hݒ肷
ifx_update_blob ( int bid , string content );BLOB IuWFNg̓eXV
int ifx_update_char ( int bid , string content );IuWFNg̓eXV
int ifxus_close_slob ( int bid );SLOB IuWFNg폜
int ifxus_create_slob ( int mode );SLOB IuWFNg쐬AI[v
int ifxus_free_slob ( int bid );SLOB IuWFNg폜
int ifxus_open_slob ( long bid , int mode );SLOB IuWFNgI[v
int ifxus_read_slob ( long bid , long nbytes );SLOB IuWFNg n oCgǂ݂
int ifxus_seek_slob ( long bid , int mode , long offset );݂̃t@Cʒu܂̓V[NʒuԂ
int ifxus_tell_slob ( long bid );Jg̃t@C܂̓V[NʒuԂ
int ifxus_write_slob ( long bid , string content );SLOB IuWFNgɕ
int iis_add_server ( string path , string comment , string server_ip , int port , string host_name , int rights , int start_server );VKɉzWebT[o쐬
int iis_get_dir_security ( int server_instance , string virtual_path );fBNg̃ZLeB擾
int iis_get_script_map ( int server_instance , string virtual_path , string script_extension );w肵gqɊւĉzfBNgɂXNvg}bsO擾
int iis_get_server_by_comment ( string comment );w肵Rg̃CX^XԍԂ
int iis_get_server_by_path ( string path );w肵pX̃CX^XԍԂ
int iis_get_server_rights ( int server_instance , string virtual_path );T[ǒ擾
int iis_get_service_state ( string service_id );T[rXIDw肵T[rX̏Ԃ擾
int iis_remove_server ( int server_instance );T[oCX^XŎw肵zWebT[o폜
int iis_set_app_settings ( int server_instance , string virtual_path , string application_scope );zfBNgł̃AvP[VXR[v쐬
int iis_set_dir_security ( int server_instance , string virtual_path , int directory_flags );fBNg̃ZLeBݒ肷
int iis_set_script_map ( int server_instance , string virtual_path , string script_extension , string engine_path , int allow_scripting );zfBNgɃXNvg}bsOݒ肷
int iis_set_server_rights ( int server_instance , string virtual_path , int directory_flags );T[ǒݒ肷
int iis_start_server ( int server_instance );zWebT[oN
int iis_start_service ( string service_id );T[rXIDŎw肵T[rXN
int iis_stop_server ( int server_instance );zWebT[o~
int iis_stop_service ( string service_id );T[rXIDŎw肵T[rX~
int exif_imagetype ( string filename );C[W̌^`
array exif_read_data ( string filename , [ string sections ] , [ bool arrays ] , [ bool thumbnail ] );JPEG܂TIFFEXIFwb_ǂ݂
string exif_thumbnail ( string filename , [ int &width ] , [ int &height ] , [ int &imagetype ] );TIFF܂JPEGC[Wɖߍ܂ꂽTlC擾
array gd_info ();݃CXg[ĂGDCuɊւ擾
array getimagesize ( string filename , [ array imageinfo ] );摜̑傫擾
string image_type_to_mime_type ( int imagetype );getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeԂ摜`MIME^Cv擾
int image2wbmp ( int im , [ string filename ] , [ int threshold ] );uEU܂̓t@CɃC[Wo͂
int imagealphablending ( resource im , bool blendmode );C[Wblending[hɐݒ肷
bool imageantialias ( int im , bool on );A`GCAX@\gpׂǂ𔻒f
int imagearc ( int im , int cx , int cy , int w , int h , int s , int e , int color );ȉ~̕`
int imagechar ( int im , int font , int x , int y , string c , int color );ɕ`
int imagecharup ( resource image , int font , int x , int y , string c , int color );ɕ`
int imagecolorallocate ( resource image , int red , int green , int blue );摜ŎgpF쐬
int imagecolorallocatealpha ( resource image , int red , int green , int blue , int alpha );摜ŎgpF𓧉ߓxw肵č쐬
int imagecolorat ( int image , int x , int y );sNZ̐F̃CfbNX擾
int imagecolorclosest ( int image , int red , int green , int blue );w肵Fɍł߂F̃CfbNX擾
int imagecolorclosestalpha ( resource image , int red , int green , int blue , int alpha );w肵F+At@lɍł߂FID擾
int imagecolorclosesthwb ( resource image , int red , int green , int blue );w肵Fɍł߂FAALF̃CfbNX𓾂
int imagecolordeallocate ( resource image , int color );C[W̐F\[XJ
int imagecolorexact ( resource image , int red , int green , int blue );w肵F̃CfbNX擾
int imagecolorexactalpha ( resource image , int red , int green , int blue , int alpha );w肵F+At@lID擾
bool imagecolormatch ( resource image1 , resource image2 );pbgC[W̐FTrueJ[C[Wɋ߂Â
int imagecolorresolve ( int im , int red , int green , int blue );w肵F܂͏o邾߂F̃CfbNX𓾂
int imagecolorresolvealpha ( resource image , int red , int green , int blue , int alpha );w肵F+At@l܂͍ł߂FID擾
bool imagecolorset ( resource image , int index , int red , int green , int blue );w肵pbgCfbNX̐Fݒ肷
array imagecolorsforindex ( resource image , int index );J[CfbNXJ[̎擾
int imagecolorstotal ( resource image );摜pbg̐F̌o
int imagecolortransparent ( resource image , [ int color ] );F̒`
int 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 );摜̈ꕔRs[
int 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 );C[ẄꕔRs[A}[W
int 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 );O[XP[ŃC[ẄꕔRs[A}[W
int imagecopyresampled ( resource dst_im , resource src_im , int dstX , int dstY , int srcX , int srcY , int dstW , int dstH , int srcW , int srcH );ăTvOsC[ẄꕔRs[ALk
int imagecopyresized ( resource dst_im , resource src_im , int dstX , int dstY , int srcX , int srcY , int dstW , int dstH , int srcW , int srcH );摜̈ꕔ̕ƃTCYύX
int imagecreate ( int x_size , int y_size );pbggpVK摜̍쐬
int imagecreatefromgd ( string filename );GDt@C܂URLVKC[W𐶐
int imagecreatefromgd2 ( string filename );GD2t@C܂URLVKC[W𐶐
int imagecreatefromgd2part ( string filename , int srcX , int srcY , int width , int height );GD2t@C܂URL̎w肵VKC[W𐶐
int imagecreatefromgif ( string filename );t@C܂URLVK摜쐬
int imagecreatefromjpeg ( string filename );t@CURLVKJPEG摜쐬
int imagecreatefrompng ( string filename );t@C܂URLVKPNG摜쐬
int imagecreatefromstring ( string image );̒̃C[WXg[VKC[W쐬
int imagecreatefromwbmp ( string filename );t@C܂URLVKC[W쐬
int imagecreatefromxbm ( string filename );t@CURLVKC[W𐶐
int imagecreatefromxpm ( string filename );t@C܂URLVKC[W𐶐
resource imagecreatetruecolor ( int x_size , int y_size );TrueColorC[WVKɍ쐬
int imagedashedline ( int im , int x1 , int y1 , int x2 , int y2 , int col );_bVC(j)̕`
int imagedestroy ( resource image );摜̏
int imageellipse ( resource image , int cx , int cy , int w , int h , int color );ȉ~`悷
int imagefill ( resource image , int x , int y , int color );hׂ
int imagefilledarc ( resource image , int cx , int cy , int w , int h , int s , int e , int color , int style );ȉ~`悵AhԂ
int imagefilledellipse ( resource image , int cx , int cy , int w , int h , int color );hԂꂽȉ~`悷
int imagefilledpolygon ( resource image , array points , int num_points , int color );hԂp`̕`
int imagefilledrectangle ( resource image , int x1 , int y1 , int x2 , int y2 , int color );hԂ`̕`
int imagefilltoborder ( resource image , int x , int y , int border , int color );Fł̓hԂ
int imagefontheight ( int font );tHg̍̎擾
int imagefontwidth ( int font );tHg̎̕擾
array imageftbbox ( int size , int angle , string font_file , string text , [ array extrainfo ] );freetype2ɂtHgpeLXg͂ޔ擾
array imagefttext ( int im , int size , int angle , int x , int y , int col , string font_file , string text , [ array extrainfo ] );FreeType 2ɂtHgpăC[WɃeLXg`悷
int imagegammacorrect ( int image , float inputgamma , float outputgamma );GDC[WɃK}␳Kp
int imagegd ( resource image , [ string filename ] );GDC[WuEU܂̓t@Cɏo͂
int imagegd2 ( resource image , [ string filename ] , [ int chunk_size ] , [ int type ] );GD2C[WuEU܂̓t@Cɏo͂
bool imagegif ( resource image , [ string filename ] );uEU[܂̓t@C։摜o͂
int imageinterlace ( resource image , [ int interlace ] );C^[[XL͖ɂ
bool imageistruecolor ( resource image );摜trueJ[ǂׂ
int imagejpeg ( resource image , [ string filename ] , [ int quality ] );摜uEU܂̓t@Cɏo͂
int imageline ( resource image , int x1 , int y1 , int x2 , int y2 , int color );̕`
int imageloadfont ( string file );VKtHg̃[h
int imagepalettecopy ( resource destination , resource source );C[W瑼̃C[WɃpbgRs[
int imagepng ( resource image , [ string filename ] );PNGC[WuEU܂̓t@Cɏo͂
int imagepolygon ( resource image , array points , int num_points , int color );p`̕`
array imagepsbbox ( string text , int font , int size , [ int space ] , [ int tightness ] , [ float angle ] );PostScript Type1 tHgpăeLXg`̃oEfBO{bNXw肷
int imagepscopyfont ( int fontindex );ŏC邽߂Ƀ[hς݂̃tHg̃Rs[쐬
int imagepsencodefont ( int font_index , string encodingfile );tHg̕GR[hxNgύX
bool imagepsextendfont ( int font_index , float extend );tHgWJ܂͈k
void imagepsfreefont ( int fontindex );PostScript Type 1 tHgp
int imagepsloadfont ( string filename );t@C PostScript Type 1 tHg[h
bool imagepsslantfont ( int font_index , float slant );tHgX
array imagepstext ( resource image , string text , int font , int size , int foreground , int background , int x , int y , [ int space ] , [ int tightness ] , [ float angle ] , [ int antialias_steps ] );PostScript Type1 tHgpĉ摜̏ɕ`
int imagerectangle ( int image , int x1 , int y1 , int x2 , int y2 , int col );`̕`
resource imagerotate ( resource src_im , float angle , int bgd_color );w肳ꂽpxŉ摜]
int imagesetbrush ( resource image , resource brush );̕`pɃuVC[Wݒ肷
int imagesetpixel ( resource image , int x , int y , int color );_̐
int imagesetstyle ( resource im , array style );`p̃X^Cݒ肷
void imagesetthickness ( resource image , int thickness );`p̐ݒ肷
int imagesettile ( resource image , resource tile );hԂp̃C[Wݒ肷
int imagestring ( int image , int font , int x , int y , string s , int col );𐅕ɕ`悷
int imagestringup ( int image , int font , int x , int y , string s , int col );𐂒ɕ`悷
int imagesx ( resource image );摜̕擾
int imagesy ( resource image );摜̍擾
void imagetruecolortopalette ( resource im , bool dither , int ncolors );TrueColorC[WpbgC[Wɕϊ
array imagettfbbox ( int size , int angle , string fontfile , string text );TypeTypetHggpeLXgbounding box̐
array imagettftext ( resource image , int size , int angle , int x , int y , int color , string fontfile , string text );TrueTypetHggpeLXg̏o
int imagetypes ();gpPHP̎st@CŃT|[gĂC[W̌^Ԃ
int imagewbmp ( resource image , [ string filename ] , [ int foreground ] );uEU܂̓t@CɃC[Wo͂
array iptcembed ( string iptcdata , string jpeg_file_name , [ int spool ] );oCiIPTCf[^JPEGC[Wɖ߂
array iptcparse ( string iptcblock );oCiIPTChttp://www.IPTC.org/ubNp[X
int jpeg2wbmp ( string jpegname , string wbmpname , int d_height , int d_width , int threshold );JPEGC[Wt@CWBMPC[Wt@Cɕϊ
int png2wbmp ( string pngname , string wbmpname , int d_height , int d_width , int threshold );PNGC[Wt@CWBMPC[Wt@Cɕϊ
string imap_8bit ( string string );8bit  quoted-printable ɕϊ
array imap_alerts ();y[WNGXg̊Ԃ܂͍ŌɃX^bNZbgĈȗSĂIMAPxbZ[WԂ
int imap_append ( int imap_stream , string mbox , string message , string [flags] );w肳ꂽ[{bNXɕ񃁃bZ[Wǉ
string imap_base64 ( string text );BASE64 ŃGR[hꂽeLXg̃fR[h
string imap_binary ( string string );8rbgbase64ɕϊ
string imap_body ( int imap_stream , int msg_number , int [flags] );bZ[W{ǂ
object imap_bodystruct ( int stream_id , int msg_no , int section );w肵bZ[W̎w肵bodyZNV̍\ǂݍ
object imap_check ( int imap_stream );݂̃[{bNX`FbN
string imap_clearflag_full ( int stream , string sequence , string flag , string options );bZ[W̃tONA
int imap_close ( int imap_stream , int [flags] );IMAP Xg[N[Y
int imap_createmailbox ( int imap_stream , string mbox );V[{bNX
int imap_delete ( int imap_stream , int msg_number , int [flags] );݂̃[{bNX폜郁bZ[WɈt
int imap_deletemailbox ( int imap_stream , string mbox );[{bNX폜
array imap_errors ();y[W̃NGXg̊ԂG[X^bNZbgĈȗSĂIMAPG[Ԃ
int imap_expunge ( int imap_stream );폜pɃ}[NꂽׂẴbZ[W폜
array imap_fetch_overview ( int imap_stream , string sequence );w肵bZ[W̃wb_̊Tvǂ
string imap_fetchbody ( int imap_stream , int msg_number , string part_number , flags [flags] );bZ[W{̓̃ZNVo
string imap_fetchheader ( int imap_stream , int msgno , int flags );bZ[W̃wb_Ԃ
object imap_fetchstructure ( int imap_stream , int msg_number , int [flags] );̃bZ[W̍\ǂݍ
array imap_get_quota ( int imap_stream , string quota_root );NI[^x̐ݒA[{bNX̎gp󋵂擾
array imap_getmailboxes ( int imap_stream , string ref , string pattern );[{bNX̃Xgǂݍ݁Ae{bNXɊւڍׂȏԂ
array imap_getsubscribed ( int imap_stream , string ref , string pattern );wǒ̑S[{bNẌꗗ
object imap_header ( int imap_stream , int msg_number , int [fromlength] , int [subjectlength] , string [defaulthost] );bZ[W̃wb_ǂ
object imap_headerinfo ( int imap_stream , int msg_number , int [fromlength] , int [subjectlength] , string [defaulthost] );bZ[Wwb_ǂݍ
array imap_headers ( int imap_stream );[{bNX́AׂẴbZ[W̃wb_Ԃ
string imap_last_error ();y[WNGXgɐ߂ IMAP G[Ԃ
array imap_listmailbox ( int imap_stream , string ref , string pattern );[{bNX̃Xgǂ
array imap_listsubscribed ( int imap_stream , string ref , string pattern );wǒׂ̂Ẵ[{bNXꗗ
string imap_mail_compose ( array envelope , array body );w肵Gx[vу{fB[ZNVɊÂMIMEbZ[W쐬
int imap_mail_copy ( int imap_stream , string msglist , string mbox , int [flags] );w肳ꂽbZ[W[{bNXɃRs[
int imap_mail_move ( int imap_stream , string msglist , string mbox , int [flags] );w肳ꂽbZ[W[{bNXɈړ
string imap_mail ( string to , string subject , string message , string [additional_headers] , string [cc] , string [bcc] , string [rpath] );e-mailbZ[W𑗐M
object imap_mailboxmsginfo ( int imap_stream );݂̃[{bNXɊւ𓾂
array imap_mime_header_decode ( string text );MIMEwb_[GgfR[h
int imap_msgno ( int imap_stream , int uid );w肵UID̃bZ[WԍԂ
int imap_num_msg ( int stream_id );݂̃[{bNX̃bZ[W擾
int imap_num_recent ( int imap_stream );݂̃[{bNXɂVKbZ[W̐̎擾
int imap_open ( string mailbox , string username , string password , int [flags] );[{bNXւIMAPXg[I[v
int imap_ping ( int imap_stream );IMAP Xg[̗L`FbN
int imap_popen ( string mailbox , string user , string password , [ int options ] );mailboxւ̎IIMAPXg[I[v
string imap_qprint ( string string );quoted-printable  8 rbgɕϊ
int imap_renamemailbox ( int imap_stream , string old_mbox , string new_mbox );[{bNX̖OύX
int imap_reopen ( int imap_stream , string mailbox , string [flags] );VK[{bNXւIMAP Xg[ēxI[v
array imap_rfc822_parse_adrlist ( string address , string default_host );AhX߂܂
object imap_rfc822_parse_headers ( string headers , string [defaulthost] );񂩂烁[wb_߂
string imap_rfc822_write_address ( string mailbox , string host , string personal );w肵[{bNXAzXgAlKɃtH[}bgꂽdq[AhXɂĕԂ
array imap_scanmailbox ( int imap_stream , string ref , string pattern , string content );[{bNX̃Xgǂ݁A[{bNX̃eLXgɂĕ
array imap_search ( int imap_stream , string criteria , int flags );w肵Ƀ}b`郁bZ[WzƂĕԂ
int imap_set_quota ( int imap_stream , string quota_root , int quota_limit );w肵[{bNXɃNI[^ݒ肷
int imap_setacl ( int stream_id , string mailbox , string id , string rights );w肵[{bNXACLݒ肷
string imap_setflag_full ( int stream , string sequence , string flag , string options );bZ[WɃtOZbg
array imap_sort ( int stream , int criteria , int reverse , int options );
object imap_status ( int imap_stream , string mailbox , int options );݂̃[{bNXȊÕ[{bNX̃Xe[^XԂ
int imap_subscribe ( int imap_stream , string mbox );[{bNX̍w
int imap_thread ( int stream_id , [ int flags ] );REFERENCESc[ɂXbhĕԂ
int imap_uid ( int imap_stream , int msgno );w肵bZ[WV[PXԍ UID Ԃ
int imap_undelete ( int imap_stream , int msg_number );폜}[NĂ郁bZ[W̃}[N͂
int imap_unsubscribe ( int imap_stream , string mbox );[{bNX̍wǂ߂
string imap_utf7_decode ( string text );CUTF-7 GR[hꂽfR[h
string imap_utf7_encode ( string data );8rbgf[^CUTF-7eLXgɂɕϊ
string imap_utf8 ( string text );eLXgUTF8ɕϊ
mixed assert_options ( int what , [ mixed value ] );lX assert tOݒ/擾
int assert ( mixed assertion );assertion  FALSE ł邩ǂ𒲂ׂ
int dl ( string library );sPHPgW[[h
bool extension_loaded ( string name );g@\[hĂ邩ǂ𒲂ׂ
string get_cfg_var ( string varname );PHP ݒIvV̒l擾
string get_current_user ();݂ PHP XNvg̏L҂̖O擾
array get_defined_constants ();SĂ̒萔̖OƂ̒lAzzƂĕԂ
array get_extension_funcs ( string module_name );郂W[̊֐zƂĕԂ
string get_include_path ();݂include_pathݒIvV擾
array get_included_files ();include܂requireœǂݍ܂ꂽt@C̖OzƂĕԂ
array get_loaded_extensions ();RpC/[hĂSẴW[̖OzƂĕԂ
long get_magic_quotes_gpc ();magic quotes gpc ̌݃ANeBuȐݒ𓾂
int get_magic_quotes_runtime ();magic_quotes_runtime ̌݃ANeBuȐݒl𓾂܂
string getenv ( string varname );ϐ̒l擾
int getlastmod ();ŏIy[WXV擾
int getmygid ();PHPXNvg̏L҂GID𓾂
int getmyinode ();݂̃XNvg i m[h擾
int getmypid ();PHP ̃vZX ID 擾
int getmyuid ();PHP XNvgL҂̃[U ID 擾
string getopt ( string options );R}hC̈XgIvV擾
array getrusage ( [ int who ] );Jg\[X̎gpɊւ𓾂
array ini_get_all ( [ string extension ] );SĂ̐ݒIvV𓾂
string ini_get ( string varname );ݒIvV̒l𓾂
void ini_restore ( string varname );ݒIvV̒lɖ߂
string ini_set ( string varname , string newvalue );ݒIvV̒lݒ肷
int memory_get_usage ();PHPɊ蓖Ăꂽ̗ʂԂ
string php_ini_scanned_files ();ǉinifBNgɂ.init@C̃Xg擾
string php_logo_guid ();Sguid擾
string php_sapi_name ();WebT[o[PHP̊Ԃ̃C^[tF[X̌^Ԃ
string php_uname ();PHP\zꂽIy[VVXeɊւԂ
void phpcredits ( int flag );PHPɊւNWbgo͂
int phpinfo ( [ int what ] );낢 PHP o͂
string phpversion ();݂PHPo[W擾
void putenv ( string setting );ϐ̒lݒ肷
void restore_include_path ();include_pathݒIvV̒lɖ߂
string set_include_path ( string new_include_path );include_pathݒIvVZbg
bool set_magic_quotes_runtime ( int new_setting );magic_quotes_runtime ̌݃ANeBuȐݒݒ肵܂B
void set_time_limit ( int seconds );sԂ̍ől𐧌܂
int version_compare ( string version1 , string version2 , [ string operator ] );"PHPW"o[Wԍr
string zend_logo_guid ();zend guid 擾
string zend_version ();JgZendGW̃o[W擾
bool ingres_autocommit ( resource [link] );autocommitI܂̓Itɐؑւ
bool ingres_close ( resource [link] );Ingres II f[^x[Xڑ
bool ingres_commit ( resource [link] );gUNVR~bg
resource ingres_connect ( string [database] , string [username] , string [password] );Ingres II f[^x[Xւ̐ڑI[v
array ingres_fetch_array ( int [result_type] , resource [link] );1šʂzɎ擾
object ingres_fetch_object ( int [result_type] , resource [link] );1šʂIuWFNgƂĎ擾
array ingres_fetch_row ( resource [link] );1šʂ𐔒lYzƂĎ擾
int ingres_field_length ( int index , resource [link] );tB[h𓾂
string ingres_field_name ( int index , resource [link] );NGʂɂătB[h𓾂
bool ingres_field_nullable ( int index , resource [link] );tB[hNULLlݒ\ǂׂ
int ingres_field_precision ( int index , resource [link] );tB[h̐x𓾂
int ingres_field_scale ( int index , resource [link] );tB[h̃XP[𓾂
string ingres_field_type ( int index , resource [link] );NGʂɂătB[ȟ^𓾂
int ingres_num_fields ( resource [link] );߂̃NGɂԂꂽtB[h̐𓾂
int ingres_num_rows ( resource [link] );߂̃NGōpꂽR[h̐擾AԂ
resource ingres_pconnect ( string [database] , string [username] , string [password] );Ingres II f[^x[Xւ̎IڑI[v
bool ingres_query ( string query , resource [link] );Ingres II SQLNG𑗐M
bool ingres_rollback ( resource [link] );gUNV[obN
boolean ircg_channel_mode ( resource connection , string channel , string mode_spec , string nick );[UpɃ`l[htOݒ肷
boolean ircg_disconnect ( resource connection , string reason );T[oւ̐ڑ
array ircg_fetch_error_msg ( resource connection );ȑOircgG[Ԃ
string ircg_get_username ( int connection );ڑpɃ[U擾
boolean ircg_html_encode ( string html_string );HTMLŕۑꂽGR[h
boolean ircg_ignore_add ( resource connection , string nick );T[ȍOXgɃ[Uǉ
boolean ircg_ignore_del ( resource connection , string nick );T[ȍOXg烆[U폜
boolean ircg_is_conn_alive ( resource connection );ڑXe[^XmF
boolean ircg_join ( resource connection , string channel );ڑ̃T[oŃ`lɐڑ
boolean ircg_kick ( resource connection , string channel , string nick , string reason );T[õ`l烆[Ur
boolean ircg_lookup_format_messages ( string name );IRCbZ[W̕\ptH[}bg̐ݒI
boolean ircg_msg ( resource connection , string recipient , string message , [ boolean suppress ] );T[õ`l܂̓[UɃbZ[W𑗐M
boolean ircg_nick ( resource connection , string nick );T[õjbNl[ύX
string ircg_nickname_escape ( string nick );jbNl[̒̓ʂȕIRC݊ƂȂ悤ɃfR[h
string ircg_nickname_unescape ( string nick );GR[hꂽjbNl[fR[h
boolean ircg_notice ( resource connection , string , string message );T[õ[Uɒʒm𑗐M
boolean ircg_part ( resource connection , string channel );T[õ`l痣E
resource ircg_pconnect ( string username , [ string server_ip ] , [ int server_port ] , [ string msg_format ] , [ array ctcp_messages ] , [ array user_settings ] );IRCT[oɐڑ
boolean ircg_register_format_messages ( string name , array messages );IRCbZ[W̕\ptH[}bg̐ݒo^
boolean ircg_set_current ( resource connection );o͗pɃJg̐ڑݒ肷
bool ircg_set_file ( int connection , string path );ڑpɃOt@Cݒ肷
bool ircg_set_on_die ( int connection , string host , int port , string data );ڑIۂɃzXgŎsANVݒ肷
boolean ircg_topic ( resource connection , string channel , string new_topic );T[õ`lpɃgsbNݒ肷
boolean ircg_whois ( resource connection , string nick );T[õjbNl[烆[U
void java_last_exception_clear ();߂̗ONA
exception java_last_exception_get ();߂JavaO擾
string ldap_8859_to_t61 ( string value );8859t61ɕϊ
int ldap_add ( int link_identifier , string dn , array entry );LDAP fBNgɃGgt
int ldap_bind ( int link_identifier , string [bind_rdn] , string [bind_password] );LDAP fBNgɃoCh
int ldap_close ( int link_identifier );LDAP T[o[ւ̃N
int ldap_compare ( int link_identifier , string dn , string attribute , string value );DNŎw肵GgŌt̒lr
int ldap_connect ( string [hostname] , int [port] );LDAP T[o[֐ڑ
int ldap_count_entries ( int link_identifier , int result_identifier );T[`̃GgJEg
int ldap_delete ( int link_identifier , string dn );fBNgGg폜
string ldap_dn2ufn ( string dn );DN [Uɕ₷ÕtH[}bgɕϊ
string ldap_err2str ( int errno );LDAP ̃G[ԍG[bZ[Wɕϊ
int ldap_errno ( int link_id );߂ LDAP R}hLDAP G[ԍԂ
string ldap_error ( int link_id );߂LDAPR}hLDAP G[bZ[WԂ
array ldap_explode_dn ( string dn , int with_attrib );DN \vfɕ
string ldap_first_attribute ( int link_identifier , int result_entry_identifier , int ber_identifier );ŏ̑Ԃ
int ldap_first_entry ( int link_identifier , int result_identifier );ŏ̌ ID Ԃ
int ldap_first_reference ( int link , int result );ŏ̃t@XԂ
int ldap_free_result ( int result_identifier );ʃJ
array ldap_get_attributes ( int link_identifier , int result_entry_identifier );T[`ʃGg瑮𓾂
string ldap_get_dn ( int link_identifier , int result_entry_identifier );ʃGg DN 𓾂
array ldap_get_entries ( int link_identifier , int result_identifier );SĂ̌ʃGg𓾂
boolean ldap_get_option ( int link_identifier , int option , mixed retval );w肵IvV݂̌̒l𓾂
array ldap_get_values_len ( int link_identifier , int result_entry_identifier , string attribute );ʃGgSẴoCil𓾂
array ldap_get_values ( int link_identifier , int result_entry_identifier , string attribute );ʃGgSĂ̒l𓾂
int ldap_list ( int link_identifier , string base_dn , string filter , array [attributes] , int [attrsonly] , int [sizelimit] , int [timelimit] , int [deref] );VOxTs
int ldap_mod_add ( int link_identifier , string dn , array entry );݂̑ɑǉ
int ldap_mod_del ( int link_identifier , string dn , array entry );݂̑瑮폜
int ldap_mod_replace ( int link_identifier , string dn , array entry );VK̒lɒu
int ldap_modify ( int link_identifier , string dn , array entry );LDAP GgC
string ldap_next_attribute ( int link_identifier , int result_entry_identifier , int ber_identifier );ʂɂ鎟̑𓾂
int ldap_next_entry ( int link_identifier , int result_entry_identifier );̌ʃGg𓾂
int ldap_next_reference ( int link , int entry );̃t@X𓾂
boolean ldap_parse_reference ( int link , int entry , array referrals );QƃGgWJ
boolean ldap_parse_result ( int link , int result , int errcode , string matcheddn , string errmsg , array referrals );ʂWJ
int ldap_read ( int link_identifier , string base_dn , string filter , array [attributes] , int [attrsonly] , int [sizelimit] , int [timelimit] , int [deref] );Ggǂݍ
boolean ldap_rename ( int link_identifier , string dn , string newrdn , string newparent , boolean deleteoldrdn );GgC
int ldap_search ( int link_identifier , string base_dn , string filter , array [attributes] , int [attrsonly] , int [sizelimit] , int [timelimit] , int [deref] );LDAP c[T
bool ldap_set_option ( int link_identifier , int option , mixed newval );w肵IvV̒lݒ肷
int ldap_set_rebind_proc ( int link , string callback );QƐăoCh邽߂̃R[obN֐ݒ肷
int ldap_sort ( int link , int result , string sortfilter );LDAPʃGg\[g
int ldap_start_tls ( int link );TLSJn
string ldap_t61_to_8859 ( string value );t618859ɕϊ
int ldap_unbind ( int link_identifier );LDAP fBNgւ̃oCh
void libxml_clear_errors ();libxmlG[nhNA
array libxml_get_errors ();G[z擾
LibXMLError libxml_get_last_error ();libxml璼߂̃G[擾
void libxml_set_streams_context ( resource streams_context );libxmlhLg̓Ǎ^݂̂߂ɃXg[ReLXgݒ肷
bool libxml_use_internal_errors ( [ bool use_errors ] );libxmlG[𖳌ɂA[UKvɉăG[擾ł悤ɂ
string lzf_compress ( string arg );LZFks
string lzf_decompress ( string arg );LZFk𓀂
int lzf_optimized_for ();LZFgW[̍œKw擾
int ezmlm_hash ( string addr );EZMLMŕKvȃnbVlvZ
bool mail ( string to , string subject , string message , [ string additional_headers ] , [ string additional_parameters ] );[̑M
int mailparse_determine_best_xfer_encoding ( resource fp );t@C|C^eǂݍލۂɍłKGR[fBO`
int mailparse_msg_create ();bZ[Wp[X邽߂Ɏgp\ȃnhԂ
string mailparse_msg_extract_part_file ( resource rfc2045 , string filename , [ string callbackfunc ] );bZ[WZNVWJ/fR[hAtransfer encodingfR[h
void mailparse_msg_extract_part ( resource rfc2045 , string msgbody , [ string callbackfunc ] );bZ[WZNVWJ/fR[hBcallbackfuncw肳ȂꍇARec"stdout"ɑ
void mailparse_msg_free ( resource rfc2045buf );mailparse_msg_creaɂmۂꂽnh
array mailparse_msg_get_part_data ( resource rfc2045 );bZ[WɊւ̘AzzԂ
int mailparse_msg_get_part ( resource rfc2045 , string mimesection );MIMEbZ[W̎w肵ZNVɊւnhԂ
array mailparse_msg_get_structure ( resource rfc2045 );w肵bZ[WMIMEZNV̔zԂ
resource mailparse_msg_parse_file ( string filename );t@Cp[XA̍\\\[XԂ
void mailparse_msg_parse ( resource rfc2045buf , string data );f[^p[XAobt@ɒǉ
array mailparse_rfc822_parse_addresses ( string addresses );AhXp[XÃf[^܂ރnbVԂ
bool mailparse_stream_encode ( resource sourcefp , resource destfp , string encoding );\[Xt@C|C^̃Xg[f[^擾AGR[fBOKpAo̓t@C|C^ɏ
array mailparse_uudecode_all ( resource fp );t@C|C^f[^XLAuuencodeꂽt@CWJAt@C̃Xg܂ޔzԂ
mixed abs ( mixed number );Βl
float acos ( float arg );A[NRTC
float acosh ( float arg );toȐ]
float asin ( float arg );A[NTC
float asinh ( float arg );toȐ
float atan ( float arg );A[N^WFg
float atan2 ( float y , float x );2ϐ̃A[N^WFg
float atanh ( float arg );toȐ
string base_convert ( string number , int frombase , int tobase );Cӂ̊ɕϊ
int bindec ( string binary_string );2i  10 iɕϊ܂
float ceil ( float value );؂グ
float cos ( float arg );RTC
float cosh ( float arg );oȐ]
string decbin ( int number );10 i 2i ɕϊ܂
string dechex ( int number );10 i 16 iɕϊ܂
string decoct ( int number );10 i 8 iɕϊ܂B
double deg2rad ( double number );xPʂ̐lWAPʂɕϊ
float exp ( float arg );Rΐ e ̗ݏvZ܂
float expm1 ( float number );l[ɋ߂ɂłxۂ߂exp(number)-1Ԃ
float floor ( float value );؎̂
int getrandmax ();̍ől擾
int hexdec ( string hex_string );16 i 10 iɕϊ܂B
float hypot ( float num1 , float num2 );sqrt( num1*num1 + num2*num2)Ԃ
double lcg_value ();^̐`(LCG)
float log ( float arg );Rΐ
float log10 ( float arg );ꐔ 10 ̑ΐ
float log1p ( float number );[ɋ߂ꍇ̐xێ邽߁Alog(1 + number)Ԃ
mixed max ( mixed arg1 , mixed arg2 , mixed argn );ł傫lԂ
mixed min ( mixed arg1 , mixed arg2 , mixed argn );łlԂ
int mt_getrandmax ();l̍ől\
int mt_rand ( [ int min ] , int max );ǌ^l𐶐
void mt_srand ( [ int seed ] );ǌ^ɃV[hw肷
string number_format ( float number , [ int decimals ] , [ string dec_point ] , [ string thousands_sep ] );1,000 PʂŐtH[}bg
int octdec ( string octal_string );8i10iɕϊ
double pi ();~̒l𓾂
number pow ( number base , number exp );w֐l
double rad2deg ( double number );WAPʂ̐𓙉ȓxPʂ̐ɕϊ
int rand ( [ int min ] , int max );𐶐܂
double round ( double val , int [precision] );_𐮐lɊۂ߂
float sin ( float arg );TC
float sinh ( float arg );oȐ
float sqrt ( float arg );
void srand ( int seed );WFl[^
float tan ( float arg );^WFg
float tanh ( float arg );oȐ
string mb_convert_case ( string str , int mode , [ string encoding ] );ɑ΂ăP[XtHfBOs
string mb_convert_encoding ( string str , string to-encoding , [ mixed from-encoding ] );GR[fBOϊ
string mb_convert_kana ( string str , string option , [ mixed encoding ] );Ji("Sp"A"p")ϊ
string mb_convert_variables ( string to-encoding , mixed from-encoding , mixed vars );ϐ̕R[hϊ
string mb_decode_mimeheader ( string str );MIME wb_tB[h̕fR[h
string mb_decode_numericentity ( string str , array convmap , [ string encoding ] );HTMLlGeBeB𕶎ɃfR[h
string mb_detect_encoding ( string str , [ mixed encoding-list ] );GR[fBOo
array mb_detect_order ( [ mixed encoding-list ] );GR[fBOo̐ݒ/擾
string mb_encode_mimeheader ( string str , [ string charset ] , [ string transfer-encoding ] , [ string linefeed ] );MIMEwb_̕GR[h
string mb_encode_numericentity ( string str , array convmap , [ string encoding ] );HTMLlGeBeBɃGR[h
bool mb_ereg_match ( string pattern , string string , [ string option ] );}`oCg񂪐K\Ɉv邩ׂ
string mb_ereg_replace ( string pattern , string replacement , string string , [ array option ] );}`oCgɐK\ɂus
array mb_ereg_search_getpos ();̐K\Jnʒu擾
array mb_ereg_search_getregs ();}`oCg񂪐K\Ɉv镔邩ׂ
array mb_ereg_search_init ( string string , [ string pattern ] , [ string option ] );}`oCgK\p̕ƐK\ݒ肷
array mb_ereg_search_pos ( [ string pattern ] , [ string option ] );w肵}`oCg񂪐K\Ɉv镔̈ʒuƒԂ
array mb_ereg_search_regs ( [ string pattern ] , [ string option ] );w肵}`oCg񂪐K\Ɉv镔擾
array mb_ereg_search_setpos ();̐K\Jnʒuݒ肷
bool mb_ereg_search ( [ string pattern ] , [ string option ] );w肵}`oCg񂪐K\Ɉv邩ׂ
int mb_ereg ( string pattern , string string , [ array regs ] );}`oCgɐK\}b`s
string mb_eregi_replace ( string pattern , string replace , string string );}`oCgɑ啶ʂɐK\ɂus
int mb_eregi ( string pattern , string string , [ array regs ] );}`oCgɑ啶ʂȂK\}b`s
string mb_get_info ( [ string type ] );mbstring̓ݒl擾
string mb_http_input ( [ string type ] );HTTP ͕GR[fBǑo
string mb_http_output ( [ string encoding ] );HTTP o͕GR[fBO̐ݒ/擾
mixed mb_internal_encoding ( [ string encoding ] );GR[fBO̐ݒ/擾
string mb_language ( [ string language ] );Jǧݒ/擾
string mb_output_handler ( string contents , int status );o̓obt@ŕGR[fBOϊR[obN֐
boolean mb_parse_str ( string encoded_string , [ array result ] );GET/POST/COOKIEf[^p[XAO[oϐݒ肷
string mb_preferred_mime_name ( string encoding );MIMEݒ𕶎œ
string mb_regex_encoding ( [ string encoding ] );Jg̐K\p̃GR[fBO𕶎ƂĕԂ
string mb_regex_set_options ( [ string options ] );}`oCgK\֐̃ftHgIvV擾܂͐ݒ肷
boolean mb_send_mail ( string to , string subject , string message , [ string additional_headers ] , [ string additional_parameter ] );GR[hϊsă[𑗐M
array mb_split ( string pattern , string string , [ int limit ] );}`oCg𐳋K\ɂ蕪
string mb_strcut ( string str , int start , [ int length ] , [ string encoding ] );̈ꕔ𓾂
string mb_strimwidth ( string str , int start , int width , [ string trimmarker ] , [ string encoding ] );w肵ŕۂ߂
string mb_strlen ( string str , [ string encoding ] );̒𓾂
int mb_strpos ( string haystack , string needle , [ int offset ] , [ string encoding ] );̒Ɏw肵񂪍ŏɌʒu
int mb_strrpos ( string haystack , string needle , [ string encoding ] );̒Ɏw肵񂪍ŌɌʒu
string mb_strtolower ( string str , [ string encoding ] );ɂ
string mb_strtoupper ( string str , [ string encoding ] );啶ɂ
int mb_strwidth ( string str , [ string encoding ] );̕Ԃ
mixed mb_substitute_character ( [ mixed substrchar ] );u̐ݒ/
int mb_substr_count ( string haystack , string needle , [ string encoding ] );̏o֐𐔂
string mb_substr ( string str , int start , [ int length ] , [ string encoding ] );̈ꕔ𓾂
int mcal_append_event ( int mcal_stream );MCALJ_[ɐVKCxgۑ
int mcal_close ( int mcal_stream , int flags );MCAL Xg[
string mcal_create_calendar ( int stream , string calendar );VKMCALJ_쐬
int mcal_date_compare ( int a_year , int a_month , int a_day , int b_year , int b_month , int b_day );̓tr
int mcal_date_valid ( int year , int month , int day );w肵NLȓtłꍇ TRUE Ԃ
int mcal_day_of_week ( int year , int month , int day );w肵̗jԂ
int mcal_day_of_year ( int year , int month , int day );w肵̔NԐώZԂ
int mcal_days_in_month ( int month , int year );w肵̓Ԃ
string mcal_delete_calendar ( int stream , string calendar );MCALJ_폜
int mcal_delete_event ( int mcal_stream , int [event_id] );MCAL J_[Cxg폜
void mcal_event_add_attribute ( int stream , string attribute , string value );O[oCxg\̃Xg[ɑт̒lǉ
int mcal_event_init ( int stream );O[oCxg\̂̃Xg[
int mcal_event_set_alarm ( int stream , int alarm );O[oCxg\̃Xg[̃A[ݒ肷
int mcal_event_set_category ( int stream , string category );O[oCxg\̃Xg[?eSݒ肷
int mcal_event_set_class ( int stream , int class );O[oCxg\̃Xg[̃NXݒ肷
int mcal_event_set_description ( int stream , string description );O[oCxg\̃Xg[ description ݒ肷
int mcal_event_set_end ( int stream , int year , int month , int [day] , int [hour] , int [min] , int [sec] );O[oCxg\̃Xg[̏Iݒ肷
int mcal_event_set_recur_daily ( int stream , int year , int month , int day , int interval );O[oCxg\̃Xg[̔ݒ肷
int mcal_event_set_recur_monthly_mday ( int stream , int year , int month , int day , int interval );O[oCxg\̃Xg[̌JԂݒ肷
int mcal_event_set_recur_monthly_wday ( int stream , int year , int month , int day , int interval );O[oCxg\̃Xg[̌JԂݒ肷
int mcal_event_set_recur_none ( int stream );O[oCxg\̃Xg[̔ݒ肷
int mcal_event_set_recur_weekly ( int stream , int year , int month , int day , int interval , int weekdays );O[oCxg\̃Xg[̌JԂݒ肷
int mcal_event_set_recur_yearly ( int stream , int year , int month , int day , int interval );O[oCxg\̃Xg[̌JԂݒ肷
int mcal_event_set_start ( int stream , int year , int month , int [day] , int [hour] , int [min] , int [sec] );O[oCxg\̃Xg[̊Jnݒ肷
int mcal_event_set_title ( int stream , string title );O[oCxg\̃Xg[titleݒ肷
int mcal_expunge ( int stream );폜}[NtꂽSẴCxg폜
object mcal_fetch_current_stream_event ( int stream );݂̃Cxg\̃Xg[LIuWFNgԂ
object mcal_fetch_event ( int mcal_stream , int event_id , int [options] );J_[Xg[Cxg擾
int mcal_is_leap_year ( int year );w肵N[Nł邩ǂԂ
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] );w肵 datetime ܂łɃA[𔭐Cxg̃XgԂ
array mcal_list_events ( int mcal_stream , object begin_date , object [end_date] );t܂͓t͈̔͂ɊւID̃XgԂ
int mcal_next_recurrence ( int stream , int weekstart , array next );CxgɔԂ
int mcal_open ( string calendar , string username , string password , [ int options ] );MCAL ڑI[v
int mcal_popen ( string calendar , string username , string password , [ int options ] );iIMCALڑI[v
string mcal_rename_calendar ( int stream , string old_name , string new_name );MCALJ_̖OύX
int mcal_reopen ( string calendar , [ int options ] );MCALڑăI[v
int mcal_snooze ( int id );Cxg̃A[Itɂ
int mcal_store_event ( int mcal_stream );MCALJ_[̊̃CxgC
int mcal_time_valid ( int hour , int minutes , int seconds );w肵ԁAAbLȎԂłꍇ TRUE Ԃ
int mcal_week_of_year ( int day , int month , int year );w肵t̏TԍԂ
string mcrypt_cbc ( int cipher , string key , string data , int mode , string [iv] );CBC [hŃf[^Í/
string mcrypt_cfb ( int cipher , string key , string data , int mode , string iv );CFB [hŃf[^Í/
string mcrypt_create_iv ( int size , int source );\[X珉xNg(IV)𐶐
string mcrypt_decrypt ( string cipher , string key , string data , string mode , string [iv] );w肵p[^ňÍꂽeLXg𕜍
string mcrypt_ecb ( int cipher , string key , string data , int mode );ECB [hŃf[^Í/
string mcrypt_enc_get_algorithms_name ( resource td );I[vꂽASY̖OԂ
int mcrypt_enc_get_block_size ( resource td );I[vꂽASỸubNTCYԂ
int mcrypt_enc_get_iv_size ( resource td );I[vꂽASYIV̑傫Ԃ
int mcrypt_enc_get_key_size ( resource td );I[vꂽ[hŃT|[gőL[Ԃ
string mcrypt_enc_get_modes_name ( resource td );I[vꂽ[h̖OԂ
array mcrypt_enc_get_supported_key_sizes ( resource td );I[vꂽASYŃT|[gL[zɂĕԂ
int mcrypt_enc_is_block_algorithm_mode ( resource td );I[vꂽ[ḧÍubN[hœ삷邩ǂ𒲂ׂ
int mcrypt_enc_is_block_algorithm ( resource td );I[vꂽ[ḧÍubN[hł邩ǂ𒲂ׂalgorithm
int mcrypt_enc_is_block_mode ( resource td );I[vꂽ[hubNo͂sǂ𒲂ׂ
int mcrypt_enc_self_test ( resource td );I[vW[̃ZteXgs
string mcrypt_encrypt ( string cipher , string key , string data , string mode , string [iv] );w肵p[^Ńv[eLXgÍ
bool mcrypt_generic_deinit ( resource td );fXgN^tdɂw肳ꂽÍI
bool mcrypt_generic_end ( resource td );ÍI
int mcrypt_generic_init ( resource td , string key , string iv );ÍɕKvȑSẴobt@
string mcrypt_generic ( resource td , string data );f[^Í
int mcrypt_get_block_size ( int cipher );w肵Í̃ubNTCY𓾂
string mcrypt_get_cipher_name ( int cipher );w肵Í̖O𓾂
int mcrypt_get_iv_size ( string cipher , string mode );w肵Í/[h̑gݍ킹ɑIV̑傫Ԃ
int mcrypt_get_key_size ( int cipher );w肵Í̃L[̒𓾂
array mcrypt_list_algorithms ( string [lib_dir] );T|[gSĂ̈ÍzƂĎ擾
array mcrypt_list_modes ( string [lib_dir] );T|[gSẴ[h̔z擾
bool mcrypt_module_close ( resource td );fXgN^td
int mcrypt_module_get_algo_block_size ( string algorithm , string [lib_dir] );w肵ASỸubNԂ
int mcrypt_module_get_algo_key_size ( string algorithm , string [lib_dir] );I[vꂽ[hŃT|[gőL[Ԃ
array mcrypt_module_get_algo_supported_key_sizes ( string algorithm , string [lib_dir] );I[vꂽASYŃT|[gL[̃TCYzƂĕԂ
bool mcrypt_module_is_block_algorithm_mode ( string mode , string [lib_dir] );w肵W[ubNASYł邩ǂԂ
bool mcrypt_module_is_block_algorithm ( string algorithm , string [lib_dir] );w肵ASYubNASYł邩𒲂ׂ
bool mcrypt_module_is_block_mode ( string mode , string [lib_dir] );w肵[hubNo͂sǂԂ
resource mcrypt_module_open ( string algorithm , string algorithm_directory , string mode , string mode_directory );gpASYу[h̃W[I[v
bool mcrypt_module_self_test ( string algorithm , string [lib_dir] );w肵W[̃ZteXgs
string mcrypt_ofb ( int cipher , string key , string data , int mode , string iv );OFB [hŃf[^Í/
string mdecrypt_generic ( resource td , string data );f[^𕜍
int mhash_count ();p\ȃnbVID̍ől𓾂
int mhash_get_block_size ( int hash );w肵nbṼubNTCY𓾂
string mhash_get_hash_name ( int hash );w肵nbV̖O𓾂
string mhash_keygen_s2k ( int hash , string password , string salt , int bytes );L[𐶐
string mhash ( int hash , string data , string [key] );nbVlvZ
string mime_content_type ( string filename );t@CMIME Content-typeo
void ming_setcubicthreshold ( int threshold );Set cubic threshold (?)
void ming_setscale ( int scale );Set scale (?)
void ming_useswfversion ( int version );Use SWF version (?)
new swfaction ( string script );VKANV쐬
int swfbitmap->getheight ();rbg}bv̍Ԃ
int swfbitmap->getwidth ();rbg}bv̕Ԃ
new swfbitmap ( string filename , [ int alphafilename ] );rbg}bvIuWFNg[h
int swfbutton_keypress ( string str );Returns the action flag for keyPress(char)
void swfbutton->addaction ( ressource action , int flags );ANVǉ
void swfbutton->addshape ( ressource shape , int flags );{^ɃVF[vǉ
void swfbutton->setaction ( ressource action );ANVݒ肷
void swfbutton->sethit ( ressource shape );addShape(shape, SWFBUTTON_HIT)ւ̃GCAX
void swfbutton->setover ( ressource shape );addShape(shape, SWFBUTTON_OVER)ւ̃GCAX
void swfbutton->setup ( ressource shape );addShape(shape, SWFBUTTON_UP)ւ̃GCAX
new swfbutton ();VK{^쐬
void swfdisplayitem->addcolor ( [ int red ] , [ int green ] , [ int blue ] , [ int a ] );̃ACe̐FϊɎw肵Fǉ
void swfdisplayitem->move ( int dx , int dy );IuWFNg𑊑΍Wnňړ
void swfdisplayitem->moveto ( int x , int y );O[oWnŃIuWFNgړ
void swfdisplayitem->multcolor ( [ int red ] , [ int green ] , [ int blue ] , [ int a ] );ACe̐FϊZ
void swfdisplayitem->remove ();[r[IuWFNg폜
void swfdisplayitem->rotate ( float ddegrees );΍Wnŉ]
void swfdisplayitem->rotateto ( float degrees );O[oWnŃIuWFNg]
void swfdisplayitem->scale ( int dx , int dy );΍WnŃIuWFNggk
void swfdisplayitem->scaleto ( int x , int y );O[oWnŃIuWFNggk
void swfdisplayitem->setdepth ( float depth );z-orderݒ肷
void swfdisplayitem->setname ( string name );IuWFNg̖Oݒ肷
void swfdisplayitem->setratio ( float ratio );IuWFNgݒ肷
void swfdisplayitem->skewx ( float ddegrees );X-skewɒǉ
void swfdisplayitem->skewxto ( float degrees );X-skewݒ肷
void swfdisplayitem->skewy ( float ddegrees );Y-skewɒǉ
void swfdisplayitem->skewyto ( float degrees );Y-skewݒ肷
new swfdisplayitem ();VK displayitem IuWFNg쐬
void swffill->moveto ( int x , int y );hԂ̌_ړ
void swffill->rotateto ( float degrees );hԂ̉]ݒ肷
void swffill->scaleto ( int x , int y );hԂ̔{ݒ肷
void swffill->skewxto ( float x );x-skewݒ肷
void swffill->skewyto ( float y );y-skewݒ肷
int swffont->getwidth ( string string );̕Ԃ
new swffont ( string filename );tHg̒`[h
void swfgradient->addentry ( float ratio , int red , int green , int blue , [ int a ] );XXgɃGgǉ
new swfgradient ();XIuWFNg쐬
mixed swfmorph->getshape1 ();ŏ̃VF[vւ̃nh𓾂
mixed swfmorph->getshape2 ();Ō̃VF[vւ̃nh𓾂
new swfmorph ();VKSWFMorphIuWFNg쐬
void swfmovie->add ( ressource instance );[r[Ƀf[^^ǉ
void swfmovie->nextframe ();Aj[V̎t[Ɉړ
void swfmovie->output ();쐬[r[o͂
void swfmovie->remove ( ressource instance );\XgIuWFNg̃CX^X폜
void swfmovie->save ( string filename );[r[t@Cɕۑ
void swfmovie->setbackground ( int red , int green , int blue );wiFݒ肷
void swfmovie->setdimension ( int width , int height );[r[̕ƍݒ肷
void swfmovie->setframes ( string numberofframes );Aj[V̑t[ݒ肷
void swfmovie->setrate ( int rate );Aj[Ṽt[[gݒ肷
void swfmovie->streammp3 ( string mp3FileName );MP3 t@Cւ̃Xg[
new swfmovie ();SWFo[W4[r[`ŐVK[r[IuWFNg쐬
void swfshape->addfill ( int red , int green , int blue , [ int a ] );hԂFVF[vɒǉ
void swfshape->drawcurve ( int controldx , int controldy , int anchordx , int anchordy );Ȑ悭 (΍W)
void swfshape->drawcurveto ( int controlx , int controly , int anchorx , int anchory );Ȑ悭
void swfshape->drawline ( int dx , int dy );悭 (΍W)
void swfshape->drawlineto ( int x , int y );悭
void swfshape->movepen ( int dx , int dy );VF[ṽy()ړ
void swfshape->movepento ( int x , int y );VF[ṽyړ
void swfshape->setleftfill ( swfgradient fill );X^[Fݒ肷
void swfshape->setline ( int width , [ int red ] , [ int green ] , [ int blue ] , [ int a ] );֊s̐ݒ肷
void swfshape->setrightfill ( swfgradient fill );EX^[Fݒ肷
new swfshape ();VKɗ֊sIuWFNg쐬
void swfsprite->add ( resource object );IuWFNgXvCgɒǉ
void swfsprite->nextframe ();Aj[V̎̃t[Ɉړ
void swfsprite->remove ( ressource object );IuWFNgXvCg폜
void swfsprite->setframes ( int numberofframes );Aj[V̑t[ݒ肷
new swfsprite ();[r[Nbv(XvCg)쐬
void swftext->addstring ( string string );悭
void swftext->addstring ( string string );̕vZ
void swftext->moveto ( int x , int y );yړ
void swftext->setcolor ( int red , int green , int blue , [ int a ] );Jg̃tHgFݒ肷
void swftext->setfont ( string font );Jg̃tHgݒ肷
void swftext->setheight ( int height );Jg̃tHg̍ݒ肷
void swftext->setspacing ( float spacing );Jg̃tHg̊Ԋuݒ肷
new swftext ();VKSWFTextIuWFNg쐬
void swftextfield->addstring ( string string );w肵eLXgtB[hɌ
void swftextfield->align ( int alignement );eLXgtB[h̃ACgݒ肷
void swftextfield->setbounds ( int width , int height );eLXgtB[h̕ƍݒ肷
void swftextfield->setcolor ( int red , int green , int blue , [ int a ] );eLXgtB[h̐Fݒ肷
void swftextfield->setfont ( string font );eLXgtB[htHgݒ肷
void swftextfield->setheight ( int height );w肵eLXgtB[htHg̍ݒ肷
void swftextfield->setindentation ( int width );擪s̃Cfgݒ肷
void swftextfield->setleftmargin ( int width );eLXgtB[h̍}[Wݒ肷
void swftextfield->setlinespacing ( int height );eLXgtB[h̍sԂݒ肷
void swftextfield->setmargins ( int left , int right );eLXgtB[h̃}[Wݒ肷
void swftextfield->setname ( string name );ϐݒ肷
void swftextfield->setrightmargin ( int width );LXgtB[h̉E}[Wݒ肷
new swftextfield ( [ int flags ] );eLXgtB[h̃IuWFNg쐬
int connection_aborted ();NCAgƂ̐ڑؒfꂽꍇTRUEԂ
int connection_status ();ڑXe[^X̃rbgtB[hԂ
int connection_timeout ();XNvg^CAEgꍇTRUEԂ
mixed constant ( string name );萔̒lԂ
bool define ( string name , mixed value , bool [case_insensitive] );Ow肵Ē萔`
bool defined ( string name );w肵O̒萔݂邩ǂ𒲂ׂ
mixed eval ( string code_str );PHPR[hƂĕ]
void exit ( [ string status ] );bZ[Wo͂AJg̃XNvgI
object get_browser ( string [user_agent] );[ŨuEŰ@\擾
bool highlight_file ( string filename );t@C̍\nCCg\
bool highlight_string ( string str );̍\nCCg
int ignore_user_abort ( int [setting] );NCAgڑfƂȂɃXNvg̎s𒆒f邩ǂݒ肷
array iptcparse ( string iptcblock );oCiIPTChttp://www.IPTC.org/ubNVO^Oɂ
void leak ( int bytes );[[N
string pack ( string format , [ mixed args ] );f[^oCiɃpbN
bool show_source ( string filename );t@C̍\nCCg\
void sleep ( int seconds );sx
string uniqid ( string prefix , bool [lcg] );j[NID𐶐
array unpack ( string format , string data );oCi񂩂f[^؏o܂
void usleep ( int micro_seconds );}CNbPʂŎsx
int udm_add_search_limit ( int agent , int var , string val );X̌̐ݒ肷
int udm_alloc_agent ( string dbaddr , [ string dbmode ] );mnoGoSearch ZbVmۂ
int udm_api_version ();mnoGoSearch APIo[W擾
array udm_cat_list ( int agent , string category );Jg̃JeSƓx̃JeSSĎ擾
array udm_cat_path ( int agent , string category );Jg̃JeSւ̃pX擾
int udm_check_charset ( int agent , string charset );w肵charsetmnogosearchŔF邩ǂׂ
int udm_check_stored ( int agent , int link , string doc_id );ۑꂽڑ𒲂ׂ
int udm_clear_search_limits ( int agent );mnoGoSearch ɊւSĂ̐NA
int udm_close_stored ( int agent , int link );ۑڑ
int udm_crc32 ( int agent , string str );w肵CRC32`FbNTvZ
int udm_errno ( int agent );mnoGoSearch G[ԍ擾
string udm_error ( int agent );mnoGoSearch G[bZ[W𓾂
int udm_find ( int agent , string query );s
int udm_free_agent ( int agent );mnoGoSearch ZbVJ
int udm_free_ispell_data ( int agent );ispellf[^pɊmۂꂽ
int udm_free_res ( int res );mnoGoSearch ʂJ
int udm_get_doc_count ( int agent );Get total number of documents in database.
string udm_get_res_field ( int res , int row , int field );mnoGoSearch ʃtB[h擾
string udm_get_res_param ( int res , int param );mnoGoSearch ʃp[^擾
int udm_load_ispell_data ( int agent , int var , string val1 , string val2 , int flag );ispellf[^ǂݍ
int udm_open_stored ( int agent , string storedaddr );ۑڑI[v
int udm_set_agent_param ( int agent , int var , string val );mnoGoSearch G[WFg̃ZbVp[^ݒ肷
bool msession_connect ( string host , string port );msessionT[oɐڑ
int msession_count ();ZbV𓾂
bool msession_create ( string session );ZbV쐬
bool msession_destroy ( string name );ZbVj
void msession_disconnect ();msessionT[oւ̐ڑ
array msession_find ( string name , string value );l
array msession_get_array ( string session );zl𓾂
string msession_get ( string session , string name , string value );ZbVl擾
string msession_getdata ( string session );f[^擾 ... ?
string msession_inc ( string session , string name );ZbV̒l𑝉
array msession_list ();Xg ... ?
array msession_listvar ( string name );ϐLZbV̈ꗗ擾
int msession_lock ( string name );ZbVbN
string msession_plugin ( string session , string val , [ string param ] );msession personalityvOC̃GXP[v֐R[
string msession_randstr ( int param );_ȕ擾
bool msession_set_array ( string session , array tuples );z̒lݒ肷
bool msession_set ( string session , string name , string value );ZbVɒlݒ肷
bool msession_setdata ( string session , string value );f[^ݒ肷  ... ?
int msession_timeout ( string session , [ int param ] );ZbV̗LԂݒ/擾
string msession_uniq ( int param );j[NID擾
int msession_unlock ( string session , int key );ZbṼbN
int msql_affected_rows ( int query_identifier );ύXꂽs̐Ԃ
int msql_close ( int link_identifier );mSQL ڑ
int msql_connect ( [ string hostname ] , [ string server ] , [ string username ] , [ string password ] );mSQL ڑJ
int msql_create_db ( string database name , int [link_identifier] );mSQL f[^x[X쐬
int msql_createdb ( string database name , int [link_identifier] );mSQL f[^x[X쐬
int msql_data_seek ( int query_identifier , int row_number );sɊւ|C^ړ
string msql_dbname ( int query_identifier , int i );Jg mSQL f[^x[X𓾂
int msql_drop_db ( string database_name , int link_identifier );mSQL f[^x[Xj(폜)
string msql_error ( int [link_identifier] );Ō msql R[ɊւăG[bZ[WԂ
int msql_fetch_array ( int query_identifier , int [result_type] );ʂ̍szƂĎ擾
object msql_fetch_field ( int query_identifier , int field_offset );tB[h𓾂
int msql_fetch_object ( int query_identifier , int [result_type] );ʂ̍sIuWFNgƂĎ擾
array msql_fetch_row ( int query_identifier );ʂ̍s𐔒lzƂĎ擾
int msql_field_seek ( int query_identifier , int field_offset );tB[hItZbgݒ肷
string msql_fieldflags ( int query_identifier , int i );tB[htO𓾂
int msql_fieldlen ( int query_identifier , int i );tB[h𓾂
string msql_fieldname ( int query_identifier , int field );tB[h𓾂܂
int msql_fieldtable ( int query_identifier , int field );tB[h̃e[u𓾂
string msql_fieldtype ( int query_identifier , int i );tB[ȟ^𓾂܂
int msql_free_result ( int query_identifier );ʕێpJ
int msql_list_dbs ();T[o[ mSQL f[^x[X̃XgԂ
int msql_list_fields ( string database , string tablename );ʃtB[h̃Xg𓾂
int msql_list_tables ( string database );mSQL f[^x[Xɂe[ũXg𓾂܂
int msql_num_fields ( int query_identifier );ʂɂtB[h̐𓾂܂
int msql_num_rows ( int query_identifier );ʂ̍s̐𓾂܂
int msql_numfields ( int query_identifier );ʂɂtB[h̐𓾂܂
int msql_numrows ();ʂɂs̐Ԃ܂
int msql_pconnect ( [ string server ] , [ string username ] , [ string password ] );I mSQL ڑJ܂
int msql_query ( string query , int link_identifier );mSQL NG[𑗐M܂
int msql_result ( int query_identifier , int i , mixed field );ʂ̃f[^𓾂
int msql_select_db ( string database_name , int link_identifier );mSQL f[^x[XI܂
string msql_tablename ( int query_identifier , int field );tB[h̃e[u𓾂܂
int msql ( string database , string query , int link_identifier );mSQL NG[𑗐M
int mssql_bind ( int stmt , string param_name , mixed var , int type , [ int is_output ] , [ int is_null ] , [ int maxlen ] );XgAhvV[W܂̓[gXgAhvV[Wփp[^ǉ
int mssql_close ( int [link_identifier] );MS SQL T[o[ւ̐ڑ
int mssql_connect ( string [servername] , string [username] , string [password] );MS SQL T[o[ڑI[v
int mssql_data_seek ( int result_identifier , int row_number );s|C^ړ
int mssql_execute ( int stmt );MS SQLT[of[^x[XŃXgAhvV[Ws
int mssql_fetch_array ( int result );zƂčs擾
array mssql_fetch_assoc ( int result_id , [ int result_type ] );result_idŎw肵ʏWŃJg̍sAzzƂĕԂ
int mssql_fetch_batch ( string result_index );R[h̎̃ob`Ԃ
object mssql_fetch_field ( int result , int [field_offset] );tB[h擾
int mssql_fetch_object ( int result );IuWFNgƂčs擾
array mssql_fetch_row ( int result );zƂčs擾
int mssql_field_length ( int result , int [offset] );tB[h𓾂
int mssql_field_name ( int result , int [offset] );tB[h𓾂
int mssql_field_seek ( int result , int field_offset );tB[hItZbgݒ肷
string mssql_field_type ( int result , int [offset] );tB[h^𓾂
int mssql_free_result ( int result );ʕێp
string mssql_get_last_message ();T[o[̒߂̃bZ[WԂ(min_message_severityɈˑ?)
string mssql_guid_string ( string binary , [ int short_format ] );16oCgoCiGUID𕶎ɕϊ
int mssql_init ( string sp_name , [ int conn_id ] );XgAhvV[W܂̓[g̃XgAhvV[W
void mssql_min_error_severity ( int severity );G[ݒ肷
void mssql_min_message_severity ( int severity );bZ[Wݒ肷
bool mssql_next_result ( int result_id );̌ʂɓʃ|C^ړ
int mssql_num_fields ( int result );ʂ̃tB[h𓾂
int mssql_num_rows ( string result );ʂ̍s𓾂
int mssql_pconnect ( string [servername] , string [username] , string [password] );I MS SQL ڑI[v
int mssql_query ( string query , int [link_identifier] );MS SQL NG[𑗂
int mssql_result ( int result , int i , mixed field );ʃf[^𓾂
int mssql_rows_affected ( int conn_id );NGɂ擾R[hԂ
int mssql_select_db ( string database_name , int [link_identifier] );MS SQL f[^x[XI
int muscat_close ( resource muscat_handle );muscatZbVVbg_EASẴPHPɉ
string muscat_get ( resource muscat_handle );RAmuscat API1s̃f[^擾
int muscat_give ( resource muscat_handle , string string );RAmuscat APIɕ𑗐M
resource muscat_setup_net ( string muscat_host , int port );VKmuscatZbV쐬nhԂ
resource muscat_setup ( int size , [ string muscat_dir ] );muscatZbVVKɍ쐬AnhԂ
int mysql_affected_rows ( int [link_identifier] );ԍŋ߂̃NG[ŕύXꂽs̐𓾂
int mysql_change_user ( string user , string password , string [database] , resource [link_identifier] );ANeBuȐڑŃOC̃[U[ύX
bool mysql_close ( resource [link_identifier] );MySQLڑ
resource mysql_connect ( [ string server ] , [ string username ] , [ string password ] , [ bool new_link ] , [ int client_flags ] );MySQLT[o[ւ̐ڑI[v
bool mysql_create_db ( string database_name , resource [link_identifier] );MySQLf[^x[X쐬
bool mysql_data_seek ( resource result_identifier , int row_number );IȌʃ|C^ړ
string mysql_db_name ( resource result , int row , mixed [field] );f[^x[X𓾂
resource mysql_db_query ( string database , string query , resource [link_identifier] );MySQLNG[𑗐M
bool mysql_drop_db ( string database_name , resource [link_identifier] );MySQLf[^x[Xj(폜)
int mysql_errno ( resource [link_identifier] );߂MySQLG[bZ[W̃G[ԍԂ
string mysql_error ( resource [link_identifier] );߂ɎsꂽMySQLR[̃G[bZ[WԂ
string mysql_escape_string ( string unescaped_string );mysql_queryŎgp邽߂ɕGXP[v
array mysql_fetch_array ( resource result , int [result_type] );AzzAYzA܂̗͂ƂČʂ̍s擾
array mysql_fetch_assoc ( resource result );AzzƂČʂ̍s擾
object mysql_fetch_field ( resource result , int [field_offset] );ʂJ擾AIuWFNgƂĕԂ
array mysql_fetch_lengths ( resource result );ʂɂeo͂̒𓾂
object mysql_fetch_object ( resource result , int [result_typ] );ʂ̍sIuWFNgƂĎ擾
array mysql_fetch_row ( resource result );ʂYzƂĎ擾
string mysql_field_flags ( resource result , int field_offset );ʂɂĎw肵tB[h̃tO𓾂
int mysql_field_len ( int result , int field_offset );w肵tB[h̒𓾂
string mysql_field_name ( resource result , int field_index );ʂɂĎw肵tB[h𓾂
int mysql_field_seek ( int result , int field_offset );ʃ|C^w肵tB[hItZbgɃZbg
string mysql_field_table ( int result , int field_offset );w肵tB[h܂܂e[u̖O𓾂
string mysql_field_type ( string result , int field_offset );ʂɂĎw肵tB[ȟ^𓾂
int mysql_free_result ( int result );ʕێpJ
string mysql_get_client_info ( void );MySQLNCAg𓾂
string mysql_get_host_info ( [ resource link_identifier ] );MySQLzXg𓾂
int mysql_get_proto_info ( [ resource link_identifier ] );MySQLvgR𓾂
int mysql_get_server_info ( [ resource link_identifier ] );MySQLT[o𓾂
int mysql_insert_id ( int [link_identifier] );߂INSERTŐꂽID𓾂
int mysql_list_dbs ( int [link_identifier] );MySQLT[o[ŗp\ȃf[^x[X̃Xg𓾂
int mysql_list_fields ( string database_name , string table_name , int [link_identifier] );MySQLʃtB[h̃Xg𓾂
int mysql_list_tables ( string database , int [link_identifier] );MySQL f[^x[X̃e[ũXg𓾂
int mysql_num_fields ( int result );ʂɂtB[h̐𓾂
int mysql_num_rows ( int result );ʂɂs̐𓾂
int mysql_pconnect ( string [hostname [:port] [:/path/to/socket] ] , string [username] , string [password] );MySQLT[o[ւ̎IȐڑI[v
int mysql_query ( string query , int [link_identifier] );SQLNG[MySQLɑM
mixed mysql_result ( int result , int row , mixed [field] );ʃf[^𓾂
int mysql_select_db ( string database_name , int [link_identifier] );MySQL f[^x[XI
string mysql_tablename ( int result , int i );tB[h̃e[u𓾂
mixed mysqli_affected_rows ( resource link );߂̃NG[ŕύXꂽs̐𓾂
bool mysqli_autocommit ( resource link , bool mode );f[^x[XXV̎R~bgI܂̓Itɂ
bool mysqli_bind_param ( resource stmt , mixed variable , int type );ꂽXe[ggɒl蓖Ă
bool mysqli_change_user ( resource link , string user , string password , string database );w肳ꂽf[^x[Xڑ̃[U[ύX
string mysqli_character_set_name ( resource link );f[^x[Xڑ̃ftHg̕R[hZbgԂ
bool mysqli_close ( resource link );f[^x[Xڑ
bool mysqli_commit ( resource link );݂̂̃gUNVR~bg
resource mysqli_connect ( [ string hostname ] , [ string username ] , [ string passwd ] , [ string dbname ] , [ int port ] , [ string socket ] );VKMySQLT[oւ̐ڑI[v
int ncurses_addch ( int ch );JgʒuɕǉAJ[\i߂
int ncurses_addchnstr ( string s , int n );JgʒuɎw肵̑t̕ǉ
int ncurses_addchstr ( string s );Jg̈ʒuɑt̕ǉ
int ncurses_addnstr ( string s , int n );Jg̈ʒuɎw肵̕ǉ
int ncurses_addstr ( string text );JgʒuɃeLXgo͂
int ncurses_assume_default_colors ( int fg , int bg );J[0̃ftHgF`
int ncurses_attroff ( int attributes );w肵𖳌Ƃ
int ncurses_attron ( int attributes );w肵Lɂ
int ncurses_attrset ( int attributes );w肵ݒ肷
int ncurses_baudrate ();[̃{[[gԂ
int ncurses_beep ();[̃r[v炷
int ncurses_bkgd ( int attrchar );[ʂ̔wiݒ肷
void ncurses_bkgdset ( int attrchar );ʔwi𐧌䂷
int ncurses_border ( int left , int right , int top , int bottom , int tl_corner , int tr_corner , int bl_corner , int br_corner );t̕ŉʎ͂ɋE`悷
bool ncurses_can_change_color ();[̐FύX\ǂmF
bool ncurses_cbreak ();͂̃obt@OύX
bool ncurses_clear ();XN[NA
bool ncurses_clrtobot ();Jgʒuŉ܂ŃXN[NA
bool ncurses_clrtoeol ();Jgʒus܂ŃXN[NA
int ncurses_color_set ( int pair );Oi/wiFݒ肷
int ncurses_curs_set ( int visibility );J[\Ԃݒ肷
bool ncurses_def_prog_mode ();[(vO)[hۑ
bool ncurses_def_shell_mode ();[(VF)[hۑ
int ncurses_define_key ( string definition , int keycode );L[R[h`
int ncurses_delay_output ( int milliseconds );pfBOpĒ[o͂x
bool ncurses_delch ();Jgʒu̕폜AcɈړ
bool ncurses_deleteln ();Jgʒu̍s폜Ac̕ɏグ
int ncurses_delwin ( resource window );ncursesEChE폜
bool ncurses_doupdate ();̑SĂ̏o͂݁A[tbV
bool ncurses_echo ();L[{[h͂̃GR[LƂ
int ncurses_echochar ( int character );t@bVs1o͂
int ncurses_end ();ncursesIAʂ
bool ncurses_erase ();[ʂ
string ncurses_erasechar ();ꂽJg̕Ԃ
int ncurses_filter ();
bool ncurses_flash ();[ʂtbV(rWAx)
bool ncurses_flushinp ();L[{[h̓obt@tbV
int ncurses_getch ();L[{[h1ǂݍ
bool ncurses_getmouse ( array mevent );}EXCxgǂ݂
int ncurses_halfdelay ( int tenth );[n[tfBC[hɂ
bool ncurses_has_colors ();J[[ǂmF
bool ncurses_has_ic ();}/폜@\̗LmF
bool ncurses_has_il ();s}/폜@\̗LmF
int ncurses_has_key ( int keycode );[L[{[hɂăt@NVL[̗L𒲂ׂ
int ncurses_hline ( int charattr , int n );Jgʒuɑt̕pčőn̐𐅕ɕ`悷
string ncurses_inch ();Jgʒu̕Ƒ擾
int ncurses_init_color ( int color , int r , int g , int b );VKRGBlݒ肷
int ncurses_init_pair ( int pair , int fg , int bg );F̑gmۂ
int ncurses_init ();ncurses
int ncurses_insch ( int character );}AJgʒuɂ镶܂ގc̍sړ
int ncurses_insdelln ( int count );Jgšɕ̍s}AXN[_E(̐w肷ƍ폜AXN[Abv)
bool ncurses_insertln ();s}Ac̕XN[_E
int ncurses_insstr ( string text );Jgʒuɕ}Ac̍sEɈړ
int ncurses_instr ( string buffer );[ʂ當ǂݍ
bool ncurses_isendwin ();Ncursesendwin[h̏ꍇAʏ̉ʏo͂s\
int ncurses_keyok ( int keycode , bool enable );L[R[hL܂͖ɂ
bool ncurses_killchar ();Jg̍s폜Ԃ
string ncurses_longname ();[̐Ԃ
int ncurses_mouseinterval ( int milliseconds );}EX{^NbÑ^CAEgݒ肷
int ncurses_mousemask ( int newmask , int oldmask );}EXIvVݒ肷
int ncurses_move ( int y , int x );o͈ʒuړ
int ncurses_mvaddch ( int y , int x , int c );JgʒuړAǉ
int ncurses_mvaddchnstr ( int y , int x , string s , int n );ʒuړAw蒷̑t̕ǉ
int ncurses_mvaddchstr ( int y , int x , string s );ʒuړAt̕ǉ
int ncurses_mvaddnstr ( int y , int x , string s , int n );ʒuړAw蒷̕ǉ
int ncurses_mvaddstr ( int y , int x , string s );ʒuړAǉ
int ncurses_mvcur ( int old_y , int old_x , int new_y , int new_x );ɃJ[\ړ
int ncurses_mvdelch ( int y , int x );ʒuړA폜As̎cVtg
int ncurses_mvgetch ( int y , int x );ʒuړAVʒuŕ𓾂
int ncurses_mvhline ( int y , int x , int attrchar , int n );ʒuVݒ肵At̕pčőn̐`
int ncurses_mvinch ( int y , int x );ʒuړAVʒȗt̕擾
int ncurses_mvvline ( int y , int x , int attrchar , int n );ʒuVݒ肵At̕pčőn̐`悷
int ncurses_mvwaddstr ( resource window , int y , int x , string text );EChE̐VKʒuɕǉ
int ncurses_napms ( int milliseconds );X[v
int ncurses_newwin ( int rows , int cols , int y , int x );VKEChE쐬
bool ncurses_nl ();s𕜉/CtB[hɕϊ
bool ncurses_nocbreak ();[cooked[hɕύX
bool ncurses_noecho ();L[{[h̓GR[𖳌ɂ
bool ncurses_nonl ();s𕜉/CtB[hɕϊȂ
int ncurses_noqiflush ();VOĩtbV𖳌Ƃ
bool ncurses_noraw ();[raw[hȊOɕύX
int ncurses_putp ( string text );
int ncurses_qiflush ();VOĩtbVLƂ
bool ncurses_raw ();[raw[hɕύX
int ncurses_refresh ( int ch );ʂtbV
bool ncurses_resetty ();ۑ[[hɕA
bool ncurses_savetty ();[̏Ԃۑ
int ncurses_scr_dump ( string filename );ʂ̓et@CɃ_v
int ncurses_scr_init ( string filename );t@C_vʂ
int ncurses_scr_restore ( string filename );t@C_vʂ𕜋A
int ncurses_scr_set ( string filename );t@C_vʂp
int ncurses_scrl ( int count );JgʒuύXɉʂ̓eXN[Abv܂̓_E
bool ncurses_slk_attr ();Jg̃\tgxL[Ԃ
int ncurses_slk_attroff ( int intarg );
int ncurses_slk_attron ( int intarg );
int ncurses_slk_attrset ( int intarg );
bool ncurses_slk_clear ();ʂ\tgxNA
int ncurses_slk_color ( int intarg );\tgxL[̐Fݒ肷
bool ncurses_slk_init ( int format );\tgxL[֐
bool ncurses_slk_noutrefresh ();zʂɃ\tgxL[Rs[
bool ncurses_slk_refresh ();\tgxL[ʂɃRs[
bool ncurses_slk_restore ();\tgxL[𕜋A
bool ncurses_slk_touch ();ncurses_slk_noutrefreshsۂɋIɏo͂
int ncurses_standend ();'standout'̎gp~
int ncurses_standout ();'standout'̎gpJn
int ncurses_start_color ();F̎gpJn
bool ncurses_termattrs ();[ŃT|[gSĂ̑tO̘_aԂ
string ncurses_termname ();[(ȗ)-Ԃ
void ncurses_timeout ( int millisec );ʂȃL[V[PX̃^CAEgݒ肷
int ncurses_typeahead ( int fd );typeaheadmFpɕʂ̃t@CLqqw肷
int ncurses_ungetch ( int keycode );̓Xg[1߂
bool ncurses_ungetmouse ( array mevent );}EXCxgL[ɃvbV
bool ncurses_use_default_colors ();[̃ftHgFJ[ID -1Ɋt
void ncurses_use_env ( bool flag );[̑傫Ɋւ̎gp𐧌䂷
int ncurses_use_extended_names ( bool flag );terminfoLqɂĊg̎gp𐧌䂷
int ncurses_vidattr ( int intarg );
int ncurses_vline ( int charattr , int n );Jgʒuɍőn̑t̕pĐ`悷
int ncurses_wrefresh ( resource window );[ʂ̃EChEtbV
int checkdnsrr ( string host , [ string type ] );w肵C^[lbgzXgIPAhXɑΉDNSR[h
int closelog ();VXeOւ̐ڑ
int debugger_off ();PHP̓fobK𖳌ɂ(PHP 3)
int debugger_on ( string address );PHP̓fobKLɂ
void define_syslog_variables ();syslogɊ֌WSĂ̒萔
int dns_check_record ( string host , [ string type ] );checkdnsrrƓ`
int dns_get_mx ( string hostname , array mxhosts , [ array &weight ] );getmxrrƓ`
resource fsockopen ( string target , int port , [ int &errno ] , [ string &errstr ] , [ float timeout ] );C^[lbgUNIXhC̃\PbgڑI[v
string gethostbyaddr ( string ip_address );w肵IPAhXɑΉC^[lbgzXg擾
string gethostbyname ( string hostname );C^[lbgzXgɑΉIPAhX擾
array gethostbynamel ( string hostname );w肵C^[lbgzXgɑΉIPAhX̃Xg擾B
int getmxrr ( string hostname , array mxhosts , [ array weight ] );w肵C^[lbgzXgɑΉMXR[h擾
int getprotobyname ( string name );vgR̃vgRԍ𓾂
string getprotobynumber ( int number );vgRԍwvgR𓾂
int getservbyname ( string service , string protocol );C^[lbgT[rXуvgR֘A|[gԍ𓾂
string getservbyport ( int port , string protocol );|[gуvgRɑΉC^[lbgT[rX𓾂
int ip2long ( string ip_address );(IPv4) C^[lbgvgRhbg\L̃AhXKȃAhXL镶ɕϊ
string long2ip ( int proper_address );(IPv4) C^[lbgAhXC^[lbgWhbg\Lɕϊ܂B
int openlog ( string ident , int option , int facility );VXeOւ̐ڑI[v
int pfsockopen ( string hostname , int port , [ int errno ] , [ string errstr ] , [ int timeout ] );IInternet܂UnixhC\PbgڑI[v
array socket_get_status ( resource socket_get_status );̃\Pbg\[XɊւԂ
int socket_set_blocking ( int socket descriptor , int mode );\PbgɂubNubN[h̐ݒ
bool socket_set_timeout ( int socket descriptor , int seconds , int microseconds );\Pbg̃^CAEgԂݒ肷
int syslog ( int priority , string message );VXeÕbZ[W𐶐
void yp_all ( string domain , string map , string callback );}bv𑖍AeGg̊֐R[
array yp_cat ( string domain , string map );Gg}bv܂ޔzԂ
string yp_err_string ();ȎɊւG[Ԃ
int yp_errno ();Ȏ̃G[R[hԂ
array yp_first ( string domain , string map );w肵}bvŏ̃L[/l̑gԂ
int yp_get_default_domain ();ftHg NIS hC擾
string yp_master ( string domain , string map );w肵}bṽ}X^[NIST[o[̃}VԂ
string yp_match ( string domain , string map , string key );sԂ
array yp_next ( string domain , string map , string key );}bv map 玟̃L[/l̑gԂ
int yp_order ( string domain , string map );}bv̌ďoԍԂ
array notes_body ( string server , string mailbox , int msg_number );w肵T[oɂw肵[{bNX̃bZ[Wmeg_numberI[v
string notes_copy_db ( string from_database_name , string to_database_name );tH[form_namepăm[g쐬
bool notes_create_db ( string database_name );[^Xm[cf[^x[X쐬
string notes_create_note ( string database_name , string form_name );tH[form_namepăm[g쐬
bool notes_drop_db ( string database_name );[^Xm[cf[^x[Xj
bool notes_find_note ( string database_name , string name , [ string type ] );database_nameɂm[gIDԂBm[g̖Ow肷Btype͏ȗ
object notes_header_info ( string server , string mailbox , int msg_number );w肵T[o̎w肵[{bNXɂ郁bZ[Wmsg_numberI[v
bool notes_list_msgs ( string db );Idatabase_namem[gԂ
string notes_mark_read ( string database_name , string user_name , string note_id );[Uuser_namepnote_idɊǃ}[Nt
string notes_mark_unread ( string database_name , string user_name , string note_id );[Uuser_namepnote_idɖǃ}[Nt
bool notes_nav_create ( string database_name , string name );database_nameɃirQ[^쐬
string notes_search ( string database_name , string keywords );database_namẽL[[hɃ}b`m[c
string notes_unread ( string database_name , string user_name );Jg[Uuser_nameɊւĖǂ̃m[gIDԂ
string notes_version ( string database_name );[^Xm[c̃o[W擾
array nsapi_request_headers ();HTTPNGXgwb_SĎ擾
array nsapi_response_headers ();HTTPX|Xwb_SĎ擾
int nsapi_virtual ( string uri );NSAPI TuNGXg𔭍s
void aggregate ( object object , string class_name );\bhуvpeB̓IȃNX/IuWFNgWs
bool oci_bind_by_name ( resource stmt , string ph_name , mixed variable , [ int maxlength ] , [ int type ] );Oracle v[Xz_[ PHP ϐoCh
bool oci_cancel ( resource stmt );J[\̓ǂݍ݂LZ
bool oci_close ( resource connection );OracleƂ̐ڑ
bool OCI-Collection->append ( mixed value );RNVɃIuWFNgǉ
bool OCI-Collection->assign ( OCI-Collection from );݂̑RNVRNV蓖Ă
bool OCI-Collection->assignElem ( int index , mixed value );RNV̗vfɒl蓖Ă
mixed OCI-Collection->getElem ( int index );vf̒lԂ
bool OCI-Collection->free ();RNVIuWFNgɊ֘Atꂽ\[X
int OCI-Collection->max ();RNV̗vf̍ő吔擾
int OCI-Collection->size ();RNṼTCYԂ
bool OCI-Collection->trim ( int num );RNV̍Ōォvf؂
bool oci_commit ( resource connection );̕R~bg
resource oci_connect ( string username , string password , [ string db ] , [ string charset ] );Oracle T[oւ̐ڑm
bool oci_define_by_name ( resource statement , string column_name , mixed variable , [ int type ] );SELECT sA`p PHP ϐgp
array oci_error ( [ resource source ] );ŌɌG[Ԃ
bool oci_execute ( resource stmt , [ int mode ] );s
int oci_fetch_all ( resource statement , array output , [ int skip ] , [ int maxrows ] , [ int flags ] );ʃf[^̑SĂ̍szɎ擾
array oci_fetch_array ( resource statement , [ int mode ] );ʃf[^̎̍sAzz܂͔zA܂̗͂ŕԂ
array oci_fetch_assoc ( resource statement );ʃf[^̎̍sAzzŕԂ
object oci_fetch_object ( resource statement );ʂ̎̍sIuWFNgƂĕԂ
array oci_fetch_row ( resource statement );ʃf[^̎̍szŕԂ
bool oci_fetch ( resource statement );ʃobt@[̎̍s擾
bool oci_field_is_null ( resource stmt , mixed field );tB[h NULL ł邩ǂmF
string oci_field_name ( resource statement , int field );̃tB[hԂ
int oci_field_precision ( resource statement , int field );tB[h̐x₢킹
int oci_field_scale ( resource statement , int field );tB[ȟ₢킹
int oci_field_size ( resource stmt , mixed field );tB[hTCYԂ
int oci_field_type_raw ( resource statement , int field );Oracle ɂtB[ȟ^₢킹
mixed oci_field_type ( resource stmt , int field );tB[h̃f[^^Ԃ
bool descriptor->free ();fBXNv^Ɋ֘Atꂽ\[X
bool oci_free_statement ( resource statement );J[\Ɋ֘AtꂽSẴ\[X
void oci_internal_debug ( int onoff );fobOpo͗L܂͖ɂ
bool lob->append ( OCI-Lob lob_from );[WIuWFNg𑼂̃[WIuWFNgɃf[^ǉ
bool lob->close ();LOB fBXNv^
bool oci_lob_copy ( OCI-Lob lob_to , OCI-Lob lob_from , [ int length ] );[WIuWFNgRs[
bool lob->eof ();[WIuWFNg̃fBXNv^ EOF ǂ𒲂ׂ
int lob->erase ( [ int offset ] , [ int length ] ); LOB f[^̓̈ʒu
bool lob->export ( string filename , [ int start ] , [ int length ] );LOB ̓et@Cɏo͂
bool lob->flush ( [ int flag ] );LOB ̃obt@T[oɃtbVA邢͏
bool lob->import ( string filename );t@Cf[^ LOB ɃC|[g
bool oci_lob_is_equal ( OCI-Lob lob1 , OCI-Lob lob2 );2  LOB/FILE P[^̓r
string lob->load ();[WIuWFNg̓eԂ
string lob->read ( int length );[WIuWFNg̈ꕔǂݍ
bool lob->rewind ();|C^[WIuWFNg̐擪Ɉړ
bool lob->save ( string data , [ int offset ] );f[^[WIuWFNgɏ
bool lob->seek ( int offset , [ int whence ] );[WIuWFNg̓|C^Zbg
int lob->size ();[WIuWFNg̃TCYԂ
int lob->tell ();[WIuWFNg̓|C^݈̌ʒuԂ
bool lob->truncate ( [ int length ] );[WIuWFNg؂߂
bool lob->writeTemporary ( string data , [ int lob_type ] );ꎞIȃ[WIuWFNg
int lob->write ( string data , [ int length ] );f[^[WIuWFNgɏ
OCI-Collection oci_new_collection ( resource connection , string tdo , [ string schema ] );VRNVIuWFNg蓖Ă
resource oci_new_connect ( string username , string password , [ string db ] , [ string charset ] );Oracle T[oւ̐VKڑm
resource oci_new_cursor ( resource connection );VKJ[\ (Xe[ggnh) 蓖ĕԂ
OCI-Lob oci_new_descriptor ( resource connection , [ int type ] );̐VK LOB 邢 FILE fBXNv^
int oci_num_fields ( resource statement );镶ɂ錋ʂ̃JԂ
int oci_num_rows ( resource stmt );̎sōpꂽs擾
resource oci_parse ( resource connection , string query );ŝ߂ Oracle ̕p[X
bool oci_password_change ( resource connection , string username , string old_password , string new_password );Oracle [U[̃pX[hύX
resource oci_pconnect ( string username , string password , [ string db ] , [ string charset ] );IڑgpOracle f[^x[Xɐڑ
mixed oci_result ( resource statement , mixed field );tFb`stB[h̒l擾
bool oci_rollback ( resource connection );̃gUNV[obN
string oci_server_version ( resource connection );T[õo[WԂ
bool oci_set_prefetch ( resource statement , [ int rows ] );vtFb`sݒ肷
string oci_statement_type ( resource statement );OCI Xe[gg̎ނԂ
bool ocibindbyname ( resource stmt , string ph_name , mixed variable , [ int maxlength ] , [ int type ] );Oracle v[Xz_[ PHP ϐoCh
bool ocicancel ( resource stmt );J[\̓ǂݍ݂LZ
bool ocicloselob ();lob fBXNv^
bool ocicollappend ( string value );RNVɃIuWFNgǉ
bool ocicollassign ( OCI-Collection from );݂̑RNVRNV蓖Ă
bool ocicollassignelem ( int ndx , string val );vflRNṼCfbNX ndx Ɋ蓖Ă
string ocicollgetelem ( int ndx );RNṼCfbNX ndx ɂl擾
int ocicollmax ();RNVɂvf̍ő吔擾
int ocicollsize ();RNṼTCYԂ
bool ocicolltrim ( int num );RNV̍Ōォ num ̗vf؂
bool ocicolumnisnull ( resource stmt , mixed col );ʃJ NULL ł邩ǂmF
string ocicolumnname ( resource stmt , int col );J̖OԂ
int ocicolumnprecision ( resource stmt , int col );J̐x₢킹
int ocicolumnscale ( resource stmt , int col );J̌₢킹
int ocicolumnsize ( resource stmt , mixed column );ʃJTCYԂ
mixed ocicolumntype ( resource stmt , int col );J̃f[^^Ԃ
int ocicolumntyperaw ( resource stmt , int col );Oracle ɂJ̌^₢킹
bool ocicommit ( resource connection );̃gUNVR~bg
bool ocidefinebyname ( resource stmt , string column_name , mixed variable , [ int type ] );SELECT sA`p PHP ϐgp
array ocierror ( [ resource stmt_or_conn_or_global ] );stmt|conn|globalɊւ钼߂̃G[Ԃ
bool ociexecute ( resource stmt , [ int mode ] );s
bool ocifetch ( resource stmt );ʃobt@[̎̍s擾
int ocifetchinto ( resource statement , array result , [ int mode ] );ʔz̎̍s擾
int ocifetchstatement ( resource stmt , array output , [ int skip ] , [ int maxrows ] , [ int flags ] );ʃf[^̑SĂ̍szɎ擾
bool ocifreecollection ();RNVIuWFNg폜
bool ocifreecursor ( resource stmt );J[\Ɋ֘AÂꂽS\[X
bool ocifreedesc ();[WIuWFNgLqq폜
bool ocifreestatement ( resource stmt );镶Ɋ֘AS\[X
bool lob->getBuffering ();[WIuWFNǧ݂̃obt@OݒԂ
void ociinternaldebug ( int onoff );fobOpo͗L܂͖ɂBftHgł͖
string ociloadlob ();[WIuWFNg[h
bool ocilogoff ( resource connection );OracleƂ̐ڑ
resource ocilogon ( string username , string password , [ string db ] , [ string charset ] );Oracle ւ̐ڑm
OCI-Collection ocinewcollection ( resource connection , string tdo , [ string schema ] );VRNV
resource ocinewcursor ( resource conn );VKJ[\(߃nh)Ԃ
OCI-Lob ocinewdescriptor ( resource connection , [ int type ] );̐VKfBXNv^LOB/FILE(LOBftHg)
resource ocinlogon ( string username , string password , [ string db ] , [ string charset ] );Oracle f[^x[XɐڑAVKڑɃOIAVKZbVԂ
int ocinumcols ( resource stmt );镶ɂ錋ʂ̃JԂ
resource ociparse ( resource conn , string query );NG[p[XAOracle Xe[ggԂ
resource ociplogon ( string username , string password , [ string db ] , [ string charset ] );IڑgpOracle f[^x[Xɐڑ
mixed ociresult ( resource statement , mixed col );擾ꂽsɂJ̒l𓾂
bool ocirollback ( resource connection );̃gUNV[obN
int ocirowcount ( resource stmt );pꂽs̐𓾂
bool ocisavelob ();[WIuWFNgۑ
bool ocisavelobfile ();[WIuWFNgt@Cۑ
string ociserverversion ( resource conn );T[o[̃o[WL镶Ԃ
bool lob->setBuffering ( bool on_off );[WIuWFNĝ߂݂̌̃obt@OݒύX
bool ocisetprefetch ( resource stmt , int rows );O擾郌R[hݒ
string ocistatementtype ( resource stmt );OCI Xe[gg̎ނԂ
bool ociwritelobtofile ( [ string filename ] , [ int start ] , [ int length ] );[WIuWFNgt@Cۑ
bool ociwritetemporarylob ( string var , [ int lob_type ] );ꎞI blob 
bool openssl_csr_export_to_file ( resource csr , string outfilename , [ bool notext ] );CSRt@C܂͕ϐɃGLX|[g
bool openssl_csr_export ( resource csr , string out , [ bool notext ] );CSRt@C܂͕ϐɃGLX|[g
bool openssl_csr_new ( array dn , resource privkey , [ array extraattribs ] , [ array configargs ] );閧L[CSR𐶐
resource openssl_csr_sign ( mixed csr , mixed x509 , mixed priv_key , long days );CERTŏؖTC
mixed openssl_error_string ();OpenSSL G[bZ[WԂ
void openssl_free_key ( resource key_identifier );L[\[XJ
resource openssl_get_privatekey ( mixed key , string [passphrase] );PEMtH[}bgꂽ閧L[gp\Ƃ
resource openssl_get_publickey ( mixed certificate );ؖ(certificate)JL[WJAgp\Ƃ
bool openssl_open ( string sealed_data , string open_data , string env_key , mixed priv_key_id );V[(Í)ꂽf[^I[v()
bool openssl_pkcs7_decrypt ( string infilename , string outfilename , mixed recipcert , mixed recipkey );S/MIME ÍꂽbZ[W𕜍
bool openssl_pkcs7_encrypt ( string infilename , string outfilename , mixed recipcerts , array headers , [ long flags ] );S/MIME bZ[WÍ
bool openssl_pkcs7_sign ( string infilename , string outfilename , mixed signcert , mixed privkey , array headers , [ long flags ] , [ string extracertsfilename ] );S/MIME bZ[WɃTC
bool openssl_pkcs7_verify ( string filename , int flags , [ string outfilename ] , [ array cainfo ] , [ string extracerts ] );S/MIMETCꂽbZ[W̃TCmF
bool openssl_pkey_export_to_file ( mixed key , string outfilename , [ string passphrase ] , [ array config_args ] );L[̃GLX|[g\ȕ\t@CɎ擾
bool openssl_pkey_export ( mixed key , mixed out , [ string passphrase ] , [ array config_args ] );L[̃GNX|[g\ȕ\𕶎܂̓t@CɎ擾
resource openssl_pkey_new ( [ array configargs ] );VKɔ閧L[𐶐
bool openssl_private_decrypt ( string data , string crypted , mixed key , [ int padding ] );閧L[Ńf[^𕜍
bool openssl_private_encrypt ( string data , string crypted , mixed key , [ int padding ] );閧L[Ńf[^Í
bool openssl_public_decrypt ( string data , string crypted , resource key , [ int padding ] );JL[Ńf[^𕜍
bool openssl_public_encrypt ( string data , string crypted , mixed key , [ int padding ] );JL[Ńf[^Í
int openssl_seal ( string data , string sealed_data , array env_keys , array pub_key_ids );f[^V[(Í)
bool openssl_sign ( string data , string signature , int priv_key_id );𐶐
int openssl_verify ( string data , string signature , mixed pub_key_id );F؂
bool openssl_x509_check_private_key ( mixed cert , mixed key );閧L[CERTɑΉ邩mF
bool openssl_x509_checkpurpose ( mixed x509cert , int purpose , array cainfo , [ string untrustedfile ] );̖ؖړIɎgp\ǂmF܂B
bool openssl_x509_export_to_file ( mixed x509 , string outfilename , [ bool notext ] );CERTt@C܂͕ϐɃGLX|[g
bool openssl_x509_export ( mixed x509 , string outfilename , [ bool notext ] );CERTt@C܂͕ϐGLX|[g
void openssl_x509_free ( resource x509cert );ؖ\[XJ
array openssl_x509_parse ( mixed x509cert , [ bool shortnames ] );Parse an X509 ؖp[XAzƂďԂ
resource openssl_x509_read ( mixed x509certdata );Parse an X.509 ؖp[XA\[XIDԂ
bool ora_bind ( resource cursor , string PHP_variable_name , string SQL_parameter_name , int length , [ int type ] );PHP ϐ Oracle p[^ɃoCh
bool ora_close ( resource cursor );OracleJ[\N[Y
string ora_columnname ( resource cursor , int column );OracleʃJ̖O擾
int ora_columnsize ( resource cursor , int column );Oracle ̌ʃJ̃TCYԂ
string ora_columntype ( resource cursor , int column );OraclẽJ̌^擾
bool ora_commit ( resource conn );Oracle gUNVR~bg
bool ora_commitoff ( resource conn );I[gR~bgItɂ
bool ora_commiton ( resource conn );I[gR~bgLɂ
resource ora_do ( resource conn , string query );p[XAsAtFb`s
string ora_error ( [ resource cursor_or_connection ] );OracleG[bZ[W̎擾
int ora_errorcode ( [ resource cursor_or_connection ] );Oracle G[R[h擾
bool ora_exec ( resource cursor );OracleJ[\ł̃p[XXe[gg̎s
int ora_fetch_into ( resource cursor , array result , [ int flags ] );w肵zresultɃR[h擾
bool ora_fetch ( resource cursor );J[\ 1 s̃f[^擾
mixed ora_getcolumn ( resource cursor , int column );擾sf[^𓾂
bool ora_logoff ( resource connection );Oracle ڑ
resource ora_logon ( string user , string password );OracleڑI[v
int ora_numcols ( resource cursor );JԂ
int ora_numrows ( resource cursor );R[hԂ
resource ora_open ( resource connection );OracleJ[\I[v
bool ora_parse ( resource cursor , string sql_statement , [ int defer ] );Oracle  SQL Xe[ggp[X
resource ora_plogon ( string user , string password );I OracleڑI[v
bool ora_rollback ( resource connection );gUNV[obN
void flush ();o̓obt@tbV
void ob_clean ();o̓obt@NA()
bool ob_end_clean ();o͗pobt@NA()Ao͂̃obt@OItɂ
bool ob_end_flush ();o͗pobt@tbV(M)Ao͂̃obt@OItɂ
void ob_flush ();o̓obt@tbV(M)
string ob_get_contents ();o͗pobt@̓eԂ
int ob_get_length ();o̓obt@̒Ԃ
int ob_get_level ();o̓obt@O@\̃lXgxԂ
array ob_get_status ( [ bool full_status ] );Get status of output bufferso̓obt@̃Xe[^X擾
string ob_gzhandler ( string buffer , [ int mode ] );o̓obt@gzipk邽߂ob_startR[obN֐
void ob_implicit_flush ( [ int flag ] );tbVI܂̓Itɂ
bool ob_start ( [ callback output_callback ] , [ int chunk_size ] , [ bool erase ] );o͂̃obt@OLɂ
void overload ( [ string class_name ] );NX̃vpeBу\bhɊւăI[o[[h\ɂ
void ovrimos_close_all ();ovrimosւ̐ڑSĕ
void ovrimos_close ( int connection );ovrimosւ̐ڑ
int ovrimos_commit ( int connection_id );gUNVR~bg
int ovrimos_connect ( string host , string db , string user , string password );w肵f[^x[Xɐڑ
int ovrimos_cursor ( int result_id );J[\̖OԂ
int ovrimos_exec ( int connection_id , string query );SQL߂s
boolean ovrimos_execute ( int result_id , array [parameters_array] );ꂽSQL߂s
boolean ovrimos_fetch_into ( int result_id , array result_array , string [how] , int [rownumber] );ʂ烌R[h擾
boolean ovrimos_fetch_row ( int result_id , int [how] , int [row_number] );ʂ烌R[h擾
int ovrimos_field_len ( int result_id , int field_number );o̓J̒Ԃ
int ovrimos_field_name ( int result_id , int field_number );o͂̃JԂ
int ovrimos_field_num ( int result_id , string field_name );o̓J(1n܂)CfbNXԂ
int ovrimos_field_type ( int result_id , int field_number );o̓J(l)^Ԃ
int ovrimos_free_result ( int result_id );w肵result_idJ
int ovrimos_longreadlen ( int result_id , int length );longf[^^擾oCgw肷
int ovrimos_num_fields ( int result_id );JԂ
int ovrimos_num_rows ( int result_id );update ߂ɂύXꂽR[h̐Ԃ
int ovrimos_prepare ( int connection_id , string query );SQL߂
boolean ovrimos_result_all ( int result_id , string [format] );ʑŜHTMLe[uƂďo͂
int ovrimos_result ( int result_id , mixed field );o̓J擾
int ovrimos_rollback ( int connection_id );gUNV[obN
bool pcntl_exec ( string path , [ array args ] , [ array envs ] );Jg̃vZXԂŎw肵vOs
int pcntl_fork ();ݎs̃vZXtH[N
bool pcntl_signal ( int signo , mixed handle );VOinhݒ肷
int pcntl_waitpid ( int pid , int status , int options );҂tH[NqvZX̃Xe[^XԂ
int pcntl_wexitstatus ( int status );IqvZX̃^[R[hԂ
int pcntl_wifexited ( int status );Xe[^XR[hI\ꍇ TRUE Ԃ
int pcntl_wifsignaled ( int status );Xe[^XR[hVOiɂI\ꍇ TRUE Ԃ
int pcntl_wifstopped ( int status );qvZXݒ~ĂꍇATRUE Ԃ
int pcntl_wstopsig ( int status );qvZX~VOiԂ
int pcntl_wtermsig ( int status );qvZX̏I𐶂VOiԂ
array preg_grep ( string pattern , array input );p^[Ƀ}b`z̗vfԂ
int preg_match_all ( string pattern , string subject , array matches , [ int flags ] , [ int offset ] );O[oK\s
mixed preg_match ( string pattern , string subject , [ array matches ] , [ int flags ] , [ int offset ] );K\s
string preg_quote ( string str , [ string delimiter ] );K\NI[g
mixed preg_replace_callback ( mixed pattern , mixed callback , mixed subject , [ int limit ] );K\sAR[obN֐gpĒus
mixed preg_replace ( mixed pattern , mixed replacement , mixed subject , [ int limit ] );K\ђus
array preg_split ( string pattern , string subject , [ int limit ] , [ int flags ] );K\ŕ𕪊
int pdf_add_bookmark ( int pdf object , string text , [ int parent ] , [ int open ] );ubN}[NJg̃y[Wɒǉ
int pdf_add_launchlink ( int pdf object , float llx , float lly , float urx , float ury , string filename );Jg̃y[WɋNpLǉ
int pdf_add_locallink ( int pdf object , float llx , float lly , float urx , float ury , int page , string dest );Jg̃y[WɃNLǉ
int pdf_add_note ( int pdf object , float llx , float lly , float urx , float ury , string contents , string title , string icon , int open );Jg̃y[WɒLǉ
int pdf_add_pdflink ( int pdf object , float llx , float lly , float urx , float ury , string filename , int page , string dest );Jgy[WɃNLǉ
int pdf_add_thumbnail ( int pdf object , int image );Jg̃y[WɃTl[ǉ
int pdf_add_weblink ( int pdf object , float llx , float lly , float urx , float ury , string url );Jg̃y[WWebNǉ
void pdf_arc ( resource pdf object , float x , float y , float r , float alpha , float beta );(v)~ʂ`
void pdf_arcn ( resource pdf object , float x , float y , float r , float alpha , float beta );(v)~ʂ`
int pdf_attach_file ( int pdf object , float llx , float lly , float urx , float ury , string filename , string description , string author , string mimetype , string icon );Jg̃y[WɓYtt@Cǉ
void pdf_begin_page ( int pdf object , float width , float height );VKy[WJn
int pdf_begin_pattern ( int pdf object , float width , float height , float xstep , float ystep , int painttype );VKp^[Jn
void pdf_begin_template ( int pdf object , float width , float height );VKev[gJn
void pdf_circle ( int pdf object , float x , float y , float r );~`
void pdf_clip ( int pdf object );Jg̃pXɐ؂
void pdf_close_image ( int pdf object , int image );摜
void pdf_close_pdi_page ( int pdf object , int pagehandle );y[Wnh
void pdf_close_pdi ( int pdf object , int dochandle );PDFhLg(PDI)
void pdf_close ( int pdf object );pdf hLg
void pdf_closepath_fill_stroke ( int pdf object );Jg̃pXAhԂA֊s`
void pdf_closepath_stroke ( int pdf object );pXApXɉĐ`
void pdf_closepath ( int pdf object );pX
void pdf_concat ( int pdf object , float a , float b , float c , float d , float e , float f );sCTMɒǉ
void pdf_continue_text ( int pdf object , string text );̍sɃeLXgo͂
void pdf_curveto ( int pdf object , float x1 , float y1 , float x2 , float y2 , float x3 , float y3 );Ȑ`
void pdf_delete ( int pdf object );PDFIuWFNg폜
void pdf_end_page ( int pdf object );y[WI
void pdf_end_pattern ( int pdf object );p^[I
void pdf_end_template ( int pdf object );ev[gI
void pdf_endpath ( int pdf object );Â֐: Jg̃pXI
void pdf_fill_stroke ( int pdf object );Jg̃pXhԂApX̗֊s`
void pdf_fill ( int pdf object );Jg̃pXhԂ
void pdf_findfont ( int pdf object , string fontname , string encoding , int embed );pdf_setfontŎgptHg
string pdf_get_buffer ( int pdf object );ꂽPDFf[^܂ރobt@擾
string pdf_get_image_height ( int pdf object , int image );Â֐: C[W̍Ԃ
string pdf_get_image_width ( int pdf object , int image );Â֐: C[W̕Ԃ
int pdf_get_majorversion ();PDFlib̃W[o[WԍԂ
int pdf_get_minorversion ();PDFlib̃}Ci[o[WԍԂ
string pdf_get_parameter ( int pdf object , string key , [ float modifier ] );p[^𓾂
string pdf_get_pdi_parameter ( int pdf object , string key , int doc , int page , int index );PDFp[^𓾂
string pdf_get_pdi_value ( int pdf object , string key , int doc , int page , int index );l^PDIp[^擾
float pdf_get_value ( int pdf object , string key , float [modifier] );l𓾂
void pdf_initgraphics ( int pdf object );`ԂZbg
void pdf_lineto ( int pdf object , float x , float y );`
void pdf_makespotcolor ( int pdf object , string spotname );X|bgF쐬
void pdf_moveto ( int pdf object , float x , float y );݂̈ʒuݒ肷
int pdf_new ( );VKPDFIuWFNg쐬
int pdf_open_ccitt ( int pdf object , string filename , int width , int height , int BitReverse , int k , int Blackls1 );CCITTf[^VKC[Wt@CI[v
int pdf_open_file ( int pdf object , [ string filename ] );VKPDFIuWFNgI[v
int pdf_open_image_file ( int PDF-document , string imagetype , string filename , [ string stringparam ] , [ string intparam ] );t@CC[Wǂݍ
int pdf_open_image ( int PDF-document , string imagetype , string source , string data , long length , int width , int height , int components , int bpc , string params );C[Wǂݍ݊֐
int pdf_open_memory_image ( int pdf object , int image );PHP̃C[W֐ō쐬ꂽC[WI[v
void pdf_open_pdi_page ( int pdf object , int dochandle , int pagenumber , string pagelabel );y[W
void pdf_open_pdi ( int pdf object , string filename , string stringparam , int intparam );PDFt@CI[v
int pdf_open_tiff ( int PDF-document , string filename );Â֐: TIFFC[WI[v
int pdf_open ( int file );Â֐: VK pdfIuWFNgI[v
void pdf_place_image ( int pdf object , int image , float x , float y , float scale );C[Wy[Wɒu
void pdf_place_pdi_page ( int pdf object , int page , float x , float y , float sx , float sy );y[WɃC[Wu
void pdf_rect ( int pdf object , float x , float y , float width , float height );``
void pdf_restore ( int pdf object );ȑOۑꂽ𕜌
void pdf_rotate ( int pdf object , float phi );]ݒ肷
void pdf_save ( int pdf object );݂̊ۑ
void pdf_scale ( int pdf object , float x-scale , float y-scale );XP[ݒ肷
void pdf_set_border_color ( int pdf object , float red , float green , float blue );N⒍L̎̋EFݒ肷
void pdf_set_border_dash ( int pdf object , float black , float white );NђL̎̋E̔j`ݒ肷
void pdf_set_border_style ( int pdf object , string style , float width );NђL̎̋Ě`ݒ肷
void pdf_set_horiz_scaling ( int pdf object , float scale );Â֐: eLXg̉{ݒ
bool pdf_set_info_author ( int pdfdoc , string author );hLgauthortB[hݒ肷
bool pdf_set_info_creator ( int pdfdoc , string creator );hLgcreatortB[hݒ肷
bool pdf_set_info_keywords ( int pdfdoc , string keywords );hLgkeywordtB[hݒ肷
bool pdf_set_info_subject ( int pdfdoc , string subject );hLgsubjecttB[hݒ肷
bool pdf_set_info_title ( int pdfdoc , string title );hLgtitletB[hݒ肷
void pdf_set_info ( int pdf object , string key , string value );hLg̃tB[hݒ肷
void pdf_set_parameter ( int pdf object , string key , string value );p[^ݒ肷
void pdf_set_text_pos ( int pdf object , float x , float y );eLXg̈ʒuݒ肷
void pdf_set_value ( int pdf object , string key , float value );lݒ肷
void pdf_setcolor ( int pdf object , string type , string colorspace , float c1 , [ float c2 ] , [ float c3 ] , [ float c4 ] );hԂFї֊sFݒ肷
void pdf_setdash ( int pdf object , float b , float w );jp^[ݒ肷
void pdf_setflat ( int pdf object , float flatness );ʓxݒ肷
void pdf_setfont ( int pdf object , int font , float size );Jg̃tHgݒ肷
void pdf_setgray_fill ( int pdf object , float gray );hԂFO[lɐݒ肷
void pdf_setgray_stroke ( int pdf object , float gray );`FO[lɐݒ肷
void pdf_setgray ( int pdf object , float gray );`您ѓhԂFO[lɐݒ肷
void pdf_setlinecap ( int pdf object , int linecap );linecap p[^ݒ肷
void pdf_setlinejoin ( int pdf object , long linejoin );linejoinp[^ݒ肷
void pdf_setlinewidth ( int pdf object , float width );ݒ肷
void pdf_setmatrix ( int pdf object , float a , float b , float c , float d , float e , float f );Jg̕ϊsݒ肷
void pdf_setmiterlimit ( int pdf object , float miter );miter limitݒ肷
void pdf_setpolydash ( int pdf object , float * dasharray );GȔjp^[ݒ
void pdf_setrgbcolor_fill ( int pdf object , float red value , float green value , float blue value );hԂFRGBJ[lɐݒ肷
void pdf_setrgbcolor_stroke ( int pdf object , float red value , float green value , float blue value );`FRGBJ[lɐݒ肷
void pdf_setrgbcolor ( int pdf object , float red value , float green value , float blue value );`FѓhԂFRGBJ[lŐݒ肷
int pdf_show_boxed ( int pdf object , string text , float left , float top , float width , float height , string hmode , [ string feature ] );{bNXɃeLXgo͂
void pdf_show_xy ( int pdf object , string text , float x , float y );w肵ʒuɃeLXgo͂
void pdf_show ( int pdf object , string text );Jg̈ʒuɃeLXgo͂
void pdf_skew ( int pdf object , float alpha , float beta );Wnc܂
float pdf_stringwidth ( int pdf object , string text , [ int font ] , [ float size ] );JgtHgpۂ̃eLXgԂ
void pdf_stroke ( int pdf object );pXɉĐ`
void pdf_translate ( int pdf object , float tx , float ty );Wň_ݒ肷
bool PDO::beginTransaction ();gUNVJn
bool PDO::commit ();gUNVR~bg
PDO PDO::__construct ( string dsn , [ string username ] , [ string password ] , [ array driver_options ] );f[^x[Xւ̐ڑ\PDOCX^X𐶐
int PDO::errorCode ();f[^x[Xnhɂ钼߂̑Ɋ֘A SQLSTATE 擾
array PDO::errorInfo ();f[^x[Xnhɂ钼߂̑Ɋ֘AgG[擾
long PDO::exec ( string statement );SQL sApsԂ
mixed PDO::getAttribute ( long attribute );f[^x[Xڑ̑擾
string PDO::lastInsertId ( [ string name ] );Ōɑ}ꂽs ID Ԃ
PDOStatement PDO::prepare ( string statement , [ array driver_options ] );s鏀sAIuWFNgԂ
object PDO::query ( string statement );SQLXe[ggsAʃZbgPDOStatementIuWFNgƂĕԂ
string PDO::quote ( string string , [ int parameter_type ] );NGp̕NI[g
bool PDO::rollBack ();gUNV[obN
bool PDO::setAttribute ( int attribute , mixed value );ݒ肷
bool PDOStatement::bindColumn ( mixed column , mixed param , [ int type ] , [ int maxlen ] , [ mixed driver_options ] );J PHP ϐɃoCh
bool PDOStatement::bindParam ( mixed parameter , mixed variable , [ int data_type ] , [ int length ] );w肳ꂽϐɃp[^oCh
int PDOStatement::columnCount ();ʃZbg̃JԂ
int PDOStatement::errorCode ();nhɂ钼߂̑Ɋ֘A SQLSTATE 擾
array PDOStatement::errorInfo ();nhɂ钼߂̑Ɋ֘AgG[擾
bool PDOStatement::execute ( [ array input_parameters ] );vyAhXe[ggs
mixed PDOStatement::fetch ( [ int fetch_style ] , [ int cursor_orientation ] , [ int cursor_offset ] );ʃZbg玟̍s擾
array PDOStatement::fetchAll ( [ int fetch_style ] );SĂ̌ʍs܂ޔzԂ
string PDOStatement::fetchSingle ();ʃZbg̎̍sɂŏ̃JԂ
mixed PDOStatement::getAttribute ( long attribute );̑擾
mixed PDOStatement::getColumnMeta ( int column );ʃZbg̃Jɑ΂郁^f[^Ԃ
bool PDOStatement::nextRowset ();̍sZbgԂnhŎ̍sZbgɈړ
int PDOStatement::rowCount ();߂ SQL ӂčpsԂ
bool PDOStatement::setAttribute ( long attribute , mixed value );̑ݒ肷
bool PDOStatement::setFetchMode ( int mode );̕ɑ΂ftHg̃tFb`[hݒ肷
void pfpro_cleanup ();Payflow ProCuVbg_E
void pfpro_init ();Payflow ProCu
string pfpro_process_raw ( string parameters , string [address] , int [port] , int [timeout] , string [proxy address] , int [proxy port] , string [proxy logon] , string [proxy password] );Payflow Proɂf̃gUNV
array pfpro_process ( array parameters , string [address] , int [port] , int [timeout] , string [proxy address] , int [proxy port] , string [proxy logon] , string [proxy password] );Payflow ProŃgUNV
string pfpro_version ();Payflow Pro \tgEGÃo[WԂ
int pg_affected_rows ( resource result );ύXꂽR[h(^v)̐Ԃ
bool pg_cancel_query ( resource connection );񓯊NG
string pg_client_encoding ( [ resource connection ] );PostgreSQLNCAg̃GR[fBO擾
bool pg_close ( resource connection );PostgreSQLڑ
resource pg_connect ( string connection_string );PostgreSQLڑJ
bool pg_connection_busy ( resource connection );ڑrW[ǂׂ
bool pg_connection_reset ( resource connection );ڑZbg(Đڑ)
int pg_connection_status ( resource connection );ڑXe[^X擾
array pg_convert ( resource connection , string table_name , array assoc_array , [ int options ] );SQL߂ƂĎs\Ȍ`̘Azz̒lɕϊ
int pg_copy_from ( int connection , string table_name , array rows , [ string delimiter ] , [ string null_as ] );z񂩂e[uRs[
int pg_copy_to ( int connection , string table_name , [ string delimiter ] , [ string null_as ] );zɃe[uRs[
string pg_dbname ( resource connection );f[^x[X̎擾
mixed pg_delete ( resource connection , string table_name , array assoc_array , [ int options ] );R[h폜
bool pg_end_copy ( [ resource connection ] );PostgreSQLobNGhɓ
string pg_escape_bytea ( string data );bytea^ɃoCiGXP[v
string pg_escape_string ( string data );eLXg/^p̕GXP[v
array pg_fetch_all ( resource result );擾ꂽׂĂ̍szƂĎ擾
array pg_fetch_array ( resource result , [ int row ] , [ int result_type ] );szƂĎ擾
array pg_fetch_assoc ( resource result , [ int row ] );szƂĎ擾
object pg_fetch_object ( resource result , int row , [ int result_type ] );sIuWFNgƂē
mixed pg_fetch_result ( resource result , int row , mixed field );ʃ\[XlԂ
array pg_fetch_row ( resource result , int row );CfbNXƂzƂčs𓾂
int pg_field_is_null ( resource result , int row , mixed field );tB[hNULLǂׂ
string pg_field_name ( resource result , int field_number );tB[h̖OԂ
int pg_field_num ( resource result , string field_name );w肳ꂽtB[h̃tB[hԍԂ
int pg_field_prtlen ( resource result , int row_number , string field_name );\钷Ԃ
int pg_field_size ( resource result , int field_number );w肵tB[h̓L̈ɂTCYԂ
string pg_field_type ( resource result , int field_number );tB[hԍɑΉ^Ԃ
bool pg_free_result ( resource result );J
array pg_get_notify ( resource connection , [ int result_type ] );f[^x[Xڑpings
int pg_get_pid ( resource connection );f[^x[Xڑpings
resource pg_get_result ( [ resource connection ] );񓯊NǦʂ擾
string pg_host ( resource connection );zXgԂ
bool pg_insert ( resource connection , string table_name , array assoc_array , [ bool convert ] );e[uɔz}
string pg_last_error ( resource connection );̐ڑ璼߂̃G[bZ[W擾
string pg_last_notice ( resource connection );PostgreSQLT[o̒߂̒ʒmbZ[WԂ
int pg_last_oid ( resource result );߂̃IuWFNgIDԂ
bool pg_lo_close ( resource large_object );[WIuWFNgN[Y
int pg_lo_create ( resource connection );[WIuWFNg𐶐
bool pg_lo_export ( int oid , string pathname , [ resource connection ] );[WIuWFNgt@CɃGNX|[g
int pg_lo_import ( string pathname , [ resource connection ] );t@C烉[WIuWFNgC|[g
resource pg_lo_open ( resource connection , int oid , string mode );[WIuWFNgI[v
int pg_lo_read_all ( resource large_object );[WIuWFNgŜǂݍ݃uEUɒڑM
string pg_lo_read ( resource large_object , int len );[WIuWFNgǂݍ
bool pg_lo_seek ( resource large_object , int offset , [ int whence ] );[WIuWFNg̈ʒuV[N
int pg_lo_tell ( resource large_object );[WIuWFNg̃Jg̈ʒuԂ
bool pg_lo_unlink ( resource connection , int oid );[WIuWFNg폜
int pg_lo_write ( resource large_object , string data );[WIuWFNg
array pg_meta_data ( resource connection , string table_name );e[u烁^f[^擾
int pg_num_fields ( resource result );tB[hԂ
int pg_num_rows ( resource result );sԂ
string pg_options ( resource connection );ڑɊ֘AIvV擾
int pg_pconnect ( string connection_string );Iȃf[^x[XڑI[v
bool pg_ping ( resource connection );f[^x[Xڑ𒲂ׂ
int pg_port ( resource connection );ڑɊ֘A|[gԍԂ
bool pg_put_line ( [ resource connection ] , string data );NULLŏI镶PostgreSQLobNGhɑM
resource pg_query ( resource connection , string query );NGs
string pg_result_error ( resource result );ʂɊ֘AG[bZ[W擾
array pg_result_seek ( resource result , int offset );ʃ\[X̓R[h(s)ItZbgݒ肷
int pg_result_status ( resource result );NGʂ̃Xe[^X擾
array pg_select ( resource connection , string table_name , array assoc_array , [ bool convert ] );R[hI
bool pg_send_query ( resource connection , string query );񓯊NG𑗐M
int pg_set_client_encoding ( [ resource connection ] , string encoding );PostgreSQLNCAg̃GR[fBOݒ肷
bool pg_trace ( string filename , string [mode] , [ resource connection ] );PostgreSQLT[o[ւ̐ڑg[X
string pg_tty ( resource connection );ttyԂ
string pg_unescape_bytea ( string data );bytea^̃oCiAGXP[v
bool pg_untrace ( [ resource connection ] );PostgreSQLT[o[ւ̐ڑ̃g[X𖳌ɂ
long pg_update ( resource connection , string table_name , array condition , array data , [ bool convert ] );e[uXV
string posix_ctermid ( void );䂷[̃pX𓾂
string posix_getcwd ( void );݂̃fBNg̃pX
int posix_getegid ();݂̃vZX̗LȃO[vIDԂ
int posix_geteuid ();݂̃vZX̗Lȃ[U[IDԂ
int posix_getgid ();݂̃vZX̎ۂ̃O[vIDԂ
array posix_getgrgid ( int gid );w肵O[vIDLO[vɊւԂ
array posix_getgrnam ( string name );w肵O[vLO[vɊւԂ
array posix_getgroups ();݂̃vZX̃O[vݒԂ
string posix_getlogin ();OCԂ
int posix_getpgid ( int pid );WũvZXO[vID𓾂
int posix_getpgrp ();݂̃vZX̃O[vIDԂ
int posix_getpid ();݂̃vZXIDԂ
int posix_getppid ();evZXIDԂ
array posix_getpwnam ( string username );w肵[UL郆[UɊւԂ
array posix_getpwuid ( int uid );w肵[U[IDL郆[U[ɊւԂ
array posix_getrlimit ( void );VXe\[XɊւԂ
int posix_getsid ( int pid );vZX݂̌sid𓾂
int posix_getuid ();݂̃vZX̎ۂ̃[U[IDԂ
bool posix_isatty ( int fd );t@CLqqΘb^[ł邩ǂ`
bool posix_kill ( int pid , int sig );vZXɃVOi𑗐M
bool posix_mkfifo ( string pathname , int mode );fifo XyVt@C(OtpCv)쐬
bool posix_setgid ( int gid );݂̃vZX̗L GID ݒ肷
int posix_setpgid ( int pid , int pgid );WũvZXO[vIDݒ肷
int posix_setsid ();݂̃vZX̃ZbV[_[쐬
bool posix_setuid ( int uid );݂̃vZX̗L UID ݒ肷
array posix_times ();vZXԂ𓾂
string posix_ttyname ( int fd );[̃foCX`
array posix_uname ();VXe𓾂
void printer_abort ( resource handle );v^̃Xv[t@C폜
void printer_close ( resource handle );v^ւ̐ڑ
mixed printer_create_brush ( int style , string color );VKuV쐬
void printer_create_dc ( resource handle );VKfoCXReLXg쐬
mixed printer_create_font ( string face , int height , int width , int font_weight , bool italic , bool underline , bool strikeout , int orientaton );VKtHg쐬
mixed printer_create_pen ( int style , int width , string color );VKy쐬
bool printer_delete_brush ( resource handle );uV폜
bool printer_delete_dc ( resource handle );foCXReLXg폜
bool printer_delete_font ( resource handle );tHg폜
bool printer_delete_pen ( resource handle );y폜
void printer_draw_bmp ( resource handle , string filename , int x , int y );rbg}bv`悷
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 );`悷
void printer_draw_elipse ( resource handle , int ul_x , int ul_y , int lr_x , int lr_y );ȉ~`悷
void printer_draw_line ( resource printer_handle , int from_x , int from_y , int to_x , int to_y );`悷
void printer_draw_pie ( resource handle , int rec_x , int rec_y , int rec_x1 , int rec_y1 , int rad1_x , int rad1_y , int rad2_x , int rad2_y );~ʂ`悷
void printer_draw_rectangle ( resource handle , int ul_x , int ul_y , int lr_x , int lr_y );``悷
void printer_draw_roundrect ( resource handle , int ul_x , int ul_y , int lr_x , int lr_y , int width , int height );pۂ``悷
void printer_draw_text ( resource printer_handle , string text , int x , int y );eLXg`悷
bool printer_end_doc ( resource handle );hLg
bool printer_end_page ( resource handle );ANeBuȃy[W
mixed printer_get_option ( resource handle , string option );v^ݒf[^擾
array printer_list ( int enumtype , [ string name ] , [ int level ] );T[oŕtꂽv^̔zԂ
int printer_logical_fontheight ( resource handle , int height );_tHg̍擾
mixed printer_open ( [ string devicename ] );v^ւ̐ڑI[v
void printer_select_brush ( resource printer_handle , resource brush_handle );uVI
void printer_select_font ( resource printer_handle , resource font_handle );tHgI
void printer_select_pen ( resource printer_handle , resource pen_handle );yI
bool printer_set_option ( resource handle , int option , mixed value );v^̐ڑݒ肷
bool printer_start_doc ( resource handle , [ string document ] );VKhLgJn
bool printer_start_page ( resource handle );VKy[WJn
bool printer_write ( resource handle , string content );v^փf[^
int pspell_add_to_personal ( int dictionary_link , string word );[U̒PꃊXgɒPǉ
int pspell_add_to_session ( int dictionary_link , string word );Jg̃ZbV̒PꃊXgɒPǉ
bool pspell_check ( int dictionary_link , string word );P`FbN
int pspell_clear_session ( int dictionary_link );Jg̃ZbVNA
int pspell_config_create ( string language , string [spelling] , string [jargon] , string [encoding] );I[vۂɎgpݒ쐬
int pspell_config_ignore ( int dictionary_link , int n );N̒P𖳎
int pspell_config_mode ( int dictionary_link , int mode );ԂĂ̐̃[hύX
int pspell_config_personal ( int dictionary_link , string file );l̒PꃊXgێt@Cݒ肷
int pspell_config_repl ( int dictionary_link , string file );uێt@Cݒ肷
int pspell_config_runtogether ( int dictionary_link , boolean flag );LȒP̑gݍ킹Ƃčl
int pspell_config_save_repl ( int dictionary_link , boolean flag );PꃊXgƋɒuXgۑ邩ǂ`
int pspell_new_config ( int config );w肵ݒɊÂVK[h
int pspell_new_personal ( string personal , string language , string [spelling] , string [jargon] , string [encoding] , int [mode] );l̒PꃊXgLVK[h
int pspell_new ( string language , string [spelling] , string [jargon] , string [encoding] , int [mode] );VK[h
int pspell_save_wordlist ( int dictionary_link );l̒PꃊXgt@Cɕۑ
int pspell_store_replacement ( int dictionary_link , string misspelled , string correct );Pûۑ
array pspell_suggest ( int dictionary_link , string word );P̃XyɂďC
string qdom_error ();߂QDOM삩̃G[܂̓G[FALSEԂ
object qdom_tree ( string );xml̃c[쐬
void readline_add_history ( string line );qXg1sǉ
bool readline_clear_history ();qXgNA
bool readline_completion_function ( string line );⊮֐o^
mixed readline_info ( string [varname] , string [newvalue] );Xreadline̓ϐ擾/ݒ肷
array readline_list_history ();qXg̃Xg
bool readline_read_history ( string filename );qXgǂݍ
boolean readline_write_history ( string filename );qXg
string readline ( string [prompt] );1sǂݍ
bool recode_file ( string request , resource input , resource output );R[hϊw߂ɊÂt@Ct@CɃR[hϊ
string recode_string ( string request , string string );R[hϊw߂ɊẪR[hϊ
string recode ( string request , string string );R[hϊw߂ɊÂϊ
string ereg_replace ( string pattern , string replacement , string string );K\ɂu
bool ereg ( string pattern , string string , array [regs] );K\Ƀ}b`
string eregi_replace ( string pattern , string replacement , string string );啶ʂɐK\ɂus
bool eregi ( string pattern , string string , array [regs] );啶ʂɐK\ɂ}b`Os
array split ( string pattern , string string , int [limit] );K\ɂ蕶𕪊AzɊi[
array spliti ( string pattern , string string , int [limit] );啶ʂȂK\ɂ蕶𕪊Azɓ
string sql_regcase ( string string );啶ʂȂ}b`Ô߂̐K\쐬
new OrbitEnum ( string id );CORBA enumsgp
new OrbitObject ( string ior );CORBA IuWFNgɃANZX
new OrbitStruct ( string id );CORBA \̂gp
bool satellite_caught_exception ();OO̊֐Lb`ꂽǂ𒲂ׂ
string satellite_exception_id ();߂̗OɊւ郌|WgID擾
OrbitStruct satellite_exception_value ();߂̗OɊւO\̂𓾂
int satellite_get_repository_id ( object obj );NOT IMPLEMENTED
bool satellite_load_idl ( string file );IDLt@C[hς݂łȂꍇA^Cv}l[WɃ[hw
string satellite_object_to_string ( object obj );IuWFNg𕶎\ɕϊ
int ftok ( string pathname , string proj );pXƃvWFNgIDSystem V IPCL[ɕϊ
bool sem_acquire ( int sem_identifier );Z}tH𓾂܂
int sem_get ( int key , int [max_acquire] , int [perm] );Z}tH ID 𓾂܂
bool sem_release ( int sem_identifier );Z}tH܂
bool sem_remove ( int sem_identifier );Z}tH폜
int shm_attach ( int key , int [memsize] , int [perm] );LZOg쐬܂̓I[v܂
int shm_detach ( int shm_identifier );LZOgւ̐ڑ܂
mixed shm_get_var ( int id , int variable_key );LϐԂ
int shm_put_var ( int shm_identifier , int variable_key , mixed variable );L̕ϐ}܂͍XV܂
int shm_remove_var ( int id , int variable_key );Lϐ폜܂
int shm_remove ( int shm_identifier );UNIX VXe狤L폜
int sesam_affected_rows ( string result_id );߂̃NGɂpꂽR[h̐𓾂
bool sesam_commit ();SESAMf[^x[Xւ̑ҋ@̍XVR~bg
bool sesam_connect ( string catalog , string schema , string user );SESAM f[^x[XڑI[v
array sesam_diagnostic ();߂SESAMR[ɊւXe[^XԂ
bool sesam_disconnect ();SESAMڑ؂藣
string sesam_errormsg ();߂SESAMR[̃G[bZ[WԂ
string sesam_execimm ( string query );SQL߂𒼂Ɏs
array sesam_fetch_array ( string result_id , int [whence] , int [offset] );AzzƂăR[h1擾
mixed sesam_fetch_result ( string result_id , int [max_rows] );NGʂ̑SĂ邢͈ꕔԂ
array sesam_fetch_row ( string result_id , int [whence] , int [offset] );1̃R[hzƂĎ擾
array sesam_field_array ( string result_id );ʂ̌X̃JɊւ郁^Ԃ
int sesam_field_name ( string result_id , int index );ʏW̃JԂ
int sesam_free_result ( string result_id );NGɊւ郊\[XJ
int sesam_num_fields ( string result_id );ʏW̃tB[h/JԂ
string sesam_query ( string query , bool [scrollable] );SESAM SQL NGsAʂ
bool sesam_rollback ();SESAMf[^x[Xɑ΂ҋ@̍XVj
bool sesam_seek_row ( string result_id , int whence , int [offset] );AIɎ擾ۂɃXN[\ȃJ[\[hɐݒ肷
bool sesam_settransaction ( int isolation_level , int read_only );SESAM gUNVp[^
int session_cache_expire ( [ int new_cache_expire ] );Jg̃LbV̗LԂ
string session_cache_limiter ( [ string cache_limiter ] );Jg̃LbV~b^擾܂͐ݒ肷
bool session_decode ( string data );񂩂ZbVf[^fR[h
bool session_destroy ();ZbVɓo^ꂽf[^SĔj
string session_encode ();݂̃ZbVf[^𕶎ƂăGR[h
array session_get_cookie_params ();ZbVNbL[̃p[^𓾂
string session_id ( [ string id ] );Jg̃ZbVID擾܂͐ݒ肷
bool session_is_registered ( string name );ϐZbVɓo^Ă邩ǂ𒲂ׂ
string session_module_name ( [ string module ] );݂̃ZbVW[擾܂͐ݒ肷
string session_name ( [ string name ] );Jg̃ZbV擾܂͐ݒ肷
bool session_regenerate_id ();݂̃ZbVIDV̂ƒu
bool session_register ( mixed name , [ mixed ... ] );݂̃ZbV1ȏ̕ϐo^
string session_save_path ( [ string path ] );݂̃ZbVf[^ۑpX擾܂͐ݒ肷
void session_set_cookie_params ( int lifetime , [ string path ] , [ string domain ] , [ bool secure ] );ZbVNbL[p[^ݒ肷
bool session_set_save_handler ( string open , string close , string read , string write , string destroy , string gc );[U`̃ZbVۑ֐ݒ肷
bool session_start ();ZbVf[^
bool session_unregister ( string name );݂̃ZbVϐ̓o^폜
void session_unset ();SẴZbVϐJ
void session_write_close ();ZbVf[^ŃZbVI
int shmop_close ( int shmid );LubN
int shmop_delete ( int shmid );LubN폜
int shmop_open ( int key , string flags , int mode , int size );LubN쐬܂̓I[v
string shmop_read ( int shmid , int offset , int count );LubNf[^ǂݍ
int shmop_size ( int shmid );LubN̑傫𓾂
int shmop_write ( int shmid , string data , int offset );LubNɃf[^
string simplexml_element->asXML ();SimpleXMLvfɊÂ`XMLԂ
object simplexml_element simplexml_element->attributes ( string data );vf̑`
object simplexml_element simplexml_element->children ();w肵m[h̎qm[ht
array simplexml_element->xpath ( string path );XMLf[^XpathNGs
object simplexml_element simplexml_import_dom ( domNode node );DOMm[hsimplexml_elementIuWFNg擾
object simplexml_element simplexml_load_file ( string filename );XMLt@Cp[XAIuWFNgɑ
object simplexml_element simplexml_load_string ( string data );XMLIuWFNgɑ
bool snmp_get_quick_print ();UCD Cu quick_print ݂̌̐ݒl擾
void snmp_set_quick_print ( bool quick_print );UCB SNMP Cu quick_print ̒lݒ肷
string snmpget ( string hostname , string community , string object_id , int [timeout] , int [retries] );SNMPIuWFNg擾
array snmprealwalk ( string host , string community , string object_id , [ int timeout ] , [ int retries ] );w肵IuWFNgɊւIuWFNgID܂ޑSẴIuWFNgԂ
bool snmpset ( string hostname , string community , string object_id , string type , mixed value , int [timeout] , int [retries] );SNMP IuWFNgݒ肷
array snmpwalk ( string hostname , string community , string object_id , int [timeout] , int [retries] );G[WFgSĂSNMPIuWFNg肾
array snmpwalkoid ( string hostname , string community , string object_id , int [timeout] , int [retries] );lbg[NGeBeBɊւc[̌
bool is_soap_fault ( mixed obj );SOAPR[sǂ𒲂ׂ
mixed SoapClient::__call ( string function_name , [ array arguments ] , [ array options ] , [ array input_headers ] , [ array output_headers ] );SOAP֐R[
array SoapClient::__getFunctions ( void );SOAP֐̃XgԂ
string SoapClient::__getLastRequest ( void );߂SOAPNGXgԂ
object SoapClient::__getLastResponse ( void );߂SOAPX|XԂ
array SoapClient::__getTypes ( void );SOAP^̃XgԂ
object SoapClient::SoapClient ( mixed wsdl , [ array options ] );SoapClient RXgN^
object SoapFault::SoapFault ( string faultcode , string faultstring , [ string faultactor ] , [ mixed detail ] , [ string faultname ] , [ mixed headerfault ] );SoapFault RXgN^
object SoapHeader::SoapHeader ( string namespace , string name , [ mixed data ] , [ bool mustUnderstand ] , [ mixed actor ] );SoapHeader RXgN^
object SoapParam::SoapParam ( mixed data , string name );SoapParam constructor
void SoapServer::addFunction ( mixed functions );SOAPNGXg܂͕̊֐ǉ
array SoapServer::getFunctions ( void );`ς݂̊֐̃XgԂ
void SoapServer::handle ( [ string soap_request ] );SOAPNGXg
void SoapServer::setClass ( string class_name , [ mixed args ] );SOAPNGXgNXݒ肷
void SoapServer::setPersistence ( int mode );SoapServer̎[hݒ肷
object SoapServer::SoapServer ( mixed wsdl , [ array options ] );SoapServerRXgN^
object SoapVar::SoapVar ( mixed data , int encoding , [ string type_name ] , [ string type_namespace ] , [ string node_name ] , [ string node_namespace ] );SoapVar RXgN^
int socket_accept ( resource socket );\Pbgւ̐ڑ
bool socket_bind ( resource socket , string address , [ int port ] );\PbgɖOoCh
void socket_clear_error ( [ resource socket ] );\Pbg̃G[܂͒߂̃G[R[hNA
bool socket_close ( resource socket );t@CLqq
bool socket_connect ( resource socket , string address , [ int port ] );\Pbg̐ڑ
resource socket_create_listen ( int port , [ int backlog ] );ڑ󂯂邽߂Ƀ|[gɃ\PbgI[v
bool socket_create_pair ( int domain , int type , int protocol , array &fd );ʂłȂ\Pbg̑g쐬Afdɕۑ
resource socket_create ( int domain , int type , int protocol );\Pbg쐬(ʐM̏I[)
resource socket_fd_alloc ();t@CLqqWmۂ
bool socket_fd_clear ( resource set , mixed socket );Wt@CLqqNA
bool socket_fd_free ( resource set );t@CLqqW
bool socket_fd_isset ( resource set , resource socket );t@CLqqAt@CLqqW̒Őݒ肳Ă邩ǂ𒲂ׂ
bool socket_fd_set ( resource set , mixed socket );WɃt@CLqqǉ
bool socket_fd_zero ( resource set );t@CLqqWNA
mixed socket_getopt ( resource socket , int level , int optname );\Pbg̃IvV擾
bool socket_getpeername ( resource socket , string &addr , [ int &port ] );fdwA\Pbg̃[gqsa.sin_addrsa.sin_port̒laddrport̕ɕۑ
bool socket_getsockname ( resource socket , string &addr , [ int &port ] );fdwA\Pbg̃[Jqsa.sin_addrsa.sin_port̒laddrport̕ɕۑ
bool socket_iovec_add ( resource iovec , int iov_len );VKxNgWpzɒǉ
resource socket_iovec_alloc ( int num_vectors , [ int ] );sendmsg, recvmsg, writev, readvŎgp悤'struct iovec'\z
bool socket_iovec_delete ( resource iovec , int iov_pos );xNg̔z񂩂xNg폜
string socket_iovec_fetch ( resource iovec , int iovec_position );iovec_id[iovec_position] Ŏw肵iovecɕۑꂽf[^Ԃ
bool socket_iovec_free ( resource iovec );iovec_idŎw肵iovec
bool socket_iovec_set ( resource iovec , int iovec_position , string new_val );iovec_id[iovec_position]ɕێꂽf[^new_valݒ肷
int socket_last_error ( [ resource socket ] );\Pbg̒߂̃G[Ԃ/NA
int socket_listen ( resource socket , int backlog );\PbgŐڑ҂(listen)
string socket_read ( resource socket , int length , [ int type ] );\PbgőoCg܂œǂ݂
bool socket_readv ( resource socket , resource iovec_id );iovec_idŒ`Wpzpfdǂݍ
string socket_recv ( resource socket , int len , int flags );ڑ\Pbgf[^M
int socket_recvfrom ( resource socket , string &buf , int len , int flags , string &name , [ int &port ] );ڑĂ邩ǂɂ炸A\Pbgf[^M
bool socket_recvmsg ( resource socket , resource iovec , array &control , int &controllen , int &flags , string &addr , [ int &port ] );ڑpł邩ǂɂ炸\Pbg̃bZ[WM
int socket_select ( resource read_fd , resource write_fd , resource except_fd , int tv_sec , [ int tv_usec ] );tv_sectv_usec Ŏw肵LԂselect()VXeR[s
int socket_send ( resource socket , string buf , int len , int flags );ڑ\PbgɃf[^𑗐M
bool socket_sendmsg ( resource socket , resource iovec , int flags , string addr , [ int port ] );ڑpł邩ǂɂ炸\PbgɃbZ[W𑗐M
int socket_sendto ( resource socket , string buf , int len , int flags , string addr , [ int port ] );ڑĂ邩ǂɂ炸\PbgɃbZ[W𑗐M
bool socket_set_nonblock ( resource socket );t@CLqqfdubN[hɐݒ肷
bool socket_setopt ( resource socket , int level , int optname , int );\Pbg̃IvVݒ肷
bool socket_shutdown ( resource socket , [ int how ] );MAMA܂͑Mp̃\PbgVbg_E
string socket_strerror ( int errno );\PbgG[̓e𕶎ƂĕԂ
int socket_write ( resource socket_des , string &buffer , int length );\Pbgɏ
bool socket_writev ( resource socket , resource iovec_id );iovec_idŒ`Wpzpăt@CLqqfdɏ
mixed ArrayIterator::current ();݂̔zGgԂ
mixed ArrayIterator::key ();݂̔zL[Ԃ
void ArrayIterator::next ();̃GgɈړ
void ArrayIterator::rewind ();zŏɊ߂
void ArrayIterator::seek ( int position );ʒu܂
bool ArrayIterator::valid ();z񂪂܂GgĂ邩ǂ`FbN
void ArrayObject::append ( mixed newval );lǉ
ArrayObject ArrayObject::__construct ( mixed input );VKzIuWFNg𐶐
int ArrayObject::count ();Ce[^ɂvf̐Ԃ
ArrayIterator ArrayObject::getIterator ();ArrayObject CX^XVKCe[^𐶐
bool ArrayObject::offsetExists ( mixed index );vꂽ $index ݂邩ǂԂ
bool ArrayObject::offsetGet ( mixed index );w肵 $index ̒lԂ
void ArrayObject::offsetSet ( mixed index , mixed newval );w肵 $index  $newval Zbg
void ArrayObject::offsetUnset ( mixed index );w肵 $index ̒l
boolean CachingIterator::hasNext ();Ce[^LȎ̗vfǂ`FbN
void CachingIterator::next ();Ce[^OɈړ
void CachingIterator::rewind ();Ce[^߂
string CachingIterator::__toString ();݂̗vf̕\Ԃ
boolean CachingIterator::valid ();݂̗vfLǂ`FbN
CachingRecursiveIterator CachingRecursiveIterator::getChildren ();Ce[^̎q CachingRecursiveIterator ƂĕԂ
bolean CachingRecursiveIterator::hasChildren ();Ce[^݂̗̌vfqǂ`FbN
array class_implements ( mixed class , [ bool autoload ] );^ꂽNXĂC^[tF[XԂ
array class_parents ( mixed class , [ bool autoload ] );^ꂽNX̐eNXԂ
DirectoryIterator DirectoryIterator::__construct ( string path );pXVKfBNgCe[^𐶐
DirectoryIterator DirectoryIterator::current ();ꎩgԂ (Iterator C^[tF[XKv)
int DirectoryIterator::getATime ();t@C̍ŏIANZX擾
RecursiveDirectoryIterator DirectoryIterator::getChildren ();fBNgłΌ݂̃Gg̃Ce[^Ԃ
int DirectoryIterator::getCTime ();t@C inode C擾
string DirectoryIterator::getFilename ();݂̃fBNgGg̃t@CԂ
int DirectoryIterator::getGroup ();t@C̃O[v擾
int DirectoryIterator::getInode ();t@C inode 擾
int DirectoryIterator::getMTime ();t@C̍ŏIC擾
int DirectoryIterator::getOwner ();t@C̏L҂擾
string DirectoryIterator::getPath ();fBNgpXԂ
string DirectoryIterator::getPathname ();݂̃fBNgGg̃pXƃt@CԂ
int DirectoryIterator::getPerms ();t@C̃p[~bV擾
int DirectoryIterator::getSize ();t@CTCY擾
string DirectoryIterator::getType ();t@C^Cv擾
bool DirectoryIterator::isDir ();t@CfBNgł true Ԃ
bool DirectoryIterator::isDot ();݂̃Gg '.'  '..' ̏ꍇ true Ԃ
bool DirectoryIterator::isExecutable ();t@Cs\ȏꍇ true Ԃ
bool DirectoryIterator::isFile ();t@Cʏ̃t@C̏ꍇ true Ԃ
bool DirectoryIterator::isLink ();t@CV{bNN̏ꍇ true Ԃ
bool DirectoryIterator::isReadable ();t@CǍ\ł true Ԃ
bool DirectoryIterator::isWritable ();t@C݉\ł true Ԃ
string DirectoryIterator::key ();݂̃fBNgGgԂ
void DirectoryIterator::next ();̃GgɈړ
void DirectoryIterator::rewind ();fBNgŏɊ߂
string DirectoryIterator::valid ();fBNg܂GgĂ邩ǂ`FbN
mixed FilterIterator::current ();݂̗vf̒l擾
Iterator FilterIterator::getInnerIterator ();Ce[^擾
mixed FilterIterator::key ();݂̃L[擾
void FilterIterator::next ();Ce[^OɈړ
void FilterIterator::rewind ();Ce[^߂
boolean FilterIterator::valid ();݂̗vfLǂ`FbN
int iterator_count ( IteratorAggregate iterator );Ce[^ɂvfJEg
array iterator_to_array ( IteratorAggregate iterator );Ce[^zɃRs[
int LimitIterator::getPosition ();݂̈ʒuԂ
void LimitIterator::next ();Ce[^OɈړ
void LimitIterator::rewind ();Ce[^w肵ItZbgɊ߂
void LimitIterator::seek ( int position );^ꂽʒu
boolean LimitIterator::valid ();݂̗vfLǂ`FbN
ParentIterator ParentIterator::getChildren ();ParentIterator Ɋ܂܂Ce[^̎qԂ
boolean ParentIterator::hasChildren ();Ce[^݂̗̌vfqǂ`FbN
void ParentIterator::next ();Ce[^OɈړ
void ParentIterator::rewind ();Ce[^߂
object RecursiveDirectoryIterator::getChildren ();fBNgł΁Ã݂Ggɑ΂Ce[^Ԃ
bool RecursiveDirectoryIterator::hasChildren ( [ bool allow_links ] );݂̃GgfBNg '.'  '..' łȂǂԂ
string RecursiveDirectoryIterator::key ();݂̃fBNgGg̃pXƃt@CԂ
void RecursiveDirectoryIterator::next ();̃GgɈړ
void RecursiveDirectoryIterator::rewind ();fBNgŏɊ߂
mixed RecursiveIteratorIterator::current ();݂̗vf̒lɃANZX
int RecursiveIteratorIterator::getDepth ();ċAIȃCe[Vɂ錻݂̐[擾
RecursiveIterator RecursiveIteratorIterator::getSubIterator ();݂̗LȃTuCe[^擾
mixed RecursiveIteratorIterator::key ();݂̃L[ɃANZX
void RecursiveIteratorIterator::next ();̗vfɈړ
void RecursiveIteratorIterator::rewind ();gbvx̓Ce[^̐擪vfɃCe[^߂
bolean RecursiveIteratorIterator::valid ();݂̈ʒuLǂ`FbN
mixed SimpleXMLIterator::current ();݂ SimpleXML GgԂ
object SimpleXMLIterator::getChildren ();SimpleXML łꍇÃ݂Ggɑ΂Ce[^Ԃ
bool SimpleXMLIterator::hasChildren ();݂̃Gg SimpleXML IuWFNgǂԂ
mixed SimpleXMLIterator::key ();݂ SimpleXML ̃L[Ԃ
void SimpleXMLIterator::next ();̃GgɈړ
void SimpleXMLIterator::rewind ();SimpleXML ŏɊ߂
bool SimpleXMLIterator::valid ();SimpleXML ܂GgĂ邩ǂ`FbN
array spl_classes ();p\ SPL NXԂ
array sqlite_array_query ( resource db , string query , [ int result_type ] , [ bool decode_binary ] );w肵f[^x[Xɑ΂ăNGsAzԂ
void sqlite_busy_timeout ( resource database , int milliseconds );rW[^CAEgԂݒ܂̓rW[nh𖳌ɂ
int sqlite_changes ( resource db );߂SQLXe[ggɂύXꂽR[hԂ
void sqlite_close ( resource database );I[vꂽSQLitef[^x[X
mixed sqlite_column ( resource result , mixed index_or_name , [ bool decode_binary ] );JǧʃZbg̃R[hJ1擾
bool sqlite_create_aggregate ( resource db , string function_name , mixed step_func , mixed finalize_func , [ int num_args ] );SQLXe[ggŎgpWUDFo^
bool sqlite_create_function ( resource db , string function_name , mixed callback , [ int num_args ] );SQLXe[ggŎgp邽߂"ʏ"[U`֐o^
array sqlite_current ( resource result , [ int result_type ] , [ bool decode_binary ] );ʃZbgJg̃R[hzƂĎ擾
string sqlite_error_string ( int error_code );G[R[h̐Ԃ
string sqlite_escape_string ( string item );NGp[^pɕGXP[v
array sqlite_fetch_array ( resource result , [ int result_type ] , [ bool decode_binary ] );ʃZbg玟̃R[hzƂĎ擾
string sqlite_fetch_string ( resource result , [ int result_type ] , [ bool decode_binary ] );ʃZbg當ƂĐ擪J擾
string sqlite_field_name ( resource result , int field_index );̃tB[h̖OԂ
bool sqlite_has_more ( resource result );܂R[h邩ȂԂ
int sqlite_last_error ( resource db );f[^x[XɊւ钼߂̃G[R[hԂ
int sqlite_last_insert_rowid ( resource db );߂ɑ}ꂽR[hrowidԂ
string sqlite_libencoding ();NĂSQLiteCũGR[fBOԂ
string sqlite_libversion ();NĂSQLiteCũo[WԂ
bool sqlite_next ( resource result );̍sԍփV[N
int sqlite_num_fields ( resource result );ʃZbg̃tB[hԂ
int sqlite_num_rows ( resource result );ʃZbg̃R[hԂ
resource sqlite_open ( string filename , [ int mode ] , [ string &errmessage ] );SQLitef[^x[XI[vBf[^x[X݂Ȃꍇ͍쐬
resource sqlite_popen ( string filename , [ int mode ] , [ string &errmessage ] );SQLitef[^x[Xւ̎InhI[vB݂Ȃꍇɂ́Af[^x[X쐬
resource sqlite_query ( resource db , string query );w肵f[^x[Xɑ΂ăNGsAʃnhԂ
bool sqlite_rewind ( resource result );擪R[hԍփV[N
bool sqlite_seek ( resource result , int rownum );̃R[hԍփV[N
string sqlite_udf_decode_binary ( string data );UDFɃp[^ƂēnꂽoCif[^fR[h
string sqlite_udf_encode_binary ( string data );UDFԂOɃoCif[^GR[h
resource sqlite_unbuffered_query ( resource db , string query );O擾ĂȂNGsASẴf[^obt@O
resource stream_context_create ( array options );Xg[ReLXg쐬
array stream_context_get_options ( resource stream|context );Xg[ / bp / ReLXgɐݒ肳ĂIvV擾
bool stream_context_set_option ( resource context|stream , string wrapper , string option , mixed value );Xg[ / bp / ReLXg̃IvVݒ肷
bool stream_context_set_params ( resource stream|context , array params );Xg[ / bp / ReLXg̃p[^ݒ肷
int stream_copy_to_stream ( resource source , resource dest , [ int maxlength ] );f[^Xg[ʂ̃Xg[ɃRs[
bool stream_filter_append ( resource stream , string filtername , [ int read_write ] , [ mixed params ] );Xg[ɃtB^t
bool stream_filter_prepend ( resource stream , string filtername , [ int read_write ] , [ string params ] );tB^Xg[ɕt
bool stream_filter_register ( string filtername , string classname );php_user_filter ɗRNXƂĎꂽXg[tB^o^
array stream_get_filters ();o^ĂtB^̃Xg擾
string stream_get_line ( resource handle , int length , string ending );w肳ꂽf~^̈ʒu܂ł̃f[^sƂăXg[ǂݍ
array stream_get_meta_data ( resource stream );wb_[邢̓^f[^Xg[܂̓t@C|C^擾
array stream_get_transports ();o^ꂽ\Pbg̃gX|[g̈ꗗ擾
array stream_get_wrappers ();o^ĂXg[̃bp̃Xg擾
int stream_select ( resource &read , resource &write , resource &except , int tv_sec , [ int tv_usec ] );select() VXeR[Ɠ̑AXg[̔zɑ΂ tv_sec  tv_usec Ŏw肳ꂽ^CAEgԂčs
bool stream_set_blocking ( resource stream , int mode );Xg[̃ubN[hLɂ / 
bool stream_set_timeout ( resource stream , int seconds , int microseconds );Xg[Ƀ^CAEgݒ肷
int stream_set_write_buffer ( resource stream , int buffer );w肳ꂽXg[̃t@Cobt@OLɂ
resource stream_socket_accept ( resource server_socket , [ int timeout ] , [ string &peername ] );stream_socket_server ōꂽ\Pbg̐ڑ󂯓
resource stream_socket_client ( string remote_socket , [ int &errno ] , [ string &errstr ] , [ float timeout ] , [ int flags ] , [ resource context ] );C^[lbghC܂ Unix hC̃\PbgڑJ
string stream_socket_get_name ( resource handle , boolean want_peer );[J܂̓[g̃\Pbg̖O擾
resource stream_socket_server ( string local_socket , [ int &errno ] , [ string &errstr ] , [ int flags ] , [ resource context ] );C^[lbghC܂ Unix hC̃T[o\Pbg쐬
bool stream_wrapper_register ( string protocol , string classname );PHP ̃NXƂĎꂽ URL bp[o^
string addcslashes ( string str , string charlist );CƓlɃXbVŕNH[g
string addslashes ( string str );XbVŃNH[g
string bin2hex ( string str );oCif[^16i\ɕϊ
string chr ( int ascii );̕Ԃ
string chunk_split ( string string , [ int chunklen ] , [ string end ] );菬ȕɕ
string convert_cyr_string ( string str , string from , string to );Cyrillic R[h𑼂̃R[hɕϊ
mixed count_chars ( string string , int [mode] );ŎgpĂ镶ɊւԂ
int crc32 ( string str ); crc32 vZs
string crypt ( string str , string [salt] );̈̈Í(nbV)s
void echo ( string arg1 , [ string argn... ] );1ȏ̕o͂
array explode ( string separator , string string , [ int limit ] );𕶎ɂ蕪
string get_html_translation_table ( int table , [ int quote_style ] );htmlspecialchars htmlentities Ŏgpϊe[uԂ
array get_meta_tags ( string filename , int [use_include_path] );t@CSẴ^^OWJAzԂ
string hebrev ( string hebrew_text , [ int max_chars_per_line ] );Hebrew _eLXgeLXgɕϊ
string hebrevc ( string hebrew_text , [ int max_chars_per_line ] );Hebrew _eLXgsϊĉeLXgɕϊ
string htmlentities ( string string , int [quote_style] , string [charset] );Kp\ȕSHTMLGeBeBɕϊ
string htmlspecialchars ( string string , int [quote_style] , [ string charset ] );ꕶHTMLGeBeBɕϊ
string implode ( string glue , array pieces );zvf𕶎ɂA
int levenshtein ( string str1 , string str2 );̕LevenshteinvZ
array localeconv ();lɊւtH[}bg𓾂
string ltrim ( string str , [ string charlist ] );̍ŏ󔒕菜
string md5_file ( string filename );w肵t@CMD5nbVlvZ
string md5 ( string str , [ bool raw_output ] );md5nbVlvZ
string metaphone ( string str ); metaphone L[vZ
string nl_langinfo ( int item );yуP[
string nl2br ( string string );s̑OHTML̉sw蕶}
int ord ( string string );ASCIIlԂ
void parse_str ( string str , [ array arr ] );Aϐɑ
print ( string arg );o͂
void printf ( string format , [ mixed args ] );tH[}bgς݂̕o͂
string quoted_printable_decode ( string str );quoted-printable8rbgɕϊ
string quotemeta ( string str );^NH[g
string rtrim ( string str , [ string charlist ] );̍Ōォ󔒕폜
string setlocale ( mixed category , string locale );P[Zbg
string sha1_file ( string filename , [ bool raw_output ] );t@Csha1nbVvZ
string sha1 ( string str , [ bool raw_output ] );镶sha1nbVvZ
int similar_text ( string first , string second , [ float percent ] );̊̕Ԃ̗ގς
string soundex ( string str );soundexL[vZ
string sprintf ( string format , [ mixed args ] );tH[}bgꂽԂ
mixed sscanf ( string str , string format , [ string var1 ] );tH[}bgɊÂ͂
string str_pad ( string input , int pad_length , [ string pad_string ] , [ int pad_type ] );Œ蒷̑̕Ŗ߂
string str_repeat ( string input_str , int multiplier );𔽕
mixed str_replace ( mixed search , mixed replace , mixed subject , [ int count ] ); subject ̕ search Sĕreplaceɒu
string str_rot13 ( string str );rot13ϊs
string str_shuffle ( string str );_ɃVbt
int strcasecmp ( string str1 , string str2 );啶ʂȂoCiɂgp\ȕrs
string strchr ( string haystack , string needle );ŏɌƂT
int strcmp ( string str1 , string str2 );oCiłg镶r
int strcoll ( string str1 , string str2 );P[ɊÂr
int strcspn ( string str1 , string str2 );}XNɃ}b`Ȃŏ̃ZOg̒Ԃ
string strip_tags ( string str , [ string allowable_tags ] );񂩂HTMLPHP^O菜
string stripcslashes ( string str );addcslashesŃNH[gꂽANH[g
int stripos ( string haystack , string needle , [ int offset ] );啶/ʂɕ񂪍ŏɌʒuT
string stripslashes ( string str );addslashesŃNH[gꂽ̃NH[g菜
string stristr ( string haystack , string needle );啶ʂȂ strstr
int strlen ( string string );̒𓾂
int strnatcasecmp ( string str1 , string str2 );"R"ASYɂ啶ʂȂrs
int strnatcmp ( string str1 , string str2 );"R"ASYɂ蕶rs
int strncasecmp ( string str1 , string str2 , int len );oCiΉ̑啶ʂȂrŏnɂčs
int strncmp ( string str1 , string str2 , int len );ŏnɂăoCiΉ̕rs
int strpos ( string haystack , string needle , [ int offset ] );񂪍ŏɌꏊ
string strrchr ( string haystack , string needle );񒆂ɕŌɌꏊ擾
string strrev ( string string );tɂ
int strrpos ( string haystack , char needle );񒆂ɁA镶ŌɌꏊT
int strspn ( string str1 , string str2 );}XNɈvŏ̃ZOg̒Ԃ
string strstr ( string haystack , string needle );񂪍ŏɌʒu
string strtok ( string arg1 , string arg2 );g[Nɕ
string strtolower ( string string );ɂ
string strtoupper ( string string );啶ɂ
string strtr ( string str , string from , string to );̕ϊ
int substr_count ( string haystrack , string needle );̏o֐𐔂
string substr_replace ( string string , string replacement , int start , int [length] );̈ꕔu
string substr ( string string , int start , int [length] );̈ꕔԂ
string trim ( string str , [ string charlist ] );̐擪іɂzCgXy[X菜
string ucfirst ( string str );̍ŏ̕啶ɂ
string ucwords ( string str );̊eP̍ŏ̕啶ɂ
void vprintf ( string format , array args );tH[}bgꂽo͂
string vsprintf ( string format , array args );tH[}bgꂽԂ
string wordwrap ( string str , int [width] , string [break] , int [cut] );񕪊gpĎw肵ɕ𕪊
void swf_actiongeturl ( string url , string target );Shockwave Flash[r[URL𓾂
void swf_actiongotoframe ( int framenumber );t[sA~
void swf_actiongotolabel ( string label );w肵xLt[\
void swf_actionnextframe ();t[i߂
void swf_actionplay ();Jg̃t[flash[r[̎sJn
void swf_actionprevframe ();t[߂
void swf_actionsettarget ( string target );ANṼReLXgݒ肷
void swf_actionstop ();Jg̃t[flash[r[̎sI
void swf_actiontogglequality ();NIeB̃[ƃnCؑւ
void swf_actionwaitforframe ( int framenumber , int skipcount );t[[hĂȂꍇɃANVXLbv
void swf_addbuttonrecord ( int states , int shapeid , int depth );Jg̃{^̈ʒuAOρAANeBuGA𐧌䂷
void swf_addcolor ( float r , float g , float b , float a );O[oZFw肵rbgalɐݒ肷
void swf_closefile ( int [return_file] );JgShockwave Flasht@C
void swf_definebitmap ( int objid , string image_name );rbg}bv`
void swf_definefont ( int fontid , string fontname );tHg`
void swf_defineline ( int objid , float x1 , float y1 , float x2 , float y2 , float width );`
void swf_definepoly ( int objid , array coords , int npoints , float width );|S`
void swf_definerect ( int objid , float x1 , float y1 , float x2 , float y2 , float width );``
void swf_definetext ( int objid , string str , int docenter );eLXg`
void swf_endbutton ();Jg̃{^̒`I
void swf_enddoaction ();Jg̃ANVI
void swf_endshape ();Jǧ`̒`
void swf_endsymbol ();V{̒`I
void swf_fontsize ( float size );tHg̑傫ύX
void swf_fontslant ( float slant );tHǧXݒ肷
void swf_fonttracking ( float tracking );Jg̃tHg̃gbLOݒ肷
array swf_getbitmapinfo ( int bitmapid );rbg}bvɊւ𓾂
array swf_getfontinfo ();啶AƏx̍sNZPʂœ
int swf_getframe ();Jg̃t[̃t[ԍ𓾂
void swf_labelframe ( string name );Jg̃t[Ƀxt
void swf_lookat ( float view_x , float view_y , float view_z , float reference_x , float reference_y , float reference_z , float twist );_ϊ`
void swf_modifyobject ( int depth , int how );IuWFNgC
void swf_mulcolor ( float r , float g , float b , float a );O[oZFw肵rbgalɐݒ肷
int swf_nextid ();̖gp̃IuWFNgIDԂ
void swf_oncondition ( int transition );ANVXg̃gKƂĎgpgWV`
void swf_openfile ( string filename , float width , float height , float framerate , float r , float g , float b );VKShockwave Flasht@CI[v
void swf_ortho ( float xmin , float xmax , float ymin , float ymax , float zmin , float zmax );Jg̃r[|[gɂ郆[U[W̒}bsO`
void swf_ortho2 ( float xmin , float xmax , float ymin , float ymax );[UW2D}bsOJg̃r[|Cgɒ`
void swf_perspective ( float fovy , float aspect , float near , float far );ߖ@ɂ铊eϊ`
void swf_placeobject ( int objid , int depth );IuWFNgʂɔzu
void swf_polarview ( float dist , float azimuth , float incidence , float twist );ɍWŎ_`
void swf_popmatrix ();ȑO̕ϊs񕜂
void swf_posround ( int round );IuWFNgzu܂͈ړۂ̕ϊ̊ۂߏL܂͖ɂ
void swf_pushmatrix ();Jg̕ϊsX^bNɓ
void swf_removeobject ( int depth );IuWFNg폜
void swf_rotate ( float angle , string axis );Jg̍W]
void swf_scale ( float x , float y , float z );Jg̕ϊXP[O
void swf_setfont ( int fontid );Jg̃tHgύX
void swf_setframe ( int framenumber );w肵t[ɐؑւ
void swf_shapearc ( float x , float y , float r , float ang1 , float ang2 );~ʂ`悷
void swf_shapecurveto ( float x1 , float y1 , float x2 , float y2 );2_Ԃ2xWGȐ`悷
void swf_shapecurveto3 ( float x1 , float y1 , float x2 , float y2 , float x3 , float y3 );3xWGȐ`悷
void swf_shapefillbitmapclip ( int bitmapid );Jg̓hԂ[hNbvtrbg}bv
void swf_shapefillbitmaptile ( int bitmapid );Jg̓hԂ[h^C̃rbg}bvɐݒ肷
void swf_shapefilloff ();hԂItɂ
void swf_shapefillsolid ( float r , float g , float b , float a );Jg̓hԂFw肵Fɐݒ肷
void swf_shapelinesolid ( float r , float g , float b , float a , float width );Jg̍s̃X^Cݒ肷
void swf_shapelineto ( float x , float y );`悷
void swf_shapemoveto ( float x , float y );Jg̈ʒuړ
void swf_showframe ();Jg̃t[\
void swf_startbutton ( int objid , int type );{^̒`Jn
void swf_startdoaction ();Jg̃t[̃ANVXg̋LqJn
void swf_startshape ( int objid );GȌ`Jn
void swf_startsymbol ( int objid );V{`
float swf_textwidth ( string str );̕𓾂
void swf_translate ( float x , float y , float z );Jg̍Wϊ
void swf_viewport ( float xmin , float xmax , float ymin , float ymax );`s͈͂I
int sybase_affected_rows ( int [link_identifier] );߂̃NG[ŕύXꂽs̐𓾂
bool sybase_close ( int link_identifier );Sybase ڑ܂
int sybase_connect ( string servername , string username , string password , [ string charset ] );Sybase T[o[ڑI[v܂
bool sybase_data_seek ( int result_identifier , int row_number );s|C^ړ܂
array sybase_fetch_array ( int result );szƂĎ荞݂܂
object sybase_fetch_field ( int result , [ int field_offset ] );tB[h𓾂܂
int sybase_fetch_object ( int result );sIuWFNgƂĎ荞݂܂
array sybase_fetch_row ( int result );szƂē܂
int sybase_field_seek ( int result , int field_offset );tB[hItZbgݒ肵܂
bool sybase_free_result ( int result );ʃJ܂
string sybase_get_last_message ();T[o[璼߂̃bZ[WԂ
void sybase_min_client_severity ( int severity );NCAgseverityŏɐݒ肷
void sybase_min_error_severity ( int severity );G[severityŏɐݒ肷
void sybase_min_message_severity ( int severity );bZ[W̃`FbNŏɐݒ肷
void sybase_min_server_severity ( int severity );T[o[`FbNŏɐݒ肷
int sybase_num_fields ( int result );ʂɂtB[h̐𓾂܂
int sybase_num_rows ( int result );ʂɂs̐𓾂܂
int sybase_pconnect ( string servername , string username , string password , [ string charset ] );Sybase̎IȐڑI[v܂
int sybase_query ( string query , int link_identifier );Sybase NG[𑗐M܂
string sybase_result ( int result , int row , mixed field );ʃf[^𓾂܂
bool sybase_select_db ( string database_name , int link_identifier );Sybase f[^x[XI܂
string ob_tidyhandler ( string input , [ int mode ] );obt@C邽߂ ob_start R[obN֐
int tidy_access_count ( tidy object );w肵hLgɂĔTidyANZVreBx̐Ԃ
bool tidy_clean_repair ( tidy object );p[Xꂽ}[NAbvɐݒɊ̏Cs
int tidy_config_count ( tidy object );w肵hLgɂĔ Tidy ݒG[̐Ԃ
tidy tidy::__construct ( [ string filename ] , [ mixed config ] , [ string encoding ] , [ bool use_include_path ] );VK Tidy IuWFNg𐶐
bool tidy_diagnose ( tidy object );p[XACꂽ}[NAbv̐ffs
int tidy_error_count ( tidy object );w肵hLgɂĔ Tidy G[̐Ԃ
tidyNode tidy_get_body ( tidy object );Tidy p[Xc[ &lt;body&gt; ^On܂ tidyNodeIuWFNgԂ
array tidy_get_config ( tidy object );݂ Tidy ̐ݒ擾
string tidy_get_error_buffer ( tidy object );w肵hLg̃p[XŔxƃG[Ԃ
tidyNode tidy_get_head ( tidy object );Tidy p[Xc[ &lt;head&gt; ^On܂ tidyNodeIuWFNgԂ
int tidy_get_html_ver ( tidy object );w肵hLgŌoꂽ HTML o[W擾
tidyNode tidy_get_html ( tidy object );Tidy p[Xc[ &lt;html&gt; ^On܂ tidyNodeIuWFNgԂ
string tidy_get_opt_doc ( tidy object , string optname );^ꂽIvVɑ΂hLgԂ
string tidy_get_output ( tidy object );p[Xꂽ Tidy }[NAbv\Ԃ
string tidy_get_release ();Tidy Cũ[X (o[W) 擾
tidyNode tidy_get_root ( tidy object );Tidy p[Xc[̃[g\ tidyNode Ԃ
int tidy_get_status ( tidy object );w肵hLg̃Xe[^X擾
mixed tidy_getopt ( tidy object , string option );Tidy hLgɂĎw肵ݒIvV̒lԂ
bool tidy_is_xhtml ( tidy object );hLg XHTML hLgǂ
bool tidy_is_xml ( tidy object );hLgʓI XML hLg ( HTML/XHTML) ǂ
void tidy_load_config ( string filename , string encoding );w肵GR[fBO ASCII R[h Tidy ݒt@C[h
array tidy_node->children ();qm[h̔zԂ
tidy_attr tidy_node->get_attr ( int attrib_id );w肳ꂽ ID Ԃ
array tidy_node->get_nodes ( int node_id );w肳ꂽ ID m[hȉ̃m[h̔zԂ
tidy_node tidy_node->next ();̃m[h̎̌ZԂ
tidy_node tidy_node->prev ();̃m[h̑ǑZԂ
tidy tidy_parse_file ( string filename , [ mixed config ] , [ string encoding ] , [ bool use_include_path ] );t@C܂ URI ɂ}[NAbvp[X
tidy tidy_parse_string ( string input , [ mixed config ] , [ string encoding ] );ɃXgAꂽhLgp[X
string tidy_repair_file ( string filename , [ mixed config ] , [ string encoding ] , [ bool use_include_path ] );t@CCA𕶎ƂĕԂ
string tidy_repair_string ( string data , [ mixed config ] , [ string encoding ] );ʓr񋟂ݒt@CgpĕC
bool tidy_reset_config ();Tidy ̐ݒftHglɖ߂
bool tidy_save_config ( string filename );݂̐ݒ𖼑Otꂽt@Cɕۑ
bool tidy_set_encoding ( string encoding );}[NAbvp[Xۂ̓́^o̓GR[fBOݒ肷
bool tidy_setopt ( string option , mixed value );w肵 Tidy hLgɂĂ̐ݒXV
int tidy_warning_count ( tidy object );w肵hLgɂĔ Tidy x̐Ԃ
bool tidyNode->hasChildren ();̃m[hqꍇ true Ԃ
bool tidyNode->hasSiblings ();̃m[hZm[hꍇ true Ԃ
bool tidyNode->isAsp ();̃m[h ASP R[h̏ꍇ true Ԃ
bool tidyNode->isComment ();̃m[hRgłꍇ true Ԃ
bool tidyNode->isHtml ();̃m[h HTML hLg̏ꍇ true Ԃ
bool tidyNode->isJste ();̃m[h JSTE ł̏ꍇ true Ԃ
bool tidyNode->isPhp ();̃m[h PHP R[h̏ꍇ true Ԃ
bool tidyNode->isText ();̃m[heLXg (}[NAbvłȂ) ̏ꍇ true Ԃ
array token_get_all ( string source );w肵\[XPHPg[Nɕ
string token_name ( int token );w肵PHPg[ÑV{擾
int odbc_autocommit ( int connection_id , int [OnOff] );autocommit̓I܂̓Itɂ܂
int odbc_binmode ( int result_id , int mode );oCiJf[^
void odbc_close_all ();SĂODBCڑ܂
void odbc_close ( int connection_identifier );ODBC ڑ܂
int odbc_columnprivileges ( int connection_id , string [qualifier] , string [owner] , string [table_name] , string [column_name] );Jѕt錠̃Xg擾ۂɎgp錋IDԂ
int odbc_columns ( int connection_id , string [qualifier] , string [owner] , string [table_name] , string [column_name] );w肵e[uɂJ̃Xg擾ȀL錋IDԂ
int odbc_commit ( int connection_id );ODBCgUNVR~bg܂
int odbc_connect ( string dsn , string user , string password , int [cursor_type] );f[^\[Xɐڑ܂
string odbc_cursor ( int result_id );J[\𓾂܂
int odbc_do ( int conn_id , string query );odbc_exec̓`
string odbc_error ( [ int connection_id ] );߂̃G[R[h𓾂
string odbc_errormsg ( [ int connection_id ] );߂̃G[bZ[W𓾂
int odbc_exec ( int connection_id , string query_string );SQLAs܂
int odbc_execute ( int result_id , array [parameters_array] );ꂽs܂
array odbc_fetch_array ( int result , [ int rownumber ] );AzzƂČʂ̍s擾
bool odbc_fetch_into ( resource result_id , [ int rownumber ] , array result_array );1šʂzɎ荞݂܂
object odbc_fetch_object ( int result , [ int rownumber ] );IuWFNgƂČʂ̍s擾
bool odbc_fetch_row ( resource result_id , [ int row_number ] );s荞݂܂
string odbc_field_len ( int result_id , int field_number );tB[h̒𓾂
string odbc_field_name ( int result_id , int field_number );J𓾂܂
int odbc_field_num ( int result_id , string field_name );JԍԂ܂
string odbc_field_precision ( int result_id , int field_number );odbc_field_len̓`
string odbc_field_scale ( int result_id , int field_number );tB[h̐x𓾂
int odbc_field_type ( int result_id , int field_number );tB[h̃f[^^Ԃ܂
int odbc_foreignkeys ( int connection_id , string pk_qualifier , string pk_owner , string pk_table , string fk_qualifier , string fk_owner , string fk_table );w肵e[ůOL[̃Xg܂͎w肵e[u̎L[QƂ鑼̃e[uOL[̃XgԂ
int odbc_free_result ( int result_id );ʂێ郊\[XJ܂
int odbc_gettypeinfo ( int connection_id , int [data_type] );f[^\[XɂT|[gf[^^ɊւL錋IDԂ
int odbc_longreadlen ( int result_id , int length );LONGJ܂
bool odbc_next_result ( int result_id );̌ʂp\ȂǂmF
int odbc_num_fields ( int result_id );ʂ̃JԂ܂
int odbc_num_rows ( int result_id );ʂɂsԂ܂
int odbc_pconnect ( string dsn , string user , string password , int [cursor_type] );Iȃf[^x[XڑJ܂
int odbc_prepare ( int connection_identifier , string query_string );spɕ܂
int odbc_primarykeys ( int connection_id , string qualifier , string owner , string table );e[u̎L[LJ̖O擾ۂɎgp\ȌIDԂ
int odbc_procedurecolumns ( int connection_id , string [qualifier] , string [owner] , string [proc] , string [column] );vV[Wւ̃p[^Ɋւ擾
int odbc_procedures ( int connection_id , string [qualifier] , string [owner] , string [name] );w肵f[^\[XɕۑĂvV[W̃Xg擾ȀL錋IDԂ
int odbc_result_all ( int result_id , string [format] );HTML e[uƂČʂo͂܂
string odbc_result ( int result_id , mixed field );ʃf[^𓾂܂
int odbc_rollback ( int connection_id );gUNV[obN܂
int odbc_setoption ( int id , int function , int option , int param );ODBC̐ݒύX܂BG[ꍇFALSEȂ̏ꍇTRUEԂ܂B
int odbc_specialcolumns ( int connection_id , int type , string qualifier , string owner , string table , int scope , int nullable );e[ũR[h肷œKȃJ̑g܂̓R[h̒lgUNVɂXVۂɎIɍXVJԂ
int odbc_statistics ( int connection_id , string qualifier , string owner , string table_name , int unique , int accuracy );e[uɊւ铝v擾
int odbc_tableprivileges ( int connection_id , string [qualifier] , string [owner] , string [name] );ee[ũXgъ֘A錠̃Xg擾
int odbc_tables ( int connection_id , string [qualifier] , string [owner] , string [name] , string [types] );w肵f[^\[Xɕۑꂽe[u̖ÕXg擾ȀL錋IDԂ
string base64_decode ( string encoded_data );base64ɂGR[hꂽf[^̃fR[h
string base64_encode ( string data );base64ɂf[^̃GR[h
array get_meta_tags ( string filename , [ bool use_include_path ] );t@ĈׂẴ^^OzɓWJ
array parse_url ( string url );URL ߂A̍\vfԂ܂
string rawurldecode ( string str );URL GR[hꂽfR[h
string rawurlencode ( string str );RFC1738ɊÂURLGR[hs
string urldecode ( string str );GR[hꂽURL̃fR[h
string urlencode ( string str );URL̃GR[h
bool empty ( mixed var );ϐł邩ǂ
float floatval ( mixed var );ϐfloatl擾
array get_defined_vars ();SĂ̒`ς̕ϐzŕԂ
string get_resource_type ( resource handle );\[X^Ԃ
string gettype ( mixed var );ϐ̌^擾
bool import_request_variables ( string types , [ string prefix ] );GET/POST/CookieϐO[oXR[vɃC|[g
int intval ( mixed var , int [base] );ϐ̐ƂĂ̒l擾
bool is_array ( mixed var );ϐz񂩂ǂ
bool is_bool ( mixed var );ϐbooleanł邩𒲂ׂ
bool is_callable ( mixed var , [ bool syntax_only ] , [ string callable_name ] );LȃR[\ȍ\ł邩ǂ𒲂ׂ
bool is_float ( mixed var );ϐfloatǂׂ
bool is_int ( mixed var );ϐǂ
bool is_null ( mixed var );ϐ NULLǂׂ
bool is_numeric ( mixed var );w肵ϐ܂͐lł邩𒲂ׂ
bool is_object ( mixed var );ϐIuWFNgǂ
bool is_resource ( mixed var );ϐ\[Xǂ𒲂ׂ
bool is_scalar ( mixed var );ϐXJ[ǂ𒲂ׂ
bool is_string ( mixed var );ϐ񂩂ǂ
int isset ( mixed var );ϐZbgĂ邩ǂ
bool print_r ( mixed expression , [ bool return ] );w肵ϐɊւ₷o͂
string serialize ( mixed value );l̕ۑ\ȕ\𐶐
bool settype ( mixed var , string type );ϐ̌^Zbg
string strval ( mixed var );ϐ̕ƂĂ̒l𓾂܂
mixed unserialize ( string str );ۑp\ PHP ̒l𐶐
void unset ( mixed var , mixed [var] , [...] );w肵ϐ̊
void var_dump ( mixed expression , [ mixed expression ] , [ ... ] );w肵ϐɊւ_v
mixed var_export ( mixed expression , [ int return ] );ϐ̕\o͂܂͕Ԃ
bool vpopmail_add_alias_domain_ex ( string olddomain , string newdomain );̉zhCɃGCAXǉ
bool vpopmail_add_alias_domain ( string domain , string aliasdomain );zhCւ̃GCAXǉ
bool vpopmail_add_domain_ex ( string domain , string passwd , [ string quota ] , [ string bounce ] , [ bool apop ] );VKɉzhCǉ
bool vpopmail_add_domain ( string domain , string dir , int uid , int gid );zhCVɒǉ
bool vpopmail_add_user ( string user , string domain , string password , [ string gecos ] , [ bool apop ] );w肵zhCɐVK[Uǉ
bool vpopmail_alias_add ( string user , string domain , string alias );zGCAXǉ
bool vpopmail_alias_del_domain ( string domain );hCɊւ鉼zGCAXSč폜
bool vpopmail_alias_del ( string user , string domain );郆[ỦzGCAXSč폜
array vpopmail_alias_get_all ( string domain );hCɊւGCAXSĎ擾
array vpopmail_alias_get ( string alias , string domain );hCɊւGCAX擾
bool vpopmail_auth_user ( string user , string domain , string password , [ string apop ] );[U/hC/pX[h̔F؂݁Atrue/falseԂ
bool vpopmail_del_domain_ex ( string domain );zhC폜
bool vpopmail_del_domain ( string domain );zhC폜
bool vpopmail_del_user ( string user , string domain );zhC烆[U폜
string vpopmail_error ();߂vpopmailG[ɊւG[bZ[W擾
bool vpopmail_passwd ( string user , string domain , string password );z[ŨpX[hύX
bool vpopmail_set_user_quota ( string user , string domain , string quota );z[U̗eʐ(NI[^)ݒ肷
int w32api_deftype ( string typename , string member1_type , string member1_name );w32api_functionsŎgp邽߂Ɍ^`
resource w32api_init_dtype ( string typename , mixed val1 , mixed val2 );f[^^typenamẽCX^X쐬Aval1, val2, ֐̒lŖ߂
mixed w32api_invoke_function ( string funcname );֐̌Ŏw肳ꂽw肵Ċ֐funcnames
bool w32api_register_function ( string libary , string function_name );PHPێ郉Cu֐function_nameo^
void w32api_set_call_method ( int method );Jg\bh̎gplݒ肷
wddx_add_vars ( int packet_id , mixed name_var , mixed [...] );w肵IDWDDXpPbgǉ
mixed wddx_deserialize ( string packet );VAꂽ WDDX pPbgɖ߂
string wddx_packet_end ( int packet_id );w肵 ID  WDDX pPbgI
int wddx_packet_start ( string [comment] );VK WDDX pPbg̍\̂pĊJn
string wddx_serialize_value ( mixed var , string [comment] );lWDDXpPbgɃVA
string wddx_serialize_vars ( mixed var_name , mixed [...] );ϐ WDDX pPbgɃVA
string utf8_decode ( string data );UTF-8 GR[hꂽISO-8859-1VOoCgISO-8859-1 ɕϊ
string utf8_encode ( string data );ISO-8859-1  UTF-8 ɃGR[h
string xml_error_string ( int code );XML p[T̃G[𓾂
int xml_get_current_byte_index ( int parser );Jg XML p[T̃oCgCfbNX𓾂
int xml_get_current_column_number ( int parser );XML p[T̃Jg̃Jԍ𓾂
int xml_get_current_line_number ( int parser );XML p[T̃Jg̍sԍ𓾂
int xml_get_error_code ( int parser );XML p[T̃G[R[h𓾂
int xml_parse_into_struct ( int parser , string data , array &values , array &index );z\̂XMLf[^
int xml_parse ( int parser , string data , int [isFinal] );XML hLg̏Jn
int xml_parser_create_ns ( [ string encoding ] , [ string sep ] );XMLp[T𐶐
int xml_parser_create ( string [encoding] );XML p[T쐬
string xml_parser_free ( int parser );XML p[T
mixed xml_parser_get_option ( int parser , int option );XML p[TIvV𓾂
int xml_parser_set_option ( int parser , int option , mixed value );XML p[T̃IvVݒ肷
int xml_set_character_data_handler ( int parser , string handler );f[^nhݒ肷
int xml_set_default_handler ( int parser , string handler );ftHg̃nhݒ肷
int xml_set_element_handler ( int parser , string startElementHandler , string endElementHandler );start  end vf̃nhݒ肷
int xml_set_end_namespace_decl_handler ( int pind , string hdl );OԏInhݒ肷
int xml_set_external_entity_ref_handler ( int parser , string handler );Ot@Xnhݒ肷
int xml_set_notation_decl_handler ( int parser , string handler );\L@錾nhݒ肷
void xml_set_object ( int parser , object &object );IuWFNgXMLp[Tgp
int xml_set_processing_instruction_handler ( int parser , string handler ); (PI) pnhݒ肷
int xml_set_start_namespace_decl_handler ( int pind , string hdl );OԊJnnhݒ肷
int xml_set_unparsed_entity_decl_handler ( int parser , string handler );ȂGeBeB錾pnhݒ肷
array xmlrpc_decode_request ( string xml , string method , [ string encoding ] );XMLl[eBuPHP^ɃfR[h
array xmlrpc_decode ( string xml , [ string encoding ] );XMLl[eBuPHP^ɃfR[h
string xmlrpc_encode_request ( string method , mixed params );\bhNGXgpXML𐶐
string xmlrpc_encode ( mixed value );PHP̒lɊւXML𐶐
string xmlrpc_get_type ( mixed value );PHP̒lɊւxmlrpc^擾Bbase64ydatetimeŗLp
array xmlrpc_parse_method_descriptions ( string xml );\bh̃XgXMLfR[h
int xmlrpc_server_add_introspection_data ( resource server , array desc );introspectionhLgǉ
mixed xmlrpc_server_call_method ( resource server , string xml , mixed user_data , [ array output_options ] );XMLNGXgp[XA\bhR[
resource xmlrpc_server_create ();xmlrpcT[o쐬
void xmlrpc_server_destroy ( resource server );T[o\[Xj
bool xmlrpc_server_register_introspection_callback ( resource server , string function );hLg𐶐PHP֐o^
bool xmlrpc_server_register_method ( resource server , string method_name , string function );\bhv郁\bh\[XPHP֐o^
bool xmlrpc_set_type ( string value , string type );PHP^pxmlrpc^Abase64܂datetimeݒ肷
string getParameter ( string namespaceURI , string localName );p[^̒l擾
bool hasExsltSupport ();PHP  EXSLT T|[gĂ邩ǂ𔻒肷
void importStylesheet ( DOMDocument stylesheet );X^CV[g荞
void registerPHPFunctions ( [ mixed restrict ] );PHP֐ XSLT ֐Ƃėpł悤ɂ
bool removeParameter ( string namespaceURI , string localName );p[^폜
bool setParameter ( string namespace , mixed name , [ string value ] );p[^̒lݒ肷
DOMDocument transformToDoc ( DOMNode doc );DOMDocument ɕϊ
int transformToURI ( DOMDocument doc , string uri );URI ɕϊ
string transformToXML ( DOMDocument doc );XML ɕϊ
string xslt_backend_info ();obNGh̃RpCݒɂĂ̏Ԃ
string xslt_backend_name ();obNGh̖OԂ
string xslt_backend_version ();Sablotron ̃o[WԍԂ
resource xslt_create ();VKXSLTvZbT쐬
int xslt_errno ( resource xh );JgG[ԍԂ
mixed xslt_error ( resource xh );Jg̃G[Ԃ
void xslt_free ( resource xh );XSLT vZbTJ
int xslt_getopt ( resource processor );XSL vZbT̃IvV擾
mixed xslt_process ( resource xh , string xmlcontainer , string xslcontainer , [ string resultcontainer ] , [ array arguments ] , [ array parameters ] );XSLf[^L镶ɂXMLf[^ϊ
void xslt_set_base ( resource xh , string uri );SĂXSLTϊp̊URIݒ肷
void xslt_set_encoding ( resource xh , string encoding );XMLhLgp[XGR[fBOݒ肷
void xslt_set_error_handler ( resource xh , mixed handler );XSLTvZbTp̃G[nhݒ肷
void xslt_set_log ( resource xh , mixed log );ObZ[Wނ߂̃Ot@Cݒ肷
int xslt_set_object ( resource processor , object obj );R[obN֐邽߂̃IuWFNgݒ肷
void xslt_set_sax_handler ( resource xh , array handlers );XSLTvZbT SAX nhݒ肷
void xslt_set_sax_handlers ( resource processor , array handlers );XMLhLgۂɃR[ SAX nhݒ肷
void xslt_set_scheme_handler ( resource xh , array handlers );XSLTvZbTpɃXL[}nhݒ肷
void xslt_set_scheme_handlers ( resource processor , array handlers );XSLTvZbTɊւXL[}nhݒ肷
int xslt_setopt ( resource processor , int newmask );^ꂽ XSL vZbTɃIvVݒ肷
int yaz_addinfo ( int id );ڍׂȃG[Ԃ
int yaz_ccl_conf ( int id , array config );CCLp[Tݒ肷
int yaz_ccl_parse ( int id , string query , array & result );CCLp[TN
int yaz_close ( int id );YAZڑN[Y
int yaz_connect ( string zurl , [ mixed options ] );^[Qbgւ̐ڑZڑB
int yaz_database ( int id , string databases );ZbṼf[^x[Xw肷
int yaz_element ( int id , string elementset );擾ɗvfW̖Ow肷
int yaz_errno ( int id );G[ԍԂ
int yaz_error ( int id );G[̓eԂ
int yaz_hits ( int id );߂̌ɊւqbgԂ
int yaz_itemorder ( array args );ILLNGXgpbP[WւZ39.50 Item Order
int yaz_present ();(Z39.50ɂ)擾̏s
int yaz_range ( int id , int start , int number );擾郌R[h̍ő吔w肷
int yaz_record ( int id , int pos , string type );R[hԂ
array yaz_scan_result ( int id , [ array & result ] );XLNGXǧʂԂ
int yaz_scan ( int id , string type , string startterm , [ array flags ] );XL̏
int yaz_search ( int id , string type , string query );
int yaz_sort ( int id , string criteria );\[g̊ݒ肷
int yaz_syntax ( int id , string syntax );擾pɓKȃR[h\w肷
int yaz_wait ( [ array options ] );Z39.50NGXg܂ő҂
void zip_close ( resource zip );Zipt@CA[JCu
() zip_entry_close ( resource zip_entry );fBNgGgN[Y
int zip_entry_compressedsize ( resource zip_entry );fBNgGg̈k̃TCY擾
string zip_entry_compressionmethod ( resource zip_entry );fBNgGg̈k@擾
int zip_entry_filesize ( resource zip_entry );fBNgGg̎ۂ̃t@CTCY擾
string zip_entry_name ( resource zip_entry );fBNgGg̖O擾
bool zip_entry_open ( resource zip , resource zip_entry , [ string mode ] );ǍݗpɃfBNgGgI[v
string zip_entry_read ( resource zip_entry , [ int length ] );I[vꂽfBNgGgǂݍ
resource zip_open ( string filename );Zipt@CA[JCuI[v
resource zip_read ( resource zip );Zipt@CA[JCu̒̎̃Ggǂݍ
int gzclose ( int zp );Jꂽgzt@Cւ̃|C^
string gzcompress ( string data , int [level] );deflatek
string gzdeflate ( string data , [ int level ] ); deflate k
string gzencode ( string data , [ int level ] );gzip kꂽ쐬
int gzeof ( int zp );gz t@C|C^ɂăt@CI[𒲂ׂ
array gzfile ( string filename , int [use_include_path] );gzt@CŜzɓǂݍ
string gzgetc ( int zp );gz t@Cւ̃|C^當𓾂
string gzgets ( int zp , int length );t@C|C^ 1 s𓾂
string gzgetss ( int zp , int length , string [allowable_tags] );gzt@Cւ̃|C^1s𓾂āAHTML^O菜
string gzinflate ( string data , [ int length ] );deflatekꂽ𓀂
int gzopen ( string filename , string mode , [ int use_include_path ] );gz t@CJ
int gzpassthru ( int zp );gzt@Cւ̃|C^c̃f[^So͂
int gzputs ( int zp , string str , int [length] );gz t@Cւ̃|C^ɏ
string gzread ( int zp , int length );oCiΉgzt@Cǂݍ
int gzrewind ( int zp );gz t@C|C^̎ʒuɖ߂
int gzseek ( int zp , int offset );gz t@C|C^̈ʒuړ
int gztell ( int zp );gzt@C|C^̓ǂݍ/݈ʒuԂ܂
string gzuncompress ( string data , int [length] );deflatekꂽ𓀂
int gzwrite ( int zp , string string , int [length] );oCiΉgzt@C
int readgzfile ( string filename , int [use_include_path] );gz t@Co͂
