検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 931 for [SIMILAR] 16 1024 4096 WITH 43527 iter WITH 2512... (5.485 sec.)
PHP 8.1.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で推奨されなくなる機能 PHP 8.1.x で推奨されなくなる機能 PHP コア __serialize() , __unserialize() がない状態で、 Serializable を実装するのは推奨されない 新しいこれらのメソッドだけを実装するか、 ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
SplFileObject のフラグをセットする 0
« SplFileObject::setCsvControl SplFileObject::setMaxLineLen » PHP Manual SplFileObject SplFileObject のフラグをセットする SplFileObject::setFlags (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::setFlags — SplFileObject のフラグをセットする 説明 public SplFileObject::setFlags ( int $flags ) ...
https://man.plustar.jp/php/splfileobject.setflags.html - [similar]
実行する 0
« Thread::join Worker » PHP Manual Thread 実行する Thread::start (PECL pthreads >= 2.0.0) Thread::start — 実行する 説明 public Thread::start ( int $options = ? ): bool 新しいスレッドを開始し、実装されている run メソッドを実行します。 パラメータ options オプションのマスク。継承に関する定数 ...
https://man.plustar.jp/php/thread.start.html - [similar]
0
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テスト用の文字列を書き込みます。 この後、このファイルの内容を出力します。 例1 簡単な bzip2 の例 <?php $filename = "/tmp/testfile.bz2" ; $str = "This is a test string.\n" ; // 書き込み用にオープン ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
RecursiveTreeIterator クラス 0
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレータ RecursiveTreeIterator クラス RecursiveTreeIterator クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに RecursiveIterator を反復処理し、ASCII グラフィックツリーを生成します。 クラス概要 class Rec ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
0
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds \ Vector (); $vector -> push ( 'a' ); $vector -> push ( 'b' , 'c' ); $vector [] = 'd' ; print_r ( $vector ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => a [1] ...
https://man.plustar.jp/php/ds.examples.html - [similar]
0
« 定義済み定数 Enchant 関数 » PHP Manual Enchant 例 例 例1 Enchant の使用例 <?php $tag = 'en_US' ; $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "現在のブローカーは、次のバックエンドを提供します。\n" ; print_r ( $bprovides ); $dicts = enchant_broker_list_ ...
https://man.plustar.jp/php/enchant.examples.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 0
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なることを検査する isset (PHP 4, PHP 5, PHP 7, PHP 8) isset — 変数が宣言されていること、そして null とは異なることを検査する 説明 isset ( mixed $var , mixed ...$vars ): bool 変数がセットされているか ...
https://man.plustar.jp/php/function.isset.html - [similar]
0
« 定義済み定数 Gmagick » PHP Manual Gmagick 例 例 次の例は、Gmagick での一般的な画像操作の方法を示すものです。 例1 Gmagick の例 <?php // 新しい Gmagick オブジェクトのインスタンスを作成します $image = new Gmagick ( 'example.jpg' ); // 読み込んだ画像のサムネイルを作成します。どちらかの軸に ...
https://man.plustar.jp/php/gmagick.examples.html - [similar]
色チャネルの正規化した値を設定する 0
« GmagickPixel::setcolor ImageMagick » PHP Manual GmagickPixel 色チャネルの正規化した値を設定する GmagickPixel::setcolorvalue (PECL gmagick >= Unknown) GmagickPixel::setcolorvalue — 色チャネルの正規化した値を設定する 説明 public GmagickPixel::setcolorvalue ( int $color , float $value ): ...
https://man.plustar.jp/php/gmagickpixel.setcolorvalue.html - [similar]