検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 547 for [SIMILAR] 16 1024 4096 WITH 33694 reflectionrefe... (0.431 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
トレイト 0
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト PHP は、コードを再利用するための「トレイト」という仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 トレイトは、単一継承の制約を減らすた ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
cURL 転送用オプションを設定する 0
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl_setopt (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_setopt — cURL 転送用オプションを設定する 説明 curl_setopt ( CurlHandle $handle , int $option , mixed $value ): bool 指定した cURL セッションハ ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
秘密鍵が証明書に対応するかを確認する 0
« openssl_verify openssl_x509_checkpurpose » PHP Manual OpenSSL 関数 秘密鍵が証明書に対応するかを確認する openssl_x509_check_private_key (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_x509_check_private_key — 秘密鍵が証明書に対応するかを確認する 説明 openssl_x509_check_private_key ( OpenS ...
https://man.plustar.jp/php/function.openssl-x509-check-private-key.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに書き込まれる... 0
« Phar::interceptFileFuncs Phar::isCompressed » PHP Manual Phar Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに書き込まれるかを調べる Phar::isBuffering (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::isBuffering — Phar の書き込み操作がバッファリングされるか、 ...
https://man.plustar.jp/php/phar.isbuffering.html - [similar]
秘密鍵でデータを復号する 0
« openssl_pkey_new openssl_private_encrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを復号する openssl_private_decrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_private_decrypt — 秘密鍵でデータを復号する 説明 openssl_private_decrypt ( string $data , string &$decrypted_data , OpenSSLAs ...
https://man.plustar.jp/php/function.openssl-private-decrypt.html - [similar]
秘密鍵でデータを暗号化する 0
« openssl_private_decrypt openssl_public_decrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを暗号化する openssl_private_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_private_encrypt — 秘密鍵でデータを暗号化する 説明 openssl_private_encrypt ( string $data , string &$encrypted_data , ...
https://man.plustar.jp/php/function.openssl-private-encrypt.html - [similar]
外部プログラムを実行し、未整形の出力を表示する 0
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する passthru (PHP 4, PHP 5, PHP 7, PHP 8) passthru — 外部プログラムを実行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関数は exec() 関 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT