検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 89 for [SIMILAR] 16 1024 4096 WITH 26885 行演 WITH 2434... (0.182 sec.)
FAQ: 名前空間について知っておくべきこと 0
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FAQ: 名前空間について知っておくべきこと (PHP 5 >= 5.3.0, PHP 7, PHP 8) この FAQ は 2 つに別れています。一般的な質問と、 深く理解するために有用な実装に関する質問です。 まずは一般的な質問。 名前空 ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
dotnet クラス 0
« com::__construct dotnet::__construct » PHP Manual COM dotnet クラス dotnet クラス (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) はじめに dotnet クラスにより、 クラスやメソッドが » COM に見えている場合 、 .Net アセンブリからクラスを生成して そのメソッドをコールしたりプロパティにアクセスしたりで ...
https://man.plustar.jp/php/class.dotnet.html - [similar]
演算子 0
« 式 演算子の優先順位 » PHP Manual 言語リファレンス 演算子 演算子 目次 演算子の優先順位 算術演算子 代入演算子 ビット演算子 比較演算子 エラー制御演算子 実行演算子 加算子/減算子 論理演算子 文字列演算子 配列演算子 型演算子 演算子とは、ひとつ以上の値 (あるいはプログラミング用語における「式」 ...
https://man.plustar.jp/php/language.operators.html - [similar]
JSON 文字列をデコードする 0
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_decode — JSON 文字列をデコードする 説明 json_decode ( string $json , ? bool $associative = null , int $depth = 512 , int $flags = 0 ): mixed JSON エ ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 0
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープする mysql_real_escape_string (PHP 4 >= 4.3.0, PHP 5) mysql_real_escape_string — SQL 文中で用いる文字列の特殊文字をエスケープする 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
プリペアドステートメントを実行する 0
« odbc_exec odbc_fetch_array » PHP Manual ODBC 関数 プリペアドステートメントを実行する odbc_execute (PHP 4, PHP 5, PHP 7, PHP 8) odbc_execute — プリペアドステートメントを実行する 説明 odbc_execute ( resource $statement , array $params = [] ): bool odbc_prepare() で準備された命令を実行しま ...
https://man.plustar.jp/php/function.odbc-execute.html - [similar]
正規表現文字をクオートする 0
« preg_match preg_replace_callback_array » PHP Manual PCRE 関数 正規表現文字をクオートする preg_quote (PHP 4, PHP 5, PHP 7, PHP 8) preg_quote — 正規表現文字をクオートする 説明 preg_quote ( string $str , ? string $delimiter = null ): string preg_quote() は、 str を引数とし、正規表現構文の ...
https://man.plustar.jp/php/function.preg-quote.html - [similar]
エラー制御演算子 0
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演算子( @ )をサポートしています。 PHP の式の前に付けた場合、 その式により生成されたエラーメッセージは無視されます。 set_error_handler() で自作のエラーハンドラを設定した場合は エラー制御演算子があ ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]
加算子/減算子 0
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子/減算子(前置・後置ともに)をサポートします。 注意 : 加算子/減算子は、数値や文字列にしか影響を及ぼしません。 配列やオブジェクト、boolean、そしてリソースには、何も変更を加えません。 同じく nul ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT