検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 312 for [SIMILAR] 16 1024 4096 WITH 42509 pdostatement W... (0.335 sec.)
最後に挿入された行の ID あるいはシーケンスの値を返す 0
« PDO::inTransaction PDO::prepare » PHP Manual PDO 最後に挿入された行の ID あるいはシーケンスの値を返す PDO::lastInsertId (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::lastInsertId — 最後に挿入された行の ID あるいはシーケンスの値を返す 説明 public PDO::lastInsertId ( ? string $n ...
https://man.plustar.jp/php/pdo.lastinsertid.html - [similar]
IBM データベースへの接続 0
« IBM (PDO) Informix (PDO) » PHP Manual IBM (PDO) IBM データベースへの接続 PDO_IBM DSN (PECL PDO_IBM >= 0.9.0) PDO_IBM DSN — IBM データベースへの接続 説明 PDO_IBM のデータソース名 (DSN) は、IBM CLI DSN にもとづいています。 PDO_IBM DSN は、主に以下の部分から構成されます。 DSN プレフィック ...
https://man.plustar.jp/php/ref.pdo-ibm.connection.html - [similar]
テキストの配置時の gravity を設定する 0
« ImagickDraw::setFontWeight ImagickDraw::setResolution » PHP Manual ImagickDraw テキストの配置時の gravity を設定する ImagickDraw::setGravity (PECL imagick 2, PECL imagick 3) ImagickDraw::setGravity — テキストの配置時の gravity を設定する 説明 public ImagickDraw::setGravity ( int $gravi ...
https://man.plustar.jp/php/imagickdraw.setgravity.html - [similar]
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
MySQL データベースに接続する 0
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQL DSN (PECL PDO_MYSQL >= 0.1.0) PDO_MYSQL DSN — MySQL データベースに接続する 説明 PDO_MYSQL データソース名 (DSN) は以下の要素で構成されます。 DSN 接頭辞 DSN 接頭辞は mysql: です。 host データベ ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
PostgreSQL データベースに接続する 0
« PostgreSQL (PDO) PDO::pgsqlCopyFromArray » PHP Manual PostgreSQL (PDO) PostgreSQL データベースに接続する PDO_PGSQL DSN (PHP 5 >= 5.1.0, PHP 7, PECL PDO_PGSQL >= 0.1.0) PDO_PGSQL DSN — PostgreSQL データベースに接続する 説明 PDO_PGSQL データソース名 (DSN) は以下の要素で構成され、 スペース ...
https://man.plustar.jp/php/ref.pdo-pgsql.connection.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 0
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) set_error_handler — ユーザー定義のエラーハンドラ関数を設定する 説明 set_error_handler ( ? callable $callback , ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
装飾を指定する 0
« ImagickDraw::setTextAntialias ImagickDraw::setTextEncoding » PHP Manual ImagickDraw 装飾を指定する ImagickDraw::setTextDecoration (PECL imagick 2, PECL imagick 3) ImagickDraw::setTextDecoration — 装飾を指定する 説明 public ImagickDraw::setTextDecoration ( int $decoration ): bool 警告 こ ...
https://man.plustar.jp/php/imagickdraw.settextdecoration.html - [similar]
Phar アーカイブの使用法: 導入 0
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アーカイブの使用法 Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: 導入 Phar アーカイブは Java の JAR アーカイブと似た概念のものですが、 PHP アプリケーションで使用する際に必要な機能をより柔 ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]