検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 377 for [SIMILAR] 16 1024 4096 WITH 57719 strtr WITH 289... (0.377 sec.)
正規表現 (Perl 互換) 0
« Parle\ParserException はじめに » PHP Manual テキスト処理 正規表現 (Perl 互換) 正規表現 (Perl 互換) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 PCRE のパターン 正規表現パターンに使用可能な修飾子 — パターン修飾子 Perl とは異なる点 — Perl との違い ...
https://man.plustar.jp/php/book.pcre.html - [similar]
別の文字列の中で、ある文字が最後に現れる場所を見つける 0
« mb_strpos mb_strrichr » PHP Manual マルチバイト文字列 関数 別の文字列の中で、ある文字が最後に現れる場所を見つける mb_strrchr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strrchr — 別の文字列の中で、ある文字が最後に現れる場所を見つける 説明 mb_strrchr ( string $haystack , string $needle , bool $be ...
https://man.plustar.jp/php/function.mb-strrchr.html - [similar]
文字列の中で、指定した文字列が最初に現れる位置を見つける 0
« mb_strrpos mb_strtolower » PHP Manual マルチバイト文字列 関数 文字列の中で、指定した文字列が最初に現れる位置を見つける mb_strstr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strstr — 文字列の中で、指定した文字列が最初に現れる位置を見つける 説明 mb_strstr ( string $haystack , string $needle , bool ...
https://man.plustar.jp/php/function.mb-strstr.html - [similar]
クォートされた文字列のクォート部分を取り除く 0
« stripos stristr » PHP Manual String 関数 クォートされた文字列のクォート部分を取り除く stripslashes (PHP 4, PHP 5, PHP 7, PHP 8) stripslashes — クォートされた文字列のクォート部分を取り除く 説明 stripslashes ( string $string ): string クォートされた文字列を元に戻します。 stripslashes() は ...
https://man.plustar.jp/php/function.stripslashes.html - [similar]
画像のコントラストを変更する 0
« Imagick::__construct Imagick::contrastStretchImage » PHP Manual Imagick 画像のコントラストを変更する Imagick::contrastImage (PECL imagick 2, PECL imagick 3) Imagick::contrastImage — 画像のコントラストを変更する 説明 public Imagick::contrastImage ( bool $sharpen ): bool 画像の中の暗めの ...
https://man.plustar.jp/php/imagick.contrastimage.html - [similar]
正規表現による検索と置換を行う 0
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 >= 5.3.0, PHP 7, PHP 8) preg_filter — 正規表現による検索と置換を行う 説明 preg_filter ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = -1 , int & ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
部分楕円を描画する 0
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, PHP 5, PHP 7, PHP 8) imagearc — 部分楕円を描画する 説明 imagearc ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $start_angle , int $end_angle , int $color ) ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
ベース URI を設定する 0
« Yaf_Request_Abstract::setActionName Yaf_Request_Abstract::setControllerName » PHP Manual Yaf_Request_Abstract ベース URI を設定する Yaf_Request_Abstract::setBaseUri (Yaf >=1.0.0) Yaf_Request_Abstract::setBaseUri — ベース URI を設定する 説明 public Yaf_Request_Abstract::setBaseUri ( str ...
https://man.plustar.jp/php/yaf-request-abstract.setbaseuri.html - [similar]
miter limit 値を設定する 0
« ps_setlinewidth ps_setoverprintmode » PHP Manual PS 関数 miter limit 値を設定する ps_setmiterlimit (PECL ps >= 1.1.0) ps_setmiterlimit — miter limit 値を設定する 説明 ps_setmiterlimit ( resource $psdoc , float $value ): bool 2 本の直線が小さい角度で連結され、かつ連結方法が PS_LINEJOIN_ ...
https://man.plustar.jp/php/function.ps-setmiterlimit.html - [similar]
条件付きサブパターン 0
« 再試行無しのサブパターン コメント » PHP Manual PCRE 正規表現構文 条件付きサブパターン 条件付きサブパターン サブパターンを条件付きでマッチング処理させることが可能です。 言明の結果や直前のキャプチャ用サブパターンがマッチしたかどうかにより、 サブパターン中の 2 つの選択肢を選択させます。条 ...
https://man.plustar.jp/php/regexp.reference.conditional.html - [similar]