検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 975 for [SIMILAR] 16 1024 4096 WITH 28238 emptyiterator ... (0.543 sec.)
バックトレースを生成する 0
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debug_backtrace (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) debug_backtrace — バックトレースを生成する 説明 debug_backtrace ( int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT , int $limit = 0 ): array debu ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]
はじめに 0
« クラス/オブジェクト インストール/設定 » PHP Manual クラス/オブジェクト はじめに はじめに 以下の関数により、クラスやインスタンスオブジェクトに関する情報を得ることが可能となります。 オブジェクトが属するクラスの名前、そのメンバープロパティ、メソッドを取得可能です。 この関数を使用することに ...
https://man.plustar.jp/php/intro.classobj.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
TableInsert クラスのコンストラクタ 0
« mysql_xdevapi\TableInsert TableInsert::execute » PHP Manual mysql_xdevapi\TableInsert TableInsert クラスのコンストラクタ TableInsert::__construct (No version information available, might only be in Git) TableInsert::__construct — TableInsert クラスのコンストラクタ 説明 private mysql_xd ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.construct.html - [similar]
新しい mysqli_stmt オブジェクトを構築する 0
« mysqli_stmt::close mysqli_stmt::data_seek » PHP Manual mysqli_stmt 新しい mysqli_stmt オブジェクトを構築する mysqli_stmt::__construct (PHP 5, PHP 7, PHP 8) mysqli_stmt::__construct — 新しい mysqli_stmt オブジェクトを構築する 説明 public mysqli_stmt::__construct ( mysqli $mysql , ? stri ...
https://man.plustar.jp/php/mysqli-stmt.construct.html - [similar]
ファイルシステム上のファイルを phar アーカイブに追加する 0
« Phar::addEmptyDir Phar::addFromString » PHP Manual Phar ファイルシステム上のファイルを phar アーカイブに追加する Phar::addFile (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::addFile — ファイルシステム上のファイルを phar アーカイブに追加する 説明 public Phar::addFile ( string ...
https://man.plustar.jp/php/phar.addfile.html - [similar]
ダミー関数 (Phar::setStub は PharData では使用不能) 0
« PharData::setSignatureAlgorithm PharFileInfo » PHP Manual PharData ダミー関数 (Phar::setStub は PharData では使用不能) PharData::setStub (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::setStub — ダミー関数 (Phar::setStub は PharData では使用不能) 説明 public PharData::setS ...
https://man.plustar.jp/php/phardata.setstub.html - [similar]
HTTP クッキー 0
« $_ENV $php_errormsg » PHP Manual 定義済の変数 HTTP クッキー $_COOKIE (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_COOKIE — HTTP クッキー 説明 現在のスクリプトに HTTP クッキーから渡された変数の連想配列です。 例 例1 $_COOKIE の例 <?php echo 'Hello ' . htmlspecialchars ( $_COOKIE [ "name" ]) . ...
https://man.plustar.jp/php/reserved.variables.cookies.html - [similar]
現在の要素が有効かどうかを調べる 0
« SimpleXMLIterator::rewind SimpleXML 関数 » PHP Manual SimpleXMLIterator 現在の要素が有効かどうかを調べる SimpleXMLIterator::valid (PHP 5, PHP 7, PHP 8) SimpleXMLIterator::valid — 現在の要素が有効かどうかを調べる 説明 public SimpleXMLIterator::valid (): bool このメソッドは、現在の要素が ...
https://man.plustar.jp/php/simplexmliterator.valid.html - [similar]
現在バインドされているすべてのパラメータをクリアする 0
« SQLite3Stmt::bindValue SQLite3Stmt::close » PHP Manual SQLite3Stmt 現在バインドされているすべてのパラメータをクリアする SQLite3Stmt::clear (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::clear — 現在バインドされているすべてのパラメータをクリアする 説明 public SQLite3Stmt::clear (): bool 現 ...
https://man.plustar.jp/php/sqlite3stmt.clear.html - [similar]