検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1218 for [SIMILAR] 16 1024 4096 WITH 5735 odbc WITH 3442 ... (5.694 sec.)
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
カーソル名を得る 0
« odbc_connect odbc_data_source » PHP Manual ODBC 関数 カーソル名を得る odbc_cursor (PHP 4, PHP 5, PHP 7, PHP 8) odbc_cursor — カーソル名を得る 説明 odbc_cursor ( resource $statement ): string | false 指定された接続 ID に関するカーソル名を返します。 Gets the cursorname for the given resu ...
https://man.plustar.jp/php/function.odbc-cursor.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PostgreSQL設定オプション 名前 デフォルト 変更可能 変更履歴 pgsql.allow_persistent "1" PHP_INI_SYSTEM pgsql.max_persistent "-1" PHP_INI_SYSTEM pgsql.max_links "-1" PHP ...
https://man.plustar.jp/php/pgsql.configuration.html - [similar]
データベース接続の属性を取得する 0
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getAttribute (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0) PDO::getAttribute — データベース接続の属性を取得する 説明 public PDO::getAttribute ( int $attribute ): mixed この関数はデータベース接 ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]
データベースのデザイン 0
« データベースのセキュリティ データベースへの接続 » PHP Manual データベースのセキュリティ データベースのデザイン データベースのデザイン 他人が用意した既存のものを使用するのでない限り、最初に行うのはデータベースの作成です。 データベースが作成されると、そのデータベースのオーナーは作成コマン ...
https://man.plustar.jp/php/security.database.design.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
MySQLi を初期化し、mysqli_real_connect() で使うオブジェクトを返す 0
« mysqli::$info mysqli::$insert_id » PHP Manual mysqli MySQLi を初期化し、mysqli_real_connect() で使うオブジェクトを返す mysqli::init mysqli_init (PHP 5, PHP 7, PHP 8) mysqli::init -- mysqli_init — MySQLi を初期化し、mysqli_real_connect() で使うオブジェクトを返す 説明 オブジェクト指向型 ...
https://man.plustar.jp/php/mysqli.init.html - [similar]
ファイルポインタから 1 行取り出し、HTML タグを取り除く 0
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タグを取り除く fgetss (PHP 4, PHP 5, PHP 7) fgetss — ファイルポインタから 1 行取り出し、HTML タグを取り除く 警告 この関数は PHP 7.3.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼 ...
https://man.plustar.jp/php/function.fgetss.html - [similar]
クエリを実行する 0
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_query — クエリを実行する 説明 pg_query ( PgSql\Connection $connection = ? , string $query ): PgSql\Result | false pg_query() は、指定したデータベース co ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
ソケット(通信時の終端)を作成する 0
« socket_create_pair socket_export_stream » PHP Manual ソケット 関数 ソケット(通信時の終端)を作成する socket_create (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_create — ソケット(通信時の終端)を作成する 説明 socket_create ( int $domain , int $type , int $protocol ): Socket | false 通 ...
https://man.plustar.jp/php/function.socket-create.html - [similar]