検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 375 for options (0.025 sec.)
マルチバイト正規表現検索用の文字列と正規表現を設定する 4806
« mb_ereg_search_getregs mb_ereg_search_pos » PHP Manual マルチバイト文字列 関数 マルチバイト正規 ... ing $string , ? string $pattern = null , ? string $options = null ): bool mb_ereg_search_init() は、マルチバイ ... ラメータ string 検索文字列。 pattern 検索パターン。 options 検索オプション。説明は、 mb_regex_set_options() を ... 返します。 変更履歴 バージョン 説明 8.0.0 pattern と options は、nullable になりました。 注意 注意 : 内部エンコ ...
https://man.plustar.jp/php/function.mb-ereg-search-init.html - [similar]
エクスポート可能な形式で、キーを文字列に取得する 4806
« openssl_pkey_export_to_file openssl_pkey_free » PHP Manual OpenSSL 関数 エクスポート可能な形式 ... &$output , ? string $passphrase = null , ? array $options = null ): bool openssl_pkey_export() は、 key を P ... assphrase を使用してキーを保護することが可能です。 options options により openssl 設定ファイルの設定を 追加し ... りすることで、エクスポート処理の詳細設定が可能です。 options についての詳細な情報は openssl_csr_new() を参照くだ ...
https://man.plustar.jp/php/function.openssl-pkey-export.html - [similar]
指定したマルチバイト文字列が正規表現に一致するか調べる 4771
« mb_ereg_search_setpos mb_ereg » PHP Manual マルチバイト文字列 関数 指定したマルチバイト文字列が ... ereg_search ( ? string $pattern = null , ? string $options = null ): bool 指定したマルチバイト文字列に対するマ ... チングを行います。 パラメータ pattern 検索パターン。 options 検索オプション。説明は、 mb_regex_set_options() を ... 用します。 変更履歴 バージョン 説明 8.0.0 pattern と options は、nullable になりました。 注意 注意 : 内部エンコ ...
https://man.plustar.jp/php/function.mb-ereg-search.html - [similar]
エクスポート可能な形式で、キーをファイルに取得する 4771
« openssl_pkey_derive openssl_pkey_export » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キ ... _filename , ? string $passphrase = null , ? array $options = null ): bool openssl_pkey_export_to_file() は、A ... assphrase を使用してキーを保護することが可能です。 options options により openssl 設定ファイルの設定を 追加し ... りすることで、エクスポート処理の詳細設定が可能です。 options についての詳細な情報は openssl_csr_new() を参照くだ ...
https://man.plustar.jp/php/function.openssl-pkey-export-to-file.html - [similar]
Constructor for the SolrClient object 4771
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... 説明 public SolrClient::__construct ( array $clientOptions ) Constructor for the SolrClient object パラメータ ... clientOptions This is an array containing one of the following k ... word option is required if the ssl_cert or ssl_key options are set. エラー / 例外 Throws SolrIllegalArgumentE ... e. 例 例1 SolrClient::__construct() example <?php $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'lo ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
Creates a new SSL buffer event to send its data over an SSL on a socket 4735
« EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates ... $socket , EventSslContext $ctx , int $state , int $options = ? ): EventBufferEvent Creates a new SSL buffer e ... SL_ACCEPTING or EventBufferEvent::SSL_CONNECTING . options The buffer event options. 戻り値 Returns EventBuff ...
https://man.plustar.jp/php/eventbufferevent.sslsocket.html - [similar]
指定したマルチバイト文字列が正規表現に一致する部分を取得する 4735
« mb_ereg_search_pos mb_ereg_search_setpos » PHP Manual マルチバイト文字列 関数 指定したマルチバ ... search_regs ( ? string $pattern = null , ? string $options = null ): array | false マルチバイト正規表現にマッ ... た部分を返します。 パラメータ pattern 検索パターン。 options 検索オプション。説明は、 mb_regex_set_options() を ... 返します。 変更履歴 バージョン 説明 8.0.0 pattern と options は、nullable になりました。 注意 注意 : 内部エンコ ...
https://man.plustar.jp/php/function.mb-ereg-search-regs.html - [similar]
Create a new Command 4735
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... nstruct ( array | object $document , array $commandOptions = ? ) Constructs a new MongoDB\Driver\Command , wh ... document, which includes the command name and its options, should be expressed in the document parameter. Th ... e commandOptions parameter is only used to specify options related ... document, which will be sent to the server. commandOptions 注意 : Do not use this parameter to specify option ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 4735
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パタ ... rn ( string $pattern , string $path = "." , array $options = [] ): array | false ディレクトリから、正規表現の ... レクトリ。デフォルトは、現在の作業ディレクトリです。 options オプションの連想配列。 ZipArchive::addGlob() と同じ ... , $ret ); } else { $directory = realpath ( '.' ); $options = array( 'add_path' => 'sources/' , 'remove_path' ... -> addPattern ( '/\.(?:php|txt)$/' , $directory , $options ); $zip -> close (); } ?> 参考 ZipArchive::addFile ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
指定したマルチバイト文字列が正規表現に一致する部分の位置と長さを返す 4692
« mb_ereg_search_init mb_ereg_search_regs » PHP Manual マルチバイト文字列 関数 指定したマルチバイ ... _search_pos ( ? string $pattern = null , ? string $options = null ): array | false マルチバイト文字列の中で正 ... のが利用されます。 パラメータ pattern 検索パターン。 options 検索オプション。説明は、 mb_regex_set_options() を ... 返します。 変更履歴 バージョン 説明 8.0.0 pattern と options は、nullable になりました。 注意 注意 : 内部エンコ ...
https://man.plustar.jp/php/function.mb-ereg-search-pos.html - [similar]