検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 304 for init (0.030 sec.)
自動レンダリングのオン/オフを切り替える 4715
« Yaf_Dispatcher Yaf_Dispatcher::catchException » PHP Manual Yaf_Dispatcher 自動レンダリングのオ ... dexController extends Yaf_Controller_Abstract { /* init メソッドは、コントローラを初期化したときに呼ばれま ... す */ public function init () { if ( $this -> getRequest ()-> isXmlHttpReques ...
https://man.plustar.jp/php/yaf-dispatcher.autorender.html - [similar]
現在のセッションに関する直近のエラー文字列を返す 4658
« curl_errno curl_escape » PHP Manual cURL 関数 現在のセッションに関する直近のエラー文字列を返す ... をクリアテキストで返します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 エラーメッセージ、 ... しない場所への curl ハンドルを作成します $ch = curl_init ( 'http://404.php.net/' ); curl_setopt ( $ch , CUR ...
https://man.plustar.jp/php/function.curl-error.html - [similar]
辞書が存在するかどうかを調べる。空でないタグを使用する 4658
« enchant_broker_describe enchant_broker_free_dict » PHP Manual Enchant 関数 辞書が存在するかどう ... タグを使用します。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 tag 空でな ... () の例 <?php $tag = 'en_US' ; $r = enchant_broker_init (); if ( enchant_broker_dict_exists ( $r , $tag )) ...
https://man.plustar.jp/php/function.enchant-broker-dict-exists.html - [similar]
署名済みテキストを検証する 4658
« gnupg_sign wkhtmltox » PHP Manual GnuPG 関数 署名済みテキストを検証する gnupg_verify (PECL gnu ... ついての情報を返します。 パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 sig ... verify() の例 <?php $plaintext = "" ; $res = gnupg_init (); // clearsigned $info = gnupg_verify ( $res , $ ...
https://man.plustar.jp/php/function.gnupg-verify.html - [similar]
inotify インスタンスからイベントを読み込む 4658
« inotify_queue_len inotify_rm_watch » PHP Manual Inotify 関数 inotify インスタンスからイベントを ... ら読み込みます。 パラメータ inotify_instance inotify_init() が返すリソース 戻り値 inotify イベントの配列、を ... トリ内でファイルが変更された場合) です 参考 inotify_init() - inotify インスタンスを初期化する stream_select ...
https://man.plustar.jp/php/function.inotify-read.html - [similar]
cURL ハンドルを、その設定も含めてコピーする 4602
« curl_close curl_errno » PHP Manual cURL 関数 cURL ハンドルを、その設定も含めてコピーする curl_ ... ーし、同じ設定を保持します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 新しい cURL ハンド ... php // 新しい cURL リソースを作成します $ch = curl_init (); // URL その他のオプションを適切に設定します cu ...
https://man.plustar.jp/php/function.curl-copy-handle.html - [similar]
指定した文字列を URL エンコードする 4602
« curl_error curl_exec » PHP Manual cURL 関数 指定した文字列を URL エンコードする curl_escape (P ... 従って URL エンコードします。 パラメータ handle curl_init() が返す cURL ハンドル。 string エンコードする文字 ... の例 <?php // curl ハンドルを作成します $ch = curl_init (); // GET パラメータ用の文字列をエスケープします ...
https://man.plustar.jp/php/function.curl-escape.html - [similar]
アクティブなハッシュコンテキストに、ファイルからデータを投入する 4602
« hash_pbkdf2 hash_update_stream » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、ファ ... eam_context = null ): bool パラメータ context hash_init() が返すハッシュコンテキスト。 filename ハッシュ対 ... shContext を受け入れるようになりました。 参考 hash_init() - 段階的なハッシュコンテキストを初期化する hash_ ...
https://man.plustar.jp/php/function.hash-update-file.html - [similar]
マルチバイト文字列が正規表現に一致する部分があるか調べる 4602
« mb_ereg_search_getpos mb_ereg_search_init » PHP Manual マルチバイト文字列 関数 マルチバイト文字 ... エンコーディングを取得または設定する mb_ereg_search_init() - マルチバイト正規表現検索用の文字列と正規表現を ...
https://man.plustar.jp/php/function.mb-ereg-search-getregs.html - [similar]
指定したマルチバイト文字列が正規表現に一致するか調べる 4602
« mb_ereg_search_setpos mb_ereg » PHP Manual マルチバイト文字列 関数 指定したマルチバイト文字列が ... se を返します。検索対象の文字列は、 mb_ereg_search_init() により設定します。 正規表現 pattern を省略した場 ... エンコーディングを取得または設定する mb_ereg_search_init() - マルチバイト正規表現検索用の文字列と正規表現を ...
https://man.plustar.jp/php/function.mb-ereg-search.html - [similar]