検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1444 for [SIMILAR] 16 1024 4096 WITH 39127 isset WITH 857... (0.892 sec.)
結果セットから次の行を取得する 0
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取得する PDOStatement::fetch (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::fetch — 結果セットから次の行を取得する 説明 public PDOStatement::fetch ( int $mode = PDO::FETCH_DEFA ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
プリペアドステートメント 0
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステートメント プリペアドステートメント MySQL データベースは、 プリペアドステートメントをサポートしています。 プリペアドステートメント、 またはパラメータ化したステートメントは、 同じステートメントを ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
画像の大きさを取得する 0
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getimagesize (PHP 4, PHP 5, PHP 7, PHP 8) getimagesize — 画像の大きさを取得する 説明 getimagesize ( string $filename , array &$image_info = null ): array | false getimagesize() 関数は、サポートする任 ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
はじめに 0
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/O 機能を提供します。 Marc Lehmann による » libeio C ライブラリを利用します。 注意 : この拡張モジュールは Windows 環境では利用できません。 警告 注意すべき点は、個々のリクエストが単一のスレッド内 ...
https://man.plustar.jp/php/intro.eio.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
ファイルパスに関する情報を返す 0
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す pathinfo (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pathinfo — ファイルパスに関する情報を返す 説明 pathinfo ( string $path , int $flags = PATHINFO_ALL ): array | string pathinfo() は、 path に関する情報 ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
エントリが存在するかどうかを調べる 0
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (PECL apcu >= 4.0.0) apcu_exists — エントリが存在するかどうかを調べる 説明 apcu_exists ( mixed $keys ): mixed 指定した APCu エントリが存在するかどうかを調べます。 パラメータ keys キーを含む文字列 ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
拡張 0
« 例 Reflection » PHP Manual リフレクション 拡張 拡張 組み込みクラスの特別なバージョンを作成したい場合 (例えば、エクスポートする際に色づけしたHTMLを作成したり、 メソッドの代わりに簡単にアクセスできるメンバー変数を作成したり、 補助的なメソッドを作成したり) は、クラスを拡張してみましょう。 ...
https://man.plustar.jp/php/reflection.extending.html - [similar]
クラスの名前を取得する 0
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass クラスの名前を取得する ReflectionClass::getName (PHP 5, PHP 7, PHP 8) ReflectionClass::getName — クラスの名前を取得する 説明 public ReflectionClass::getName (): string クラスの名前を取得します。 ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]