検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 476 for [SIMILAR] 16 1024 4096 WITH 14683 reflectionclas... (0.818 sec.)
対話シェル 0
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェル --with-readline オプションつきで PHP をコンパイルした場合に CLI SAPI で対話シェルが使えるようになりました。 対話シェルは、 -a オプションで使うことができます。 PHP 7.1.0 以降では、 readline ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
はじめに 0
« OCI8 インストール/設定 » PHP Manual OCI8 はじめに はじめに これらの関数により、 Oracle データベースにアクセスできます。 これらは SQL 及び PL/SQL 文をサポートします。基本的なフィーチャーには、 トランザクション制御、 PHP 変数の Oracle プレースホルダへのバインディング、 及び、ラージ・オブ ...
https://man.plustar.jp/php/intro.oci8.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
定数を宣言しているクラスを取得する 0
« ReflectionClassConstant::getAttributes ReflectionClassConstant::getDocComment » PHP Manual ReflectionClassConstant 定数を宣言しているクラスを取得する ReflectionClassConstant::getDeclaringClass (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::getDeclaringClass — 定数を宣言しているクラス ...
https://man.plustar.jp/php/reflectionclassconstant.getdeclaringclass.html - [similar]
宣言しているクラスを取得する 0
« ReflectionProperty::getAttributes ReflectionProperty::getDefaultValue » PHP Manual ReflectionProperty 宣言しているクラスを取得する ReflectionProperty::getDeclaringClass (PHP 5, PHP 7, PHP 8) ReflectionProperty::getDeclaringClass — 宣言しているクラスを取得する 説明 public ReflectionProp ...
https://man.plustar.jp/php/reflectionproperty.getdeclaringclass.html - [similar]
はじめに 0
« SimpleXML インストール/設定 » PHP Manual SimpleXML はじめに はじめに SimpleXML拡張モジュールは、 XMLをオブジェクトにとても簡単かつ容易に変換するための機能を 提供します。変換後のオブジェクトでは、 通常のプロパティセレクタや配列反復子を用いて処理を行うことが 可能です。 関連キーワード: Si ...
https://man.plustar.jp/php/intro.simplexml.html - [similar]
文字列の sha1 ハッシュを計算する 0
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) sha1 — 文字列の sha1 ハッシュを計算する 警告 パスワードを守るためにこの関数を使うことはおすすめしません。 ハッシュアルゴリズムの高速性がその理由です。 詳細とベスト ...
https://man.plustar.jp/php/function.sha1.html - [similar]
パスの角を描画する際に使用する形状を返す 0
« ImagickDraw::getStrokeLineCap ImagickDraw::getStrokeMiterLimit » PHP Manual ImagickDraw パスの角を描画する際に使用する形状を返す ImagickDraw::getStrokeLineJoin (PECL imagick 2, PECL imagick 3) ImagickDraw::getStrokeLineJoin — パスの角を描画する際に使用する形状を返す 説明 public Imagick ...
https://man.plustar.jp/php/imagickdraw.getstrokelinejoin.html - [similar]
文字列のmd5ハッシュ値を計算する 0
« md5_file metaphone » PHP Manual String 関数 文字列のmd5ハッシュ値を計算する md5 (PHP 4, PHP 5, PHP 7, PHP 8) md5 — 文字列のmd5ハッシュ値を計算する 警告 パスワードを守るためにこの関数を使うことはおすすめしません。 ハッシュアルゴリズムの高速性がその理由です。 詳細とベストプラクティスにつ ...
https://man.plustar.jp/php/function.md5.html - [similar]
逆余弦(アークコサイン) 0
« abs acosh » PHP Manual Math 関数 逆余弦(アークコサイン) acos (PHP 4, PHP 5, PHP 7, PHP 8) acos — 逆余弦(アークコサイン) 説明 acos ( float $num ): float num のアークコサインをラジアンで返します。 acos() は cos() の逆関数で、 acos() がとりうる範囲内のすべての a について a==cos(acos(a ...
https://man.plustar.jp/php/function.acos.html - [similar]