検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 282 for End (0.032 sec.)
定義済み定数 4196
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の ... 用可能です。 SEEK_SET ( int ) SEEK_CUR ( int ) SEEK_END ( int ) LOCK_SH ( int ) LOCK_EX ( int ) LOCK_UN ( ... ら探します。 FILE_NO_DEFAULT_CONTEXT ( int ) FILE_APPEND ( int ) 既存のファイルに追記します。 FILE_IGNORE_N ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
Return the associative array that corresponds to the fetched row 4196
« cubrid_fetch_array cubrid_fetch_field » PHP Manual CUBRID MySQL 互換関数 Return the associativ ... rnal data pointer ahead, or returns FALSE when the end is reached. パラメータ result result comes from a ...
https://man.plustar.jp/php/function.cubrid-fetch-assoc.html - [similar]
プリペアドステートメントを実行する 4196
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... /price < 10.00 order by $prod/description/price ascending return( <promoitem> { $prod, <startdate> {$star ... t} </startdate>, <enddate> {$end} </enddate>, <promoprice> {$promo} </pr ... DESCRIPTION AS "doc", PROMOSTART as "start", PROMOEND as "end", PROMOPRICE as "promo" RETURNING SEQUENCE ... ion> </product> <startdate>2004-11-19</startdate> <enddate>2004-12-19</enddate> <promoprice>7.25</promopr ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
あるモジュールの関数名を配列として返す 4196
« get_defined_constants get_include_path » PHP Manual PHP オプション/情報 関数 あるモジュールの関 ... l_set_start_namespace_decl_handler [11] => xml_set_end_namespace_decl_handler [12] => xml_parse [13] => x ...
https://man.plustar.jp/php/function.get-extension-funcs.html - [similar]
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 4196
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... h blah. begin 644 test.txt /=&AI<R!I<R!A('1E<W0* ` end EOD; $fp = tmpfile (); fwrite ( $fp , $text ); $da ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
現在のバッファの内容を取得し、出力バッファを削除する 4196
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファ ... t_clean() は、基本的に ob_get_contents() および ob_end_clean() を同時に実行するのと同じです。 出力バッファ ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]
新規に秘密鍵を生成する 4196
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成す ... SB3dPkRh9zRVRiLNWbCugyjrf3e6DgQWrW7j pwIDAQAB -----END PUBLIC KEY----- resource(5) of type (OpenSSL key) ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
ラージオブジェクトの位置をシークする 4196
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... カレントの位置からシークする)、 あるいは PGSQL_SEEK_END (オブジェクトの最後からシークする) の中のひとつ。 ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
テキストの出力位置を設定する 4196
« ps_set_parameter ps_set_value » PHP Manual PS 関数 テキストの出力位置を設定する ps_set_text_po ... ); ps_show ( $ps , "Some text at (100, 120)" ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> 参考 ps_set_va ...
https://man.plustar.jp/php/function.ps-set-text-pos.html - [similar]
文字列を配列に変換する 4196
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, ... 例 例1 str_split() の使用例 <?php $str = "Hello Friend" ; $arr1 = str_split ( $str ); $arr2 = str_split ( ... d ) Array ( [0] => Hel [1] => lo [2] => Fri [3] => end ) 注意 注意 : str_split() でのマルチバイト文字列の ...
https://man.plustar.jp/php/function.str-split.html - [similar]