検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 925 for [SIMILAR] 16 1024 4096 WITH 36149 fence WITH 139... (1.157 sec.)
変数の型が float かどうか調べる 0
« is_double is_int » PHP Manual 変数操作 関数 変数の型が float かどうか調べる is_float (PHP 4, PHP 5, PHP 7, PHP 8) is_float — 変数の型が float かどうか調べる 説明 is_float ( mixed $value ): bool 与えられた変数の型が float かどうかを調べます。 注意 : 変数が数値もしくは数値形式の文字列の場 ...
https://man.plustar.jp/php/function.is-float.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 0
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッセージを返す mysql_error (PHP 4, PHP 5) mysql_error — 直近に実行された MySQL 操作のエラーメッセージを返す 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQ ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]
疑似ランダムなバイト文字列を生成する 0
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成する openssl_random_pseudo_bytes (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_random_pseudo_bytes — 疑似ランダムなバイト文字列を生成する 説明 openssl_random_pseudo_bytes ( int $length , bool &$stron ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
テキストを現在の位置に出力する 0
« ps_show_xy ps_show » PHP Manual PS 関数 テキストを現在の位置に出力する ps_show2 (PECL ps >= 1.1.0) ps_show2 — テキストを現在の位置に出力する 説明 ps_show2 ( resource $psdoc , string $text , int $len ): bool テキストを現在の位置に出力します。最大 len 文字までしか出力しません。 パラメータ ...
https://man.plustar.jp/php/function.ps-show2.html - [similar]
ASCII 文字列でエンコードされたハッシュを得る 0
« sodium_crypto_pwhash_scryptsalsa208sha256_str_verify sodium_crypto_pwhash_scryptsalsa208sha256 » PHP Manual Sodium 関数 ASCII 文字列でエンコードされたハッシュを得る sodium_crypto_pwhash_scryptsalsa208sha256_str (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_scryptsalsa208sha256_str — ASC ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-scryptsalsa208sha256-st... - [similar]
PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する 0
« xmlrpc_server_register_method Windows 用のモジュール » PHP Manual XML-RPC 関数 PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する xmlrpc_set_type (PHP 4 >= 4.1.0, PHP 5, PHP 7) xmlrpc_set_type — PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する 説明 xmlrpc_set_ty ...
https://man.plustar.jp/php/function.xmlrpc-set-type.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
外部から来る変数 0
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) フォームが PHP スクリプトに投稿された時、フォームから渡された全て の変数は PHP により自動的にスクリプトから使用可能となります。 この情報にアクセスする手段は複数あります。例を以下に示します。 例 ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]