検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 136 for [SIMILAR] 16 1024 4096 WITH 42947 elseif WITH 19... (0.382 sec.)
elseif/else if 10000
« else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP 5, PHP 7, PHP 8) elseif は、その名前から分かるように、 if と else の組み合わせです。 elseif は、 else のように、元の if 式の値が false の場合に別の文を実行するように if 文を拡張します。 しかし ...
https://man.plustar.jp/php/control-structures.elseif.html - [similar]
else 8970
« if elseif/else if » PHP Manual 制御構造 else else (PHP 4, PHP 5, PHP 7, PHP 8) ある条件が満たされている場合にある文を実行し、 その条件が満たされていない場合に別の文を実行したいと考えた ことが度々あるかと思います。 このために else があります。 else は、 if 文における式の値が false の場合 ...
https://man.plustar.jp/php/control-structures.else.html - [similar]
制御構造に関する別の構文 8970
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 (PHP 4, PHP 5, PHP 7, PHP 8) PHPは、いくつかの制御構造、つまり、 if 、 while 、 for 、 foreach 、 switch に関する別の構文を提供します。 各構造において開き波括弧をコロン(:)、閉じ波括弧をそれぞれ ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]
文字列をより小さな部分に分割する 1642
« chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split (PHP 4, PHP 5, PHP 7, PHP 8) chunk_split — 文字列をより小さな部分に分割する 説明 chunk_split ( string $string , int $length = 76 , string $separator = "\r\n" ): string 文字列をより小さな部分に分 ...
https://man.plustar.jp/php/function.chunk-split.html - [similar]
指定した文字数で文字列を分割する 1642
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) wordwrap — 指定した文字数で文字列を分割する 説明 wordwrap ( string $string , int $width = 75 , string $break = "\n" , bool $cut_long_words = false ): string 指定し ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]
指定したオフセットでノードを 2 つに分割する 1642
« DOMText::isWhitespaceInElementContent DOMXPath » PHP Manual DOMText 指定したオフセットでノードを 2 つに分割する DOMText::splitText (PHP 5, PHP 7, PHP 8) DOMText::splitText — 指定したオフセットでノードを 2 つに分割する 説明 public DOMText::splitText ( int $offset ): DOMText | false 指定 ...
https://man.plustar.jp/php/domtext.splittext.html - [similar]
文字列をトークンに分割する 1642
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PHP 7, PHP 8) strtok — 文字列をトークンに分割する 説明 strtok ( string $string , string $token ): string | false 代替のシグネチャ (名前付き引数をサポートしていません): strtok ( string $token ): ...
https://man.plustar.jp/php/function.strtok.html - [similar]
文字列を配列に変換する 1642
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, PHP 7, PHP 8) str_split — 文字列を配列に変換する 説明 str_split ( string $string , int $length = 1 ): array 文字列を配列に変換します。 パラメータ string 入力文字列。 length 分割した部分の最大長 ...
https://man.plustar.jp/php/function.str-split.html - [similar]
正規表現で文字列を分割する 1642
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5, PHP 7, PHP 8) preg_split — 正規表現で文字列を分割する 説明 preg_split ( string $pattern , string $subject , int $limit = -1 , int $flags = 0 ): array | false 指定した文字列を、正規表現で分割 ...
https://man.plustar.jp/php/function.preg-split.html - [similar]
文字列形式のキーを配列形式に分割する 1642
« dba_insert dba_list » PHP Manual DBA 関数 文字列形式のキーを配列形式に分割する dba_key_split (PHP 5, PHP 7, PHP 8) dba_key_split — 文字列形式のキーを配列形式に分割する 説明 dba_key_split ( string | false | null $key ): array | false dba_key_split() は、キー(文字列形式) を配列に分割し ...
https://man.plustar.jp/php/function.dba-key-split.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT