検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 690 for NO (0.017 sec.)
証明書をファイルにエクスポートする 3828
« openssl_x509_checkpurpose openssl_x509_export » PHP Manual OpenSSL 関数 証明書をファイルにエク ... ing $certificate , string $output_filename , bool $no_text = true ): bool openssl_x509_export_to_file() ... 照ください。 output_filename 出力ファイルへのパス。 no_text オプションのパラメータ notext を設定すると、出 ... が読むための追加情報が出力に含まれるようになります。 notext のデフォルト値は true です。 戻り値 成功した場 ... tificate , output , filename , 出力 , パラメータ , notext , OpenSSLCertificate ...
https://man.plustar.jp/php/function.openssl-x509-export-to-file.html - [similar]
証明書を文字列としてエクスポートする 3828
« openssl_x509_export_to_file openssl_x509_fingerprint » PHP Manual OpenSSL 関数 証明書を文字列と ... te | string $certificate , string &$output , bool $no_text = true ): bool openssl_x509_export() は、 PEM ... output 成功した場合に、ここに PEM が格納されます。 no_text オプションのパラメータ notext を設定すると、出 ... が読むための追加情報が出力に含まれるようになります。 notext のデフォルト値は true です。 戻り値 成功した場 ... t , パラメータ , certificate , バージョン , 出力 , notext , 成功 , PEM , string ...
https://man.plustar.jp/php/function.openssl-x509-export.html - [similar]
Wait for activity from one of the job servers 3828
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... or activity from one of the Gearman job servers when operating in non-blocking I/O mode. On failure, iss ... た場合に false を返します。 例 例1 Running worker in non-blocking mode <?php echo "Starting\n" ; # Create ... $worker = new GearmanWorker (); # Make the worker non-blocking $worker -> addOptions ( GEARMAN_WORKER_N ... MAN_IO_WAIT || $worker -> returnCode () == GEARMAN_NO_JOBS ) { if ( $worker -> returnCode () == GEARMAN_ ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
はじめに 3828
« Seaslog インストール/設定 » PHP Manual Seaslog はじめに はじめに The Seaslog is an effective,f ... ,it can facilitate users to understand the operation of the system, software and the application situati ... on. If your application log is rich enough, it can also analyze the previous use's operati ... on behavior,type, regional distribution or other more information. The application log also ... rmance, but due to various defects (error_log have no error level, no fixed format, syslog regardless of ...
https://man.plustar.jp/php/intro.seaslog.html - [similar]
Returns the latency of this server in milliseconds 3828
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... latency of this server in milliseconds, or null if no latency has been measured (e.g. client is connecte ... ECL mongodb 1.11.0 This method will return null if no latency has been measured. In earlier versions, an ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
プリペアドステートメント 3828
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... mple.com" , "user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TA ... mple.com" , "user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TA ... mple.com" , "user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TA ... mple.com" , "user" , "password" , "database" ); /* Non-prepared statement */ $mysqli -> query ( "DROP TA ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
実行時設定 3828
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... すると、インデックスの選択が悪かったり (SERVER_QUERY_NO_GOOD_INDEX_USED = 16) まったくインデックスを使って ... いなかったり (SERVER_QUERY_NO_INDEX_USED = 32) といった理由で遅くなっているクエリ ... MMIT=2, SERVER_MORE_RESULTS_EXISTS=8, SERVER_QUERY_NO_GOOD_INDEX_USED=16, SERVER_QUERY_NO_INDEX_USED=32, ... T=128, SERVER_STATUS_DB_DROPPED=256, SERVER_STATUS_NO_BACKSLASH_ESCAPES=512, SERVER_QUERY_WAS_SLOW=1024 ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
現在のエントリのイテレータを返す 3828
« RecursiveRegexIterator::__construct RecursiveRegexIterator::hasChildren » PHP Manual Recursive ... { echo $value . " " ; } echo "\n" ; } else { echo "No children\n" ; } } ?> 上の例の出力は以下となります。 ... No children Children: test4 test5 参考 RecursiveRegex ...
https://man.plustar.jp/php/recursiveregexiterator.getchildren.html - [similar]
定義済み定数 3828
« リソース型 イベントハンドラ » PHP Manual XML パーサ 定義済み定数 定義済み定数 以下の定数が定義 ... 的にロードされている場合のみ使用可能です。 XML_ERROR_NONE ( int ) XML_ERROR_NO_MEMORY ( int ) XML_ERROR_SY ... NTAX ( int ) XML_ERROR_NO_ELEMENTS ( int ) XML_ERROR_INVALID_TOKEN ( int ) X ... ) XML_ERROR_MISPLACED_XML_PI ( int ) XML_ERROR_UNKNOWN_ENCODING ( int ) XML_ERROR_INCORRECT_ENCODING ( ...
https://man.plustar.jp/php/xml.constants.html - [similar]
インクリメンタルにデータを圧縮する 3779
« Zlib 関数 deflate_init » PHP Manual Zlib 関数 インクリメンタルにデータを圧縮する deflate_add ( ... ト data 圧縮するデータ flush_mode ZLIB_BLOCK , ZLIB_NO_FLUSH , ZLIB_PARTIAL_FLUSH , ZLIB_SYNC_FLUSH (デフ ... ずれかです。 通常は、圧縮率を最大にするために、 ZLIB_NO_FLUSH を指定するでしょうし、 データの最後のチャンク ...
https://man.plustar.jp/php/function.deflate-add.html - [similar]