検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 1435 for [SIMILAR] 16 1024 4096 WITH 132252 mysqlnd WITH ... (0.776 sec.)
はじめに 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]
ファイルシステム上のファイルを 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]
TableSelect クラス 0
« TableInsert::values TableSelect::bind » PHP Manual Mysql_xdevapi TableSelect クラス TableSelect クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブルからレコードを取得する操作を行うステートメントです クラス概要 class mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable { /* ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableselect.html - [similar]
サーバから取得した結果セットの行数を返す 0
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した結果セットの行数を返す mysqli_stmt::$num_rows mysqli_stmt::num_rows mysqli_stmt_num_rows (PHP 5, PHP 7, PHP 8) mysqli_stmt::$num_rows -- mysqli_stmt::num_rows -- mysqli_stmt_num_rows — サーバか ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]