検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 377 for [SIMILAR] 16 1024 4096 WITH 57719 strtr WITH 289... (0.730 sec.)
指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 0
« strrpos strstr » PHP Manual String 関数 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す strspn (PHP 4, PHP 5, PHP 7, PHP 8) strspn — 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 説明 strspn ( string $string , string $characters , ...
https://man.plustar.jp/php/function.strspn.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 0
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する utf8_decode (PHP 4, PHP 5, PHP 7, PHP 8) utf8_decode — UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 説明 utf8_decode ( string ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
注記の枠線の、破線の状態を設定する 0
« ps_set_border_color ps_set_border_style » PHP Manual PS 関数 注記の枠線の、破線の状態を設定する ps_set_border_dash (PECL ps >= 1.1.0) ps_set_border_dash — 注記の枠線の、破線の状態を設定する 説明 ps_set_border_dash ( resource $psdoc , float $black , float $white ): bool ps_add_weblink() ...
https://man.plustar.jp/php/function.ps-set-border-dash.html - [similar]
MIME base64 方式でデータをエンコードする 0
« base64_decode get_headers » PHP Manual URL 関数 MIME base64 方式でデータをエンコードする base64_encode (PHP 4, PHP 5, PHP 7, PHP 8) base64_encode — MIME base64 方式でデータをエンコードする 説明 base64_encode ( string $string ): string 指定した string を base64 でエンコードします。 この ...
https://man.plustar.jp/php/function.base64-encode.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 0
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す strripos (PHP 5, PHP 7, PHP 8) strripos — 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 説明 strripos ( string $haystack , string $needle , in ...
https://man.plustar.jp/php/function.strripos.html - [similar]
除去 0
« 検証 Filter 関数 » PHP Manual 例 除去 除去 例1 メールアドレスの検証、および不正な部分の除去 <?php $a = 'joe@example.org' ; $b = 'bogus - at - example dot org' ; $c = '(bogus@example.org)' ; $sanitized_a = filter_var ( $a , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_a , FILTE ...
https://man.plustar.jp/php/filter.examples.sanitization.html - [similar]
マイターリミットを指定する 0
« ImagickDraw::setStrokeLineJoin ImagickDraw::setStrokeOpacity » PHP Manual ImagickDraw マイターリミットを指定する ImagickDraw::setStrokeMiterLimit (PECL imagick 2, PECL imagick 3) ImagickDraw::setStrokeMiterLimit — マイターリミットを指定する 説明 public ImagickDraw::setStrokeMiterLimit ...
https://man.plustar.jp/php/imagickdraw.setstrokemiterlimit.html - [similar]
文字列を配列に変換する 0
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, PHP 7, PHP 8) str_split — 文字列を配列に変換する 説明 str_split ( string $string , int $length = 1 ): array 文字列を配列に変換します。 パラメータ string 入力文字列。 length 分割した部分の最大長 ...
https://man.plustar.jp/php/function.str-split.html - [similar]
ストリームにタイムアウトを設定する 0
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイムアウトを設定する stream_set_timeout (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_set_timeout — ストリームにタイムアウトを設定する 説明 stream_set_timeout ( resource $stream , int $seconds , in ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
文字列中に文字が最後に現れる場所を取得する 0
« strpos strrev » PHP Manual String 関数 文字列中に文字が最後に現れる場所を取得する strrchr (PHP 4, PHP 5, PHP 7, PHP 8) strrchr — 文字列中に文字が最後に現れる場所を取得する 説明 strrchr ( string $haystack , string $needle ): string | false この関数は、文字列 haystack の中で needle が最後 ...
https://man.plustar.jp/php/function.strrchr.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT