検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 304 for init (0.029 sec.)
The MySQLi Extension Function Summary 4602
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... ) mysqli_get_warnings() N/A NOT DOCUMENTED mysqli::init() mysqli_init() N/A Initializes MySQLi and returns ... () N/A Gets the current system status mysqli::stmt_init() mysqli_stmt_init() N/A Initializes a statement a ... r not mysqli::use_result() mysqli_use_result() N/A Initiate a result set retrieval Summary of mysqli_stmt ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
4602
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... の API <?php // GZIP 圧縮 $deflateContext = deflate_init ( ZLIB_ENCODING_GZIP ); $compressed = deflate_add ... B_FINISH ); // GZIP 伸長 $inflateContext = inflate_init ( ZLIB_ENCODING_GZIP ); $uncompressed = inflate_ad ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
URL エンコードされた文字列をデコードする 4555
« curl_strerror curl_version » PHP Manual cURL 関数 URL エンコードされた文字列をデコードする cur ... れた文字列をデコードします。 パラメータ handle curl_init() が返す cURL ハンドル。 string デコード対象の文字 ... ) の例 <?php // curl ハンドルを作ります $ch = curl_init ( 'http://example.com/redirect.php' ); // HTTP リク ...
https://man.plustar.jp/php/function.curl-unescape.html - [similar]
Enchant プロバイダを列挙する 4555
« Enchant 関数 enchant_broker_dict_exists » PHP Manual Enchant 関数 Enchant プロバイダを列挙する ... でも取得できます。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 戻り値 利用 ... 提供するバックエンドの一覧 <?php $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); e ...
https://man.plustar.jp/php/function.enchant-broker-describe.html - [similar]
タグを使用して新しい辞書を作成する 4555
« enchant_broker_list_dicts enchant_broker_request_pwl_dict » PHP Manual Enchant 関数 タグを使用 ... "、"de_DE"、...)。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 tag ロケー ... す。 <?php $tag = 'en_US' ; $broker = enchant_broker_init (); if ( enchant_broker_dict_exists ( $broker , $t ...
https://man.plustar.jp/php/function.enchant-broker-request-dict.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 4555
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... s ); /* 暗号化処理を初期化します */ mcrypt_generic_init ( $td , $key , $iv ); /* データを暗号化します */ $ ... /* 暗号化ハンドラを終了します */ mcrypt_generic_deinit ( $td ); /* 復号用の暗号モジュールを初期化します * ... / mcrypt_generic_init ( $td , $key , $iv ); /* 暗号化された文字列を復号し ... ルを終了し、モジュールを閉じます */ mcrypt_generic_deinit ( $td ); mcrypt_module_close ( $td ); /* 文字列を表 ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
要件 4555
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 IBM DB2 Universal ... を設定するか、 Web サーバーの起動スクリプト ( /etc/init.d/httpd あるいは /etc/init.d/apache であることが多 ...
https://man.plustar.jp/php/ibm-db2.requirements.html - [similar]
Zlib 関数 4555
« 例 deflate_add » PHP Manual Zlib Zlib 関数 Zlib 関数 目次 deflate_add — インクリメンタルにデー ... タを圧縮する deflate_init — インクリメンタルな圧縮コンテキストを初期化する g ... inflate_get_status — 解凍の状態を取得する inflate_init — インクリメンタルな解凍コンテキストを初期化する r ...
https://man.plustar.jp/php/ref.zlib.html - [similar]
Zlib 圧縮 4498
« zip_read はじめに » PHP Manual 圧縮およびアーカイブ Zlib 圧縮 Zlib 圧縮 はじめに インストール/ ... e_add — インクリメンタルにデータを圧縮する deflate_init — インクリメンタルな圧縮コンテキストを初期化する g ... inflate_get_status — 解凍の状態を取得する inflate_init — インクリメンタルな解凍コンテキストを初期化する r ...
https://man.plustar.jp/php/book.zlib.html - [similar]
cURL セッションを実行する 4498
« curl_escape curl_file_create » PHP Manual cURL 関数 cURL セッションを実行する curl_exec (PHP 4 ... にコールする必要があります。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 成功した場合に tru ... <?php // 新規 cURL リソースを作成します $ch = curl_init (); // URL や他の適当なオプションを設定します curl ...
https://man.plustar.jp/php/function.curl-exec.html - [similar]