検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 378 for [SIMILAR] 16 1024 4096 WITH 7665 評価 WITH 7053 ... (0.557 sec.)
if 10000
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
1 つ以上の文字列を出力する 6362
« crypt explode » PHP Manual String 関数 1 つ以上の文字列を出力する echo (PHP 4, PHP 5, PHP 7, PHP 8) echo — 1 つ以上の文字列を出力する 説明 echo ( string ...$expressions ): void ひとつ以上の(文字列として評価される)式を出力します。末尾に改行やスペースを付加することはありません。 echo は実 ...
https://man.plustar.jp/php/function.echo.html - [similar]
文字列を出力する 6362
« parse_str printf » PHP Manual String 関数 文字列を出力する print (PHP 4, PHP 5, PHP 7, PHP 8) print — 文字列を出力する 説明 print ( string $expression ): int expression を出力します。 print は実際には関数ではなく、 言語構造です。 引数は、 print の後に文字列として評価される式を指定し、括 ...
https://man.plustar.jp/php/function.print.html - [similar]
文字列を PHP コードとして評価する 6362
« die exit » PHP Manual その他の関数 文字列を PHP コードとして評価する eval (PHP 4, PHP 5, PHP 7, PHP 8) eval — 文字列を PHP コードとして評価する 説明 eval ( string $code ): mixed 指定した code を PHP コードとして評価します。 警告 eval() は 非常に危険な 言語構造です。 というのも、任意の ...
https://man.plustar.jp/php/function.eval.html - [similar]
最大値を返す 6362
« log min » PHP Manual Math 関数 最大値を返す max (PHP 4, PHP 5, PHP 7, PHP 8) max — 最大値を返す 説明 max ( mixed $value , mixed ...$values ): mixed 代替のシグネチャ (名前付き引数をサポートしていません): max ( array $value_array ): mixed パラメータとして配列をひとつだけ渡した場合は、 ma ...
https://man.plustar.jp/php/function.max.html - [similar]
最小値を返す 6362
« max mt_getrandmax » PHP Manual Math 関数 最小値を返す min (PHP 4, PHP 5, PHP 7, PHP 8) min — 最小値を返す 説明 min ( mixed $value , mixed ...$values ): mixed 代替のシグネチャ (名前付き引数をサポートしていません): min ( array $value_array ): mixed パラメータとして配列をひとつだけ渡した場 ...
https://man.plustar.jp/php/function.min.html - [similar]
HTML からの脱出 5854
« PHP タグ 命令の分離 » PHP Manual 基本的な構文 HTML からの脱出 HTML からの脱出 PHP のパーサは、開始タグと終了タグに囲まれていない部分をすべて無視します。 そのおかげで、PHP のファイルにそれ以外のコンテンツを混在させることができるのです。 たとえば PHP を HTML ドキュメントに組み込んで、テン ...
https://man.plustar.jp/php/language.basic-syntax.phpmode.html - [similar]
else 5854
« 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]
ソート条件を設定する 5854
« CollectionModify::skip CollectionModify::unset » PHP Manual mysql_xdevapi\CollectionModify ソート条件を設定する CollectionModify::sort (No version information available, might only be in Git) CollectionModify::sort — ソート条件を設定する 説明 public mysql_xdevapi\CollectionModify::sort ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.sort.html - [similar]
ソート条件を設定する 5854
« CollectionRemove::limit mysql_xdevapi\ColumnResult » PHP Manual mysql_xdevapi\CollectionRemove ソート条件を設定する CollectionRemove::sort (No version information available, might only be in Git) CollectionRemove::sort — ソート条件を設定する 説明 public mysql_xdevapi\CollectionRemove:: ...
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.sort.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT