検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 527 for [SIMILAR] 16 1024 4096 WITH 18809 グラ WITH 1498... (0.441 sec.)
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
SQL ステートメントを実行し、作用した行数を返す 0
« PDO::errorInfo PDO::getAttribute » PHP Manual PDO SQL ステートメントを実行し、作用した行数を返す PDO::exec (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::exec — SQL ステートメントを実行し、作用した行数を返す 説明 public PDO::exec ( string $statement ): int | false PDO::exec() は ...
https://man.plustar.jp/php/pdo.exec.html - [similar]
PCNTL 関数 0
« 基本的な使用法 pcntl_alarm » PHP Manual PCNTL PCNTL 関数 PCNTL 関数 参考 POSIX 関数 の節を参照することも 有用でしょう。 目次 pcntl_alarm — シグナルを送信するアラームを設定する pcntl_async_signals — 非同期のシグナルハンドリングを有効/無効にするか、古い設定を返す pcntl_errno — pcntl_get_ ...
https://man.plustar.jp/php/ref.pcntl.html - [similar]
イベントハンドラ 0
« 定義済み定数 大文字変換(Case Folding) » PHP Manual XML パーサ イベントハンドラ イベントハンドラ XML イベントハンドラは次のように定義されます。 サポートされる XML ハンドラ ハンドラ設定用の PHP 関数 イベントの説明 xml_set_element_handler() 要素イベントは、XML パーサーが開始または終了タグ ...
https://man.plustar.jp/php/xml.eventhandlers.html - [similar]
その他の変更 0
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 その他の変更 その他の変更 PHP コア set(raw)cookie 関数は $option 引数を受け入れるように setcookie() および setrawcookie() 関数は、次のようなシグネチャもサポートするようになりました: setco ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
エラーのレポート 0
« SQLインジェクション ユーザーが投稿したデータ » PHP Manual セキュリティ エラーのレポート エラーのレポート PHPのセキュリティに関して、2種類のエラー出力があります。一つは、セ キュリティ向上に役立つものであり、もう一つは、セキュリティ上有害な ものです。 標準的な攻撃手法の中に不完全なデータ ...
https://man.plustar.jp/php/security.errors.html - [similar]
PHP および DTrace への入門 0
« DTrace 動的トレーシング PHP および DTrace の使用 » PHP Manual DTrace 動的トレーシング PHP および DTrace への入門 PHP および DTrace への入門 DTrace は、常に使用可能で、オーバーヘッドが少なく、 Solaris、macOS、Oracle Linux および BSD を含む 多数のプラットフォーム上で使用可能なトレーシング ...
https://man.plustar.jp/php/features.dtrace.introduction.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
はじめに 0
« intl インストール/設定 » PHP Manual intl はじめに はじめに 国際化用拡張モジュール (これ以降では Intl と略します) は » ICU ライブラリのラッパーです。 PHP プログラマが、ロケール関連のさまざまな操作を行えるようにします。 フォーマット、音訳、エンコード変換、カレンダーの処理、 » UCA 準拠の照 ...
https://man.plustar.jp/php/intro.intl.html - [similar]