検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1261 for [SIMILAR] 16 1024 4096 WITH 19410 domdocument WI... (1.536 sec.)
利用可能なダイジェスト・メソッドを取得 0
« openssl_get_curve_names openssl_get_privatekey » PHP Manual OpenSSL 関数 利用可能なダイジェスト・メソッドを取得 openssl_get_md_methods (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_get_md_methods — 利用可能なダイジェスト・メソッドを取得 説明 openssl_get_md_methods ( bool $aliases = false ): a ...
https://man.plustar.jp/php/function.openssl-get-md-methods.html - [similar]
finalキーワード 0
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード finalキーワード キーワード final を前に付けて定義されたメソッドや定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはできません。 例1 finalメ ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
セッションを開始する 0
« SessionHandler::gc SessionHandler::read » PHP Manual SessionHandler セッションを開始する SessionHandler::open (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::open — セッションを開始する 説明 public SessionHandler::open ( string $path , string $name ): bool 新しいセッションを作成するか、 ...
https://man.plustar.jp/php/sessionhandler.open.html - [similar]
Tidy パースツリーのルートを表す tidyNode を返す 0
« tidy::repairString tidyNode » PHP Manual tidy Tidy パースツリーのルートを表す tidyNode を返す tidy::root tidy_get_root (PHP 5, PHP 7, PHP 8, PECL tidy 0.5.2-1.0.0) tidy::root -- tidy_get_root — Tidy パースツリーのルートを表す tidyNode を返す 説明 オブジェクト指向型 public tidy::root () ...
https://man.plustar.jp/php/tidy.root.html - [similar]
SessionHandler クラス 0
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionHandler クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandler は特殊なクラスで、 これを継承したクラスを作れば PHP が内部的に使っているセッション保存ハンドラを拡張できます。 このクラスに ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 0
« is_bool is_countable » PHP Manual 変数操作 関数 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる is_callable (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) is_callable — 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 説明 is_callable ( mixed $value , bool $ ...
https://man.plustar.jp/php/function.is-callable.html - [similar]
メソッドのエントリにブレークポイントを挿入する 0
« phpdbg_break_function phpdbg_break_next » PHP Manual phpdbg 関数 メソッドのエントリにブレークポイントを挿入する phpdbg_break_method (PHP 5 >= 5.6.3, PHP 7, PHP 8) phpdbg_break_method — メソッドのエントリにブレークポイントを挿入する 説明 phpdbg_break_method ( string $class , string $met ...
https://man.plustar.jp/php/function.phpdbg-break-method.html - [similar]
切り取るサイズと画像のジオメトリを設定する便利なメソッド 0
« Imagick::__toString Imagick::transformImageColorspace » PHP Manual Imagick 切り取るサイズと画像のジオメトリを設定する便利なメソッド Imagick::transformImage (PECL imagick 2, PECL imagick 3) Imagick::transformImage — 切り取るサイズと画像のジオメトリを設定する便利なメソッド 警告 この関数は ...
https://man.plustar.jp/php/imagick.transformimage.html - [similar]
メソッドをエクスポートする 0
« ReflectionMethod::__construct ReflectionMethod::getClosure » PHP Manual ReflectionMethod メソッドをエクスポートする ReflectionMethod::export (PHP 5, PHP 7) ReflectionMethod::export — メソッドをエクスポートする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。こ ...
https://man.plustar.jp/php/reflectionmethod.export.html - [similar]
Tidy の例 0
« 例 tidy » PHP Manual 例 Tidy の例 Tidy の例 このシンプルな例は、Tidy の基本的な使い方を示しています。 例1 Tidy の基本的な使用法 <?php ob_start (); ?> <html>a html document</html> <?php $html = ob_get_clean (); // 設定 $config = array( 'indent' => true , 'output-xhtml' => true , 'wrap' ...
https://man.plustar.jp/php/tidy.examples.basic.html - [similar]