検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 389 for foreach (0.025 sec.)
cURL のバージョンを返す 4044
« curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >= ... OS4' , 'CURL_VERSION_SSL' , 'CURL_VERSION_LIBZ' ); foreach( $bitfields as $feature ) { echo $feature . ( $ver ...
https://man.plustar.jp/php/function.curl-version.html - [similar]
特定の文字をエスケープする 4044
« db2_cursor_type db2_exec » PHP Manual IBM DB2 関数 特定の文字をエスケープする db2_escape_strin ... o quote" ; $str [ 5 ] = 200676 ; $str [ 6 ] = "" ; foreach( $str as $string ) { echo "db2_escape_string: " . ...
https://man.plustar.jp/php/function.db2-escape-string.html - [similar]
利用可能なハンドラの一覧を得る 4044
« dba_firstkey dba_insert » PHP Manual DBA 関数 利用可能なハンドラの一覧を得る dba_handlers (PHP ... rs() の例 <?php echo "Available DBA handlers:\n" ; foreach ( dba_handlers ( true ) as $handler_name => $handl ...
https://man.plustar.jp/php/function.dba-handlers.html - [similar]
ファイルについての情報を返す 4044
« finfo_close finfo_open » PHP Manual Fileinfo 関数 ファイルについての情報を返す finfo_file finf ... mimetype 拡張モジュール風に mime タイプを返します foreach ( glob ( "*" ) as $filename ) { echo finfo_file ( ...
https://man.plustar.jp/php/function.finfo-file.html - [similar]
クラスメソッドの名前を取得する 4044
« get_called_class get_class_vars » PHP Manual クラス/オブジェクト関数 クラスメソッドの名前を取得 ... lass_methods = get_class_methods (new myclass ()); foreach ( $class_methods as $method_name ) { echo " $metho ...
https://man.plustar.jp/php/function.get-class-methods.html - [similar]
include または require で読み込まれたファイルの名前を配列として返す 4044
« get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または re ... t4.php' ; $included_files = get_included_files (); foreach ( $included_files as $filename ) { echo " $filenam ...
https://man.plustar.jp/php/function.get-included-files.html - [similar]
ヘッダ用の関数を登録する 4044
« getservbyport header_remove » PHP Manual ネットワーク 関数 ヘッダ用の関数を登録する header_reg ... in' ); header ( 'X-Test: foo' ); function foo () { foreach ( headers_list () as $header ) { if ( strpos ( $he ...
https://man.plustar.jp/php/function.header-register-callback.html - [similar]
準備されたクエリを実行する 4044
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ... ( $dbh , "UPDATE FOO SET BAR = ? WHERE BAZ = ?" ); foreach ( $updates as $baz => $bar ) { ibase_execute ( $qu ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
アドレス文字列を解釈します 4044
« imap_reopen imap_rfc822_parse_headers » PHP Manual IMAP 関数 アドレス文字列を解釈します imap_r ... s_array ) < 1 ) { die( "something is wrong\n" ); } foreach ( $address_array as $id => $val ) { echo "# $id \n ...
https://man.plustar.jp/php/function.imap-rfc822-parse-adrlist.html - [similar]
スレッド化したメッセージのツリーを返す 4044
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap ... up' , '' , '' ); $threads = imap_thread ( $nntp ); foreach ( $threads as $key => $val ) { $tree = explode ( ' ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]