検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1034 for [SIMILAR] 16 1024 4096 WITH 26878 countable WITH... (0.731 sec.)
パラメータの値を変数にバインドする 0
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバインドする SQLite3Stmt::bindValue (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::bindValue — パラメータの値を変数にバインドする 説明 public SQLite3Stmt::bindValue ( string | int $param , mixed $valu ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
NULL 0
« リソース コールバック / Callable » PHP Manual 型 NULL NULL 特別な null 値は、ある変数が値を持たないことを表します。 null は、 null 型の唯一の値です。 変数は、以下の場合に null とみなされます。 定数 null が代入されている場合。 まだ値が何も代入されていない場合。 unset() されている場合。 ...
https://man.plustar.jp/php/language.types.null.html - [similar]
カラムを PHP 変数にバインドする 0
« PDOStatement PDOStatement::bindParam » PHP Manual PDOStatement カラムを PHP 変数にバインドする PDOStatement::bindColumn (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::bindColumn — カラムを PHP 変数にバインドする 説明 public PDOStatement::bindColumn ( string | int $colu ...
https://man.plustar.jp/php/pdostatement.bindcolumn.html - [similar]
生のリクエストボディを取得する 0
« Yaf_Request_Http::getQuery Yaf_Request_Http::getRequest » PHP Manual Yaf_Request_Http 生のリクエストボディを取得する Yaf_Request_Http::getRaw (Yaf >=3.0.7) Yaf_Request_Http::getRaw — 生のリクエストボディを取得する 説明 public Yaf_Request_Http::getRaw (): mixed 生のリクエストボディを取得 ...
https://man.plustar.jp/php/yaf-request-http.getraw.html - [similar]
あるデータベースを、別のデータベースにバックアップする 0
« SQLite3 SQLite3::busyTimeout » PHP Manual SQLite3 あるデータベースを、別のデータベースにバックアップする SQLite3::backup (PHP 7 >= 7.4.0, PHP 8) SQLite3::backup — あるデータベースを、別のデータベースにバックアップする 説明 public SQLite3::backup ( SQLite3 $destination , string $sourceD ...
https://man.plustar.jp/php/sqlite3.backup.html - [similar]
0
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.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]
Retrieve assigned variable 0
« Yaf_View_Simple::eval Yaf_View_Simple::getScriptPath » PHP Manual Yaf_View_Simple Retrieve assigned variable Yaf_View_Simple::__get (Yaf >=1.0.0) Yaf_View_Simple::__get — Retrieve assigned variable 説明 public Yaf_View_Simple::__get ( string $name = ? ): void 代入した変数を取得します。 ...
https://man.plustar.jp/php/yaf-view-simple.get.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは、 number_format() 関数が -0 を返せました。 これは IEEE 754 浮動小数点標準規格に沿 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]