検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 385 for flags (0.031 sec.)
CMS の署名を検証する 4032
« openssl_cms_sign openssl_csr_export_to_file » PHP Manual OpenSSL 関数 CMS の署名を検証する ope ... openssl_cms_verify ( string $input_filename , int $flags = 0 , ? string $certificates = null , array $ca_in ... あります。 パラメータ input_filename 入力ファイル。 flags cms_verify() に渡すフラグ。 certificates 署名者の証 ...
https://man.plustar.jp/php/function.openssl-cms-verify.html - [similar]
正規表現によるマッチングを行う 4032
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... , string $subject , array &$matches = null , int $flags = 0 , int $offset = 0 ): int | false pattern で指定 ... ッチした 文字列が代入され、といったようになります。 flags flags には以下のフラグの組み合わせを指定できます。 ... ING が発生します。 変更履歴 バージョン 説明 7.2.0 $flags パラメータが PREG_UNMATCHED_AS_NULL をサポートしま ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
Area 3989
« UI\MenuItem::setChecked UI\Area::onDraw » PHP Manual UI Area Area (UI 0.9.9) はじめに An Area ... ) protected onKey ( string $key , int $ext , int $flags ) protected onMouse ( UI\Point $areaPoint , UI\Siz ... e $areaSize , int $flags ) public redraw () public scrollTo ( UI\Point $poi ...
https://man.plustar.jp/php/class.ui-area.html - [similar]
ファイル全体を読み込んで配列に格納する 3989
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格 ... で配列に格納する 説明 file ( string $filename , int $flags = 0 , ? resource $context = null ): array | false ... 供される定義済み変数などの情報がまとめられています。 flags オプションのパラメータ flags は、以下の定数のうちの ...
https://man.plustar.jp/php/function.file.html - [similar]
削除マークがついているメッセージのマークをはずす 3989
« imap_uid imap_unsubscribe » PHP Manual IMAP 関数 削除マークがついているメッセージのマークをはず ... MAP\Connection $imap , string $message_nums , int $flags = 0 ): bool 指定したメッセージについて、 imap_dele ... で表現された、ひとつ以上のメッセージを表す文字列。 flags 戻り値 成功した場合に true を、失敗した場合に fals ...
https://man.plustar.jp/php/function.imap-undelete.html - [similar]
ファイルに署名する 3989
« openssl_cms_read openssl_cms_verify » PHP Manual OpenSSL 関数 ファイルに署名する openssl_cms_s ... ay | string $private_key , ? array $headers , int $flags = 0 , int $encoding = OPENSSL_ENCODING_SMIME , ? s ... eaders S/MIME 形式の出力に含められるヘッダの配列。 flags cms_sign() に渡すフラグ。 encoding 出力ファイルのエ ...
https://man.plustar.jp/php/function.openssl-cms-sign.html - [similar]
PostgreSQL 接続をオープンする 3989
« pg_connect_poll pg_connection_busy » PHP Manual PostgreSQL 関数 PostgreSQL 接続をオープンする ... 説明 pg_connect ( string $connection_string , int $flags = 0 ): PgSql\Connection | false pg_connect() は、 ... 引数で 2 回 pg_connect() 関数がコールされた場合は、 flags に PGSQL_CONNECT_FORCE_NEW を指定していない限り 既 ... るコマンドラインパラメータを指定することができます。 flags PGSQL_CONNECT_FORCE_NEW が渡された場合は、 たとえ ...
https://man.plustar.jp/php/function.pg-connect.html - [similar]
持続的な PostgreSQL 接続をオープンする 3989
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする ... 説明 pg_pconnect ( string $connection_string , int $flags = 0 ): PgSql\Connection | false pg_pconnect() は P ... コールされた場合は、 既存の接続を返します。ただし、 flags に PGSQL_CONNECT_FORCE_NEW を指定している場合は 除 ... が使えるかは、PostgreSQL のバージョンに依存します。 flags PGSQL_CONNECT_FORCE_NEW が渡された場合は、 たとえ ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
パターンにマッチする配列の要素を返す 3989
« preg_filter preg_last_error_msg » PHP Manual PCRE 関数 パターンにマッチする配列の要素を返す pr ... preg_grep ( string $pattern , array $array , int $flags = 0 ): array | false array 配列の要素のうち、 指定 ... 検索するパターンを表す文字列。 array 入力の配列。 flags PREG_GREP_INVERT を設定すると、この関数は 与えた p ...
https://man.plustar.jp/php/function.preg-grep.html - [similar]
正規表現で文字列を分割する 3989
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5 ... pattern , string $subject , int $limit = -1 , int $flags = 0 ): array | false 指定した文字列を、正規表現で分 ... あるいは 0 の場合は「制限が無い」ことを意味します。 flags flags は、次のフラグを組み合わせたものとする (ビッ ...
https://man.plustar.jp/php/function.preg-split.html - [similar]