検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 180 for [SIMILAR] 16 1024 4096 WITH 32563 htmlspecialcha... (0.207 sec.)
持続的な PostgreSQL 接続をオープンする 0
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする pg_pconnect (PHP 4, PHP 5, PHP 7, PHP 8) pg_pconnect — 持続的な PostgreSQL 接続をオープンする 説明 pg_pconnect ( string $connection_string , int $flags = 0 ): PgSql\Connection | false pg_pco ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 0
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバインドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_bind_by_name — Oracle プレースホルダに PHP 変数をバインドする 説明 oci_bind_by_name ( resource $statement , string $par ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ 0
« pg_put_line pg_query » PHP Manual PostgreSQL 関数 SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ pg_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_query_params — SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ 説明 pg_query_params ( PgSql\Connecti ...
https://man.plustar.jp/php/function.pg-query-params.html - [similar]
その他の変更 0
« PHP 8.1.x で推奨されなくなる機能 PHP 7.4.x から PHP 8.0.x への移行 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 その他の変更 その他の変更 SAPI モジュールへの変更 CLI readline 拡張機能 が組み込まれていないのに、 -a オプションを使った場合、 エラーが発生するようになりました。 以前のバー ...
https://man.plustar.jp/php/migration81.other-changes.html - [similar]
XMLWriter クラス 0
« オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XMLWriter クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) はじめに クラス概要 class XMLWriter { /* メソッド */ public endAttribute (): bool public endCdata (): bool public endComm ...
https://man.plustar.jp/php/class.xmlwriter.html - [similar]
IMAP、POP3 および NNTP 0
« メール関連 はじめに » PHP Manual メール関連 IMAP、POP3 および NNTP IMAP、POP3 および NNTP はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 IMAP 関数 imap_8bit — 8 ビット文字列を quoted-printable 文字列に変換する imap_alerts — 発生した IMAP 警告メッセー ...
https://man.plustar.jp/php/book.imap.html - [similar]
適切にエスケープされた文字列を返す 0
« SQLite3::enableExceptions SQLite3::exec » PHP Manual SQLite3 適切にエスケープされた文字列を返す SQLite3::escapeString (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::escapeString — 適切にエスケープされた文字列を返す 説明 public static SQLite3::escapeString ( string $string ): string SQL 文の中 ...
https://man.plustar.jp/php/sqlite3.escapestring.html - [similar]
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]