検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for subject (0.027 sec.)
CSR の subject を返す 13135
« openssl_csr_get_public_key openssl_csr_new » PHP Manual OpenSSL 関数 CSR の subject を返す ope ... nssl_csr_get_subject (PHP 5 >= 5.2.0, PHP 7, PHP 8) openssl_csr_get_sub ... ject — CSR の subject を返す 説明 openssl_csr_get_subject ( OpenSSLCerti ... hort_names = true ): array | false openssl_csr_get_subject() 関数は、 csr にエンコードされた subject の識別名 ... たとえば、 CN は commonName の短縮名です。 戻り値 subject の説明を記した連想配列を返します。失敗した場合に f ...
https://man.plustar.jp/php/function.openssl-csr-get-subject.html - [similar]
subject の更新を受信する 10770
« SplObserver SplSubject » PHP Manual SplObserver subject の更新を受信する SplObserver::update ( ... HP 5 >= 5.1.0, PHP 7, PHP 8) SplObserver::update — subject の更新を受信する 説明 public SplObserver::update ( ... SplSubject $subject ): void このメソッドは、オブザーバがアタッ ... チされている任意の SplSubject が SplSubject::notify() をコールしたときにコールさ ... ん。引数のリストのみが 記述されています。 パラメータ subject observer に更新を通知する SplSubject 。 戻り値 値を ...
https://man.plustar.jp/php/splobserver.update.html - [similar]
文字列のコードページを別のものに変換する 10343
« php_strip_whitespace sapi_windows_cp_get » PHP Manual その他の関数 文字列のコードページを別のも ... in_codepage , int | string $out_codepage , string $subject ): ? string 文字列のコードページを別のものに変換し ... ます。 パラメータ in_codepage subject 文字列のコードページ。 コードページの名前、または識 ... 別子を指定します。 out_codepage subject を文字列が変換されるコードページ。 コードページの名 ... 前、または識別子を指定します。 subject 変換する文字列。 戻り値 out_codepage に変換された ...
https://man.plustar.jp/php/function.sapi-windows-cp-conv.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 10221
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を ... _callback_array ( array $pattern , string | array $subject , int $limit = -1 , int &$count = null , int $flag ... ターンをキーとし、 callable を値とする連想配列です。 subject 文字列あるいは文字列の配列で、 検索および置換の対象 ... となる文字列を指定します。 limit subject 文字列における 各パターンの最大置換回数。デフォルト ... ください。 戻り値 preg_replace_callback_array() は、 subject が配列の場合には配列を、 それ以外の場合は文字列を返 ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
検索文字列に一致したすべての文字列を置換する 9321
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... search , array | string $replace , string | array $subject , int &$count = null ): string | array この関数は、 ... subject の中の search を全て replace に置換します。 (正規表 ... 合、 str_replace() は各配列から値をひとつ取り出し、 subject 上で検索と置換を行うために使用します。 replace の値 ... 。 配列を使えば、複数の値を指定することもできます。 subject 検索・置換の対象となる文字列あるいは配列。 haystac ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
メールを送信する 9077
« ezmlm_hash Mailparse » PHP Manual メール 関数 メールを送信する mail (PHP 4, PHP 5, PHP 7, PHP ... メールを送信する 説明 mail ( string $to , string $subject , string $message , array | string $additional_hea ... ample.com>, Another User <anotheruser@example.com> subject 送信するメールの表題。 警告 表題は » RFC 2047 を満 ... // 送信する mail ( 'caffeinated@example.com' , 'My Subject' , $message ); ?> 例2 追加ヘッダを付加してメールを ... レスを通知する。 <?php $to = 'nobody@example.com' ; $subject = 'the subject' ; $message = 'hello' ; $headers = ...
https://man.plustar.jp/php/function.mail.html - [similar]
CSR の公開鍵を返す 9077
« openssl_csr_export openssl_csr_get_subject » PHP Manual OpenSSL 関数 CSR の公開鍵を返す openss ... た。 例 例1 openssl_csr_get_public_key() の例 <?php $subject = array( "commonName" => "example.com" , ); $priva ... PENSSL_KEYTYPE_RSA , )); $csr = openssl_csr_new ( $subject , $private_key , array( 'digest_alg' => 'sha256' ) ... y ); echo $info [ 'key' ]; ?> 参考 openssl_csr_get_subject() - CSR の subject を返す openssl_csr_new() - CSR ... する 関連キーワード: key , public , 関数 , export , subject , キー , pkey , OpenSSLAsymmetricKey , バージョン ...
https://man.plustar.jp/php/function.openssl-csr-get-public-key.html - [similar]
正規表現によるマッチングを行う 9077
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... グを行う 説明 preg_match ( string $pattern , string $subject , array &$matches = null , int $flags = 0 , int $o ... 0 ): int | false pattern で指定した正規表現により subject を検索します。 パラメータ pattern 検索するパターン ... を表す文字列。 subject 入力文字列。 matches matches を指定した場合、検索結 ... 一致した文字列、 およびその文字列のオフセット 1 での subject へのオフセットからなります。 <?php preg_match ( '/ ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
正規表現検索および置換を行う 9077
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... rn , string | array $replacement , string | array $subject , int $limit = -1 , int &$count = null ): string | ... array | null subject に関して pattern を用いて検索を行い、 replacement ... に解釈されるのかを正確に知っておくようにしましょう。 subject 検索・置換対象となる文字列もしくは文字列の配列 sub ... ject が配列の場合、検索と置換は subject の各要素に対して行われ、戻り値も配列となります。 l ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
正規表現による検索と置換を行う 8894
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... rn , string | array $replacement , string | array $subject , int $limit = -1 , int &$count = null ): string | ... 引数の説明は、 preg_replace() にあります。 戻り値 subject が配列の場合は配列を、それ以外の場合は文字列を返し ... 果が見つからなかったりエラーが発生したりした場合は、 subject が array なら空の配列を返し、そうでなければ null を ... 例1 preg_filter() と preg_replace() の比較 <?php $subject = array( '1' , 'a' , '2' , 'b' , '3' , 'A' , 'B' , ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
PREV 1 2 3 4 5 NEXT