検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 372 for Private (0.201 sec.)
変更履歴 3456
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... R 型のリソースが返されていました。 openssl_csr_new private_key は、 OpenSSLAsymmetricKey クラスのインスタンス ... 型のリソースを受け入れていました。 openssl_csr_sign private_key は、 OpenSSLAsymmetricKey または OpenSSLCertif ... ソースを受け入れていました。 openssl_dh_compute_key private_key は、 OpenSSLAsymmetricKey クラスのインスタンス ... o は、 オプションではなくなりました。 openssl_open private_key は、 OpenSSLAsymmetricKey または OpenSSLCertif ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 3456
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... ェクトのメンバ関数を使用する例 <?php class TestObj { private string $name ; function __construct ( $name ) { $t ...
https://man.plustar.jp/php/function.usort.html - [similar]
その他の変更 3456
« 推奨されなくなる機能 PHP 7.3.x から PHP 7.4.x への移行 » PHP Manual PHP 7.4.x から PHP 8.0.x へ ... Constant::IS_PROTECTED ReflectionClassConstant::IS_PRIVATE 標準ライブラリ 数学関数 abs() , ceil() , floor() , ...
https://man.plustar.jp/php/migration80.other-changes.html - [similar]
Unicode 文字プロパティ 3456
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文 ... 未定義コードポイント (Unassigned) Co 私的利用領域 (Private use) Cs サロゲート (Surrogate) L アルファベット (L ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
実行時設定 3456
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... おけるキャッシュ制御の方法を指定します。 nocache 、 privateprivate_no_expire あるいは public のいずれかとな ...
https://man.plustar.jp/php/session.configuration.html - [similar]
MySQL 改良版拡張モジュール 3421
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... ning::__construct — インスタンス化を禁止するための private なコンストラクタ mysqli_warning::next — 次の警告を ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
新機能 3421
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... ィやその値の表示方法を変更できます。 <?php class C { private $prop ; public function __construct ( $val ) { $th ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
その他の変更 3421
« 削除された拡張モジュール Windows のサポート » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 その ... IT_ABSTRACT , IS_FINAL , IS_IMPLICIT_ABSTRACT , IS_PRIVATE , IS_PROTECTED , IS_PUBLIC , IS_STATIC ) が変更され ...
https://man.plustar.jp/php/migration74.other-changes.html - [similar]
結果セットから次の行を取得する 3421
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... プロパティへの代入を行います。 <?php class Person { private $name ; public function __construct () { $this -> ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
Phar アーカイブの使用法: 導入 3421
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... lic = openssl_get_publickey ( file_get_contents ( 'private.pem' )); $pkey = '' ; openssl_pkey_export ( $publi ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]