検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 304 for init (0.024 sec.)
基本的な curl の使用法 4771
« 例 cURL 関数 » PHP Manual 例 基本的な curl の使用法 基本的な curl の使用法 PHP を cURL サポート ... 用可能となります。cURL 関数の基本的な使用法は、 curl_init() により cURL セッションを初期化、 curl_setopt() に ... mple.com のホームページを取得する <?php $ch = curl_init ( "http://www.example.com/" ); $fp = fopen ( "exam ...
https://man.plustar.jp/php/curl.examples-basic.html - [similar]
直近の共有ハンドルに対するエラー番号を返す 4771
« curl_share_close curl_share_init » PHP Manual cURL 関数 直近の共有ハンドルに対するエラー番号を ... 数値を返します。 パラメータ share_handle curl_share_init() が返す cURL 共有ハンドル 戻り値 直近の共有ハンド ...
https://man.plustar.jp/php/function.curl-share-errno.html - [similar]
0 を探す 4771
« gmp_rootrem gmp_scan1 » PHP Manual GMP 関数 0 を探す gmp_scan0 (PHP 4 >= 4.0.4, PHP 5, PHP 7, ... 、3 番目の位置に "0" ビットが見つかります $s1 = gmp_init ( "10111" , 2 ); echo gmp_scan0 ( $s1 , 0 ) . "\n" ... 、7 番目の位置に "0" ビットが見つかります $s2 = gmp_init ( "101110000" , 2 ); echo gmp_scan0 ( $s2 , 5 ) . ...
https://man.plustar.jp/php/function.gmp-scan0.html - [similar]
暗号化エンジンの情報を返す 4771
« gnupg_export gnupg_geterror » PHP Manual GnuPG 関数 暗号化エンジンの情報を返す gnupg_getengine ... e $identifier ): array パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 戻り ... 続き型 gnupg_getengineinfo() の例 <?php $res = gnupg_init (); print_r ( gnupg_getengineinfo ( $res )); ?> 上 ...
https://man.plustar.jp/php/function.gnupg-getengineinfo.html - [similar]
エラー情報を返す 4771
« gnupg_geterror gnupg_getprotocol » PHP Manual GnuPG 関数 エラー情報を返す gnupg_geterrorinfo ( ... e $identifier ): array パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 戻り ... 続き型 gnupg_geterrorinfo() の例 <?php $res = gnupg_init (); // this is called without any error print_r ( ...
https://man.plustar.jp/php/function.gnupg-geterrorinfo.html - [similar]
メッセージをハッシュに追加する 4771
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージ ... します。 パラメータ state sodium_crypto_generichash_init() . の戻り値 message ハッシュステートに追加するデー ... _bytes ( 16 )]; $state = sodium_crypto_generichash_init (); foreach ( $messages as $message ) { sodium_cry ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
リソース型の一覧 4771
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... d_lob2_close() None curl curl_copy_handle() , curl_init() curl_copy_handle() , curl_errno() , curl_error() ... ) curl_close() cURL ハンドル curl_multi curl_multi_init() curl_multi_errno() , curl_multi_exec() , curl_mu ... _close() cURL マルチハンドル curl_share curl_share_init() curl_share_errno() , curl_share_setopt() curl_sh ... データベースへのリンク enchant_broker enchant_broker_init() enchant_broker_describe() , enchant_broker_dict_ ...
https://man.plustar.jp/php/resource.html - [similar]
Yaf_Bootstrap_Abstract クラス 4715
« Yaf_Application::setAppDirectory Yaf_Dispatcher » PHP Manual Yaf Yaf_Bootstrap_Abstract クラス ... 。 ブートストラップクラスで定義したメソッドの中で "_init" で始まるものがすべて、定義した順に Yaf_Applicatio ... extends Yaf_Bootstrap_Abstract { public function _initConfig ( Yaf_Dispatcher $dispatcher ) { var_dump ( ... __METHOD__ ); } public function _initPlugin ( Yaf_Dispatcher $dispatcher ) { var_dump ( ... とえば以下のようになります。 string(22) "Bootstrap::_initConfig" string(22) "Bootstrap::_initPlugin" クラス概 ...
https://man.plustar.jp/php/class.yaf-bootstrap-abstract.html - [similar]
4715
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... DNS resolving if (! $dns_base ) { exit( "Failed to init DNS Base\n" ); } $bev = new EventBufferEvent ( $ba ... { $this -> port = $port ; $this -> ctx = $this -> init_ssl (); if (! $this -> ctx ) { exit( "Failed creat ... ketError ()); $this -> base -> exit ( NULL ); } // Initialize SSL structures, create an EventSslContext // ... ptionally create self-signed certificates function init_ssl () { // We *must* have entropy. Otherwise ther ...
https://man.plustar.jp/php/event.examples.html - [similar]
直近のエラー番号を返す 4715
« curl_copy_handle curl_error » PHP Manual cURL 関数 直近のエラー番号を返す curl_errno (PHP 4 >= ... 関するエラー番号を返します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 エラー番号を返しま ... しない場所への curl ハンドルを作成します $ch = curl_init ( 'http://404.php.net/' ); // 実行します curl_seto ...
https://man.plustar.jp/php/function.curl-errno.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT