検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 2650 for 上の (0.040 sec.)
ロードされた Apache モジュールのリストを取得する 2128
« apache_child_terminate apache_get_version » PHP Manual Apache 関数 ロードされた Apache モジュー ... () の例 <?php print_r ( apache_get_modules ()); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/function.apache-get-modules.html - [similar]
Apache のバージョンを取得する 2128
« apache_get_modules apache_getenv » PHP Manual Apache 関数 Apache のバージョンを取得する apache ... = apache_get_version (); echo " $version \n" ; ?> 上の例の出力は、 たとえば以下のようになります。 Apache/1 ...
https://man.plustar.jp/php/function.apache-get-version.html - [similar]
データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の... 2128
« array_udiff_assoc array_udiff » PHP Manual 配列 関数 データと添字の比較にコールバック関数を用い ... "cr" , "comp_func_key" )); print_r ( $result ); ?> 上の例の出力は以下となります。 Array ( [0.1] => cr Objec ... [0] => cr Object ( [priv_member:private] => 23 ) ) 上の例で、 "1" => new cr(4) の組み合わせが両方の配列にあ ...
https://man.plustar.jp/php/function.array-udiff-uassoc.html - [similar]
配列の全ての値を返す 2128
« array_unshift array_walk_recursive » PHP Manual 配列 関数 配列の全ての値を返す array_values (P ... > "gold" ); print_r ( array_values ( $array )); ?> 上の例の出力は以下となります。 Array ( [0] => XL [1] => ...
https://man.plustar.jp/php/function.array-values.html - [similar]
バイナリのデータを16進表現に変換する 2128
« addslashes chop » PHP Manual String 関数 バイナリのデータを16進表現に変換する bin2hex (PHP 4, ... ar_dump ( $hex ); var_dump ( hex2bin ( $hex )); ?> 上の例の出力は以下となります。 string(24) "48656c6c6f207 ...
https://man.plustar.jp/php/function.bin2hex.html - [similar]
uuencode された文字列をデコードする 2128
« convert_cyr_string convert_uuencode » PHP Manual String 関数 uuencode された文字列をデコードす ... o convert_uudecode ( "+22!L;W9E(%!(4\"$`\n`" ); ?> 上の例の出力は以下となります。 I love PHP! 参考 convert_ ...
https://man.plustar.jp/php/function.convert-uudecode.html - [similar]
Return the current CUBRID connection charset 2128
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ... rset: %s\n" , cubrid_client_encoding ( $con )); ?> 上の例の出力は以下となります。 CUBRID current charset: i ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]
Return the current CUBRID connection charset 2128
« cubrid_get_autocommit cubrid_get_class_name » PHP Manual CUBRID 関数 Return the current CUBRID ... charset: %s\n" , cubrid_get_charset ( $con )); ?> 上の例の出力は以下となります。 CUBRID current charset: i ...
https://man.plustar.jp/php/function.cubrid-get-charset.html - [similar]
Return the number of columns in the result set 2128
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... _num , $col_num ); cubrid_disconnect ( $conn ); ?> 上の例の出力は以下となります。 Row Num: 6 Column Num: 2 ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
結果セットポインタを次の行あるいは要求された行に設定する 2128
« db2_fetch_object db2_field_display_size » PHP Manual IBM DB2 関数 結果セットポインタを次の行あ ... esult ( $stmt , 1 ); print " $name $breed " ; } ?> 上の例の出力は以下となります。 cat Pook gold fish Bubble ... -> ROUTINE_CREATED } " ; } db2_close ( $conn ); ?> 上の例の出力は以下となります。 db2_fetch_both MATCH_ANIM ...
https://man.plustar.jp/php/function.db2-fetch-row.html - [similar]