検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 661 for Open (0.037 sec.)
要件 2913
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 各機能の動作は、使 ... s://symas.com/lmdb/ からダウンロードできます。 dba_open() または dba_popen() 関数を実行する際、引数にハンド ...
https://man.plustar.jp/php/dba.requirements.html - [similar]
特殊ファイルあるいは一般ファイルを作る 2913
« eio_mkdir eio_nop » PHP Manual Eio 関数 特殊ファイルあるいは一般ファイルを作る eio_mknod (PECL ... (4096) ["blocks"]=> int(0) } eio_mknod_ok 参考 eio_open() - ファイルを開く 関連キーワード: int , eio , 一般 ...
https://man.plustar.jp/php/function.eio-mknod.html - [similar]
バイナリセーフなファイルの読み込み 2913
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... ズより大きくなることがあります。 パラメータ stream fopen() を使用して作成したファイルシステムポインタリソー ... filename = "/usr/local/something.txt" ; $handle = fopen ( $filename , "r" ); $contents = fread ( $handle , ... イルの形式が異なるシステム(すなわち Windows)では、 fopen() の mode パラメータに 'b' を指定してファイルをオー ... $filename = "c:\\files\\somepic.gif" ; $handle = fopen ( $filename , "rb" ); $contents = fread ( $handle ...
https://man.plustar.jp/php/function.fread.html - [similar]
バイナリセーフなファイル書き込み処理 2913
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... イル・ストリームに書き込みます。 パラメータ stream fopen() を使用して作成したファイルシステムポインタリソー ... mecontentが追加される位置になります。 if (! $fp = fopen ( $filename , 'a' )) { echo "Cannot open file ( $f ... なるシステムにおいては、ファイルをオープンする際に fopen() の mode パラメータに 'b' を指定する必要があります ... 。 注意 : fopen() を使用して追記モードでオープンした stream の場合 ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
指定した検索条件にマッチするメッセージを配列として返す 2913
« imap_scanmailbox imap_set_quota » PHP Manual IMAP 関数 指定した検索条件にマッチするメッセージを ... した。 例 例1 imap_search() の例 <?php $imap = imap_open ( '{imap.example.com:993/imap/ssl}INBOX' , 'foo@ex ...
https://man.plustar.jp/php/function.imap-search.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 2913
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... ypts crypttext with given parameters mcrypt_module_open() - 使用するアルゴリズムおよびモードのモジュールを ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
配列構造体に XML データを処理する 2913
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... ray Array ( [0] => Array ( [tag] => PARA [type] => open [level] => 1 ) [1] => Array ( [tag] => NOTE [type] ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
php.ini ディレクティブのリスト 2913
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... ション 名前 デフォルト 変更可能 変更履歴 allow_url_fopen "1" PHP_INI_SYSTEM allow_url_include "0" PHP_INI_S ... hic_calls "2" PHP_INI_ALL PHP 8.0.0 以降で利用可能 open_basedir NULL PHP_INI_ALL output_buffering "0" PHP_ ... "0" PHP_INI_ALL PHP 7.1.0 で削除されました。 short_open_tag "1" PHP_INI_PERDIR SMTP "localhost" PHP_INI_AL ...
https://man.plustar.jp/php/ini.list.html - [similar]
Eio 関数 2913
« 例 eio_busy » PHP Manual Eio Eio 関数 Eio 関数 目次 eio_busy — 人為的に負荷を高くする。テストや ... 返す eio_nthreads — 現在利用中のスレッド数を返す eio_open — ファイルを開く eio_poll — 未処理のリクエストがあ ...
https://man.plustar.jp/php/ref.eio.html - [similar]
OpenSSL 関数 2913
« 証明書の認証 openssl_cipher_iv_length » PHP Manual OpenSSL OpenSSL 関数 OpenSSL 関数 目次 open ... ssl_cipher_iv_length — 暗号 iv の長さを取得 openssl_cms_decrypt — CMS メッセージを復号化する openss ... l_cms_encrypt — CMS メッセージを暗号化する openssl_cms_read — CMS ファイルを、PEM証明書の配列にエク ... スポートする openssl_cms_sign — ファイルに署名する openssl_cms_verif ... y — CMS の署名を検証する openssl_csr_export_to_file — CSR をファイルにエクスポー ...
https://man.plustar.jp/php/ref.openssl.html - [similar]