検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 819 for [SIMILAR] 16 1024 4096 WITH 25990 ダン WITH 7070... (0.680 sec.)
リファレンスの適用範囲 0
« リファレンスの解除 定義済の変数 » PHP Manual リファレンスの説明 リファレンスの適用範囲 リファレンスの適用範囲 PHP の多くの構文構造は、リファレンス機構を利用して実装されています。 このため、前記のリファレンス結合に関する事項はこれらの構造についても 適用されます。リファレンス渡しおよびリ ...
https://man.plustar.jp/php/language.references.spot.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 0
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメントから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mysqli_stmt::fetch -- mysqli_stmt_fetch — プリペアドステートメントから結果を取得し、バイン ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
APCu 関数 0
« 定義済み定数 apcu_add » PHP Manual APCu APCu 関数 APCu 関数 目次 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュされた情報を取得する apcu_cas — 古い値を新しい値に更新する apcu_clear_cache — APCu キャッシュをクリアする apcu_dec — 保存した ...
https://man.plustar.jp/php/ref.apcu.html - [similar]
ローカルな時刻/日付を整数として整形する 0
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idate (PHP 5, PHP 7, PHP 8) idate — ローカルな時刻/日付を整数として整形する 説明 idate ( string $format , ? int $timestamp = null ): int | false 指定された引数 timestamp を、 与えられたフォーマット ...
https://man.plustar.jp/php/function.idate.html - [similar]
レンダリングして表示する 0
« Yaf_View_Simple::__construct Yaf_View_Simple::eval » PHP Manual Yaf_View_Simple レンダリングして表示する Yaf_View_Simple::display (Yaf >=1.0.0) Yaf_View_Simple::display — レンダリングして表示する 説明 public Yaf_View_Simple::display ( string $tpl , array $tpl_vars = ? ): bool テンプレー ...
https://man.plustar.jp/php/yaf-view-simple.display.html - [similar]
はじめに 0
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
リファレンスが行わないこと 0
« リファレンスが行うことは何ですか? リファレンス渡し » PHP Manual リファレンスの説明 リファレンスが行わないこと リファレンスが行わないこと これまでに説明したように、リファレンスはポインタではありません。このため、 次の例は期待通りに動作しません。 <?php function foo (& $var ) { $var =& $G ...
https://man.plustar.jp/php/language.references.arent.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
リファレンスの解除 0
« リファレンスを返す リファレンスの適用範囲 » PHP Manual リファレンスの説明 リファレンスの解除 リファレンスの解除 リファレンスを解除することは、ちょうど変数名と変数の内容の結合を 解除することに相当します。これは、変数の内容が破棄されることを 意味しません。例えば、 <?php $a = 1 ; $b =& $a ...
https://man.plustar.jp/php/language.references.unset.html - [similar]
指定された変数名にパラメータをバインドする 0
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパラメータをバインドする PDOStatement::bindParam (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::bindParam — 指定された変数名にパラメータをバインドする 説明 public PDOStatement: ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]