検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 326 for [SIMILAR] 16 1024 4096 WITH 42538 strpbrk WITH 1... (0.523 sec.)
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 0
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットからデータを受信する socket_recvfrom (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_recvfrom — 接続しているかどうかによらず、ソケットからデータを受信する 説明 socket_recvfrom ( Socket $socket , st ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
SSH サーバーに接続する 0
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_connect (PECL ssh2 >= 0.9.0) ssh2_connect — SSH サーバーに接続する 説明 ssh2_connect ( string $host , int $port = 22 , array $methods = ? , array $callbacks = ? ): resource リモートの SSH サーバーと ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
文字の変換あるいは部分文字列の置換を行う 0
« strtoupper substr_compare » PHP Manual String 関数 文字の変換あるいは部分文字列の置換を行う strtr (PHP 4, PHP 5, PHP 7, PHP 8) strtr — 文字の変換あるいは部分文字列の置換を行う 説明 strtr ( string $string , string $from , string $to ): string 代替のシグネチャ (名前付き引数をサポートして ...
https://man.plustar.jp/php/function.strtr.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する 0
« mysqli_result::fetch_all mysqli_result::fetch_assoc » PHP Manual mysqli_result 結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する mysqli_result::fetch_array mysqli_fetch_array (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_array -- mysqli_fetch_array — 結果セットの次 ...
https://man.plustar.jp/php/mysqli-result.fetch-array.html - [similar]
結果セットの次の行を連想配列で取得する 0
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの次の行を連想配列で取得する mysqli_result::fetch_assoc mysqli_fetch_assoc (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_assoc -- mysqli_fetch_assoc — 結果セットの次の行を連想配列で取得する 説明 オ ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 0
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次の行を取得し、オブジェクトとして返す mysqli_result::fetch_object mysqli_fetch_object (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_object -- mysqli_fetch_object — 結果セットの次の行を取得し、オブ ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]