検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 1437 for [SIMILAR] 16 1024 4096 WITH 19110 iteratoriterat... (2.449 sec.)
配列から重複した値を削除する 0
« array_uintersect array_unshift » PHP Manual 配列 関数 配列から重複した値を削除する array_unique (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_unique — 配列から重複した値を削除する 説明 array_unique ( array $array , int $flags = SORT_STRING ): array array を入力とし、値に重複のない新規配列 ...
https://man.plustar.jp/php/function.array-unique.html - [similar]
配列を降順にソートする 0
« reset shuffle » PHP Manual 配列 関数 配列を降順にソートする rsort (PHP 4, PHP 5, PHP 7, PHP 8) rsort — 配列を降順にソートする 説明 rsort ( array &$array , int $flags = SORT_REGULAR ): bool array を、値で降順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び ...
https://man.plustar.jp/php/function.rsort.html - [similar]
プロセス制御 0
« expect_popen はじめに » PHP Manual プロセス制御 プロセス制御 プロセス制御 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 PCNTL 関数 pcntl_alarm — シグナルを送信するアラームを設定する pcntl_async_signals — 非同期のシグナルハンドリン ...
https://man.plustar.jp/php/book.pcntl.html - [similar]
現在のドキュメントにノードをインポートする 0
« DOMDocument::getElementsByTagNameNS DOMDocument::load » PHP Manual DOMDocument 現在のドキュメントにノードをインポートする DOMDocument::importNode (PHP 5, PHP 7, PHP 8) DOMDocument::importNode — 現在のドキュメントにノードをインポートする 説明 public DOMDocument::importNode ( DOMNode $no ...
https://man.plustar.jp/php/domdocument.importnode.html - [similar]
三次ベジエ曲線を描画する 0
« ImagickDraw::pathClose ImagickDraw::pathCurveToQuadraticBezierAbsolute » PHP Manual ImagickDraw 三次ベジエ曲線を描画する ImagickDraw::pathCurveToAbsolute (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToAbsolute — 三次ベジエ曲線を描画する 説明 public ImagickDraw::pathCurveToAbs ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoabsolute.html - [similar]
三次ベジエ曲線を描画する 0
« ImagickDraw::pathCurveToQuadraticBezierSmoothRelative ImagickDraw::pathCurveToSmoothAbsolute » PHP Manual ImagickDraw 三次ベジエ曲線を描画する ImagickDraw::pathCurveToRelative (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToRelative — 三次ベジエ曲線を描画する 説明 public Imagi ...
https://man.plustar.jp/php/imagickdraw.pathcurvetorelative.html - [similar]
現在時刻を示す数値を取得する 0
« IntlCalendar::getMinimum IntlCalendar::getRepeatedWallTimeOption » PHP Manual IntlCalendar 現在時刻を示す数値を取得する IntlCalendar::getNow (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getNow — 現在時刻を示す数値を取得する 説明 オブジェクト指向型 public static IntlCal ...
https://man.plustar.jp/php/intlcalendar.getnow.html - [similar]
現在の DTD を終了する 0
« XMLWriter::endDocument XMLWriter::endDtdAttlist » PHP Manual XMLWriter 現在の DTD を終了する XMLWriter::endDtd xmlwriter_end_dtd (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::endDtd -- xmlwriter_end_dtd — 現在の DTD を終了する 説明 オブジェクト指向型 public XMLWrit ...
https://man.plustar.jp/php/xmlwriter.enddtd.html - [similar]
関連付けられた名前空間に新しい属性を作成する 0
« DOMDocument::createAttribute DOMDocument::createCDATASection » PHP Manual DOMDocument 関連付けられた名前空間に新しい属性を作成する DOMDocument::createAttributeNS (PHP 5, PHP 7, PHP 8) DOMDocument::createAttributeNS — 関連付けられた名前空間に新しい属性を作成する 説明 public DOMDocument: ...
https://man.plustar.jp/php/domdocument.createattributens.html - [similar]
正規表現で文字列を分割する 0
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5, PHP 7, PHP 8) preg_split — 正規表現で文字列を分割する 説明 preg_split ( string $pattern , string $subject , int $limit = -1 , int $flags = 0 ): array | false 指定した文字列を、正規表現で分割 ...
https://man.plustar.jp/php/function.preg-split.html - [similar]