検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 209 for [SIMILAR] 16 1024 4096 WITH 14507 字か WITH 1339... (0.211 sec.)
条件付きサブパターン 0
« 再試行無しのサブパターン コメント » PHP Manual PCRE 正規表現構文 条件付きサブパターン 条件付きサブパターン サブパターンを条件付きでマッチング処理させることが可能です。 言明の結果や直前のキャプチャ用サブパターンがマッチしたかどうかにより、 サブパターン中の 2 つの選択肢を選択させます。条 ...
https://man.plustar.jp/php/regexp.reference.conditional.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]
Creates a C data structure 0
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, PHP 8) FFI::new — Creates a C data structure 説明 public static FFI::new ( FFI\CType | string $type , bool $owned = true , bool $persistent = false ): ? FFI\CData public FFI::new ( FFI\CType | ...
https://man.plustar.jp/php/ffi.new.html - [similar]
インストール/設定 0
« はじめに 要件 » PHP Manual Ctype インストール/設定 インストール/設定 目次 要件 インストール手順 実行時設定 リソース型 関連キーワード: インストール , 設定 , 要件 , Ctype , 手順 , 実行 , リソース , ...
https://man.plustar.jp/php/ctype.setup.html - [similar]
文字列の一方向のハッシュ化を行う 0
« crc32 echo » PHP Manual String 関数 文字列の一方向のハッシュ化を行う crypt (PHP 4, PHP 5, PHP 7, PHP 8) crypt — 文字列の一方向のハッシュ化を行う 警告 この関数は (まだ)バイナリデータ対応ではありません! 説明 crypt ( string $string , string $salt ): string crypt() 文字列のハッシュを返しま ...
https://man.plustar.jp/php/function.crypt.html - [similar]
圧縮フィルタ 0
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ 圧縮ストリーム を用いれば ローカルファイルシステム上に gzip や bz2 と互換性のある圧縮ファイルを 作成することができます。しかし、これはネットワーク越しの圧縮機能を 持っておらず、また非圧縮ストリ ...
https://man.plustar.jp/php/filters.compression.html - [similar]
Unixタイムスタンプを書式化する 0
« date_timezone_set getdate » PHP Manual 日付・時刻 関数 Unixタイムスタンプを書式化する date (PHP 4, PHP 5, PHP 7, PHP 8) date — Unixタイムスタンプを書式化する 説明 date ( string $format , ? int $timestamp = null ): string 指定された引数 timestamp (Unixタイムスタンプ) を、与えられた フォ ...
https://man.plustar.jp/php/function.date.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 0
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リソースからオプションの値を取得する db2_get_option (PECL ibm_db2 >= 1.6.0) db2_get_option — ステートメントリソースあるいは接続リソースからオプションの値を取得する 説明 db2_get_option ( resourc ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
フォーマットされた文字列をストリームに書き込む 0
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む fprintf (PHP 5, PHP 7, PHP 8) fprintf — フォーマットされた文字列をストリームに書き込む 説明 fprintf ( resource $stream , string $format , mixed ...$values ): int format によって作 ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
浮動小数点数を丸める 0
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round — 浮動小数点数を丸める 説明 round ( int | float $num , int $precision = 0 , int $mode = PHP_ROUND_HALF_UP ): float num を、指定した precision (小数点以下の桁数)に丸めた値を 返します。 precisio ...
https://man.plustar.jp/php/function.round.html - [similar]