検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 279 for [SIMILAR] 16 1024 4096 WITH 10261 移行 WITH 5154... (3.537 sec.)
MySQL サーバー上で利用可能なデータベースのリストを得る 0
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベースのリストを得る mysql_list_dbs (PHP 4, PHP 5) mysql_list_dbs — MySQL サーバー上で利用可能なデータベースのリストを得る 警告 この関数は PHP 5.4.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュ ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
MySQL テーブルのフィールドのリストを得る 0
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリストを得る mysql_list_fields (PHP 4, PHP 5) mysql_list_fields — MySQL テーブルのフィールドのリストを得る 警告 この関数は PHP 5.4.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体とあわせて削 ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 0
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルのリストを得る mysql_list_tables (PHP 4, PHP 5) mysql_list_tables — MySQL データベース上のテーブルのリストを得る 警告 この関数は PHP 4.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体と ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
結果における行の数を得る 0
« mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_rows (PHP 4, PHP 5) mysql_num_rows — 結果における行の数を得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報 ...
https://man.plustar.jp/php/function.mysql-num-rows.html - [similar]
MySQL データベースを選択する 0
« mysql_result mysql_set_charset » PHP Manual MySQL 関数 MySQL データベースを選択する mysql_select_db (PHP 4, PHP 5) mysql_select_db — MySQL データベースを選択する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳 ...
https://man.plustar.jp/php/function.mysql-select-db.html - [similar]
ネットワークエンティティに関する情報ツリーを検索する 0
« snmpwalk SNMP » PHP Manual SNMP 関数 ネットワークエンティティに関する情報ツリーを検索する snmpwalkoid (PHP 4, PHP 5, PHP 7, PHP 8) snmpwalkoid — ネットワークエンティティに関する情報ツリーを検索する 説明 snmpwalkoid ( string $hostname , string $community , array | string $object_id , in ...
https://man.plustar.jp/php/function.snmpwalkoid.html - [similar]
サービスに送信された直近の制御メッセージを返す 0
« win32_delete_service win32_pause_service » PHP Manual win32service 関数 サービスに送信された直近の制御メッセージを返す win32_get_last_control_message (PECL win32service >=0.1.0) win32_get_last_control_message — サービスに送信された直近の制御メッセージを返す 説明 win32_get_last_control_ ...
https://man.plustar.jp/php/function.win32-get-last-control-message.html - [similar]
名前空間の概要 0
« 名前空間 名前空間の定義 » PHP Manual 名前空間 名前空間の概要 名前空間の概要 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間とは何でしょう? 広義の「名前空間」とは、項目をカプセル化するもののことです。 これは多くの場面で見られる抽象概念です。 たとえば、たいていの OS はディレクトリでファイルをグル ...
https://man.plustar.jp/php/language.namespaces.rationale.html - [similar]
変更された関数 0
« PHP 7.1.x で推奨されなくなる機能 その他の変更 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 変更された関数 変更された関数 PHP コア getopt() に、オプションの第三引数が追加されました。 これは参照渡しの引数で、処理対象の引数リストの次の要素のインデックスが格納されます。 getenv() の引数が ...
https://man.plustar.jp/php/migration71.changed-functions.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]