Results of 1 - 10 of about 102 for substr (0.006 sec.)
- 文字列の一部分を返す 12125
- « substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7,
...
PHP 8) substr — 文字列の一部分を返す 説明 substr ( string $strin ...
が返されます。 例1 負の offset の使用 <?php $rest = substr ( "abcdef" , - 1 ); // "f" を返す $rest = substr ( ...
"abcdef" , - 2 ); // "ef" を返す $rest = substr ( "abcdef" , - 3 , 1 ); // "d" を返す ?> length le ...
列を返します。 例2 負の length の使用 <?php $rest = substr ( "abcdef" , 0 , - 1 ); // "abcde" を返す $rest = ...
-
https://man.plustar.jp/php/function.substr.html
- [similar]
- 文字列の一部を置換する 11478
- « substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP
...
5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_repla ...
rray | int | null $length = null ): string | array substr_replace() は、文字列 string の offset および (オプ ...
ngth は、nullable になりました。 例 例1 シンプルな substr_replace() の例 <?php $var = 'ABCDEFGH:/MNRPQR/' ; ...
の例は、全ての $var で 'bob' で置換します。 */ echo substr_replace ( $var , 'bob' , 0 ) . "<br />\n" ; echo s ...
-
https://man.plustar.jp/php/function.substr-replace.html
- [similar]
- 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 11426
- « strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について
...
、バイナリ対応で比較する substr_compare (PHP 5, PHP 7, PHP 8) substr_compare — 指定 ...
2 つの文字列について、バイナリ対応で比較する 説明 substr_compare ( string $haystack , string $needle , int ...
gth = null , bool $case_insensitive = false ): int substr_compare() は、 haystack の offset 文字目以降の最大 ...
もしくは length が設定されていて0未満である場合、 substr_compare() は警告を表示して false を返します。 変更 ...
-
https://man.plustar.jp/php/function.substr-compare.html
- [similar]
- 副文字列の出現回数を数える 11064
- « substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count
...
(PHP 4, PHP 5, PHP 7, PHP 8) substr_count — 副文字列の出現回数を数える 説明 substr_cou ...
le , int $offset = 0 , ? int $length = null ): int substr_count() は、文字列 haystack の中での副文字列 needl ...
length は、 0 を指定しても問題ありません。 例 例1 substr_count() の例 <?php $text = 'This is a test' ; echo ...
strlen ( $text ); // 14 echo substr_count ( $text , 'is' ); // 2 // 文字列は 's is a t ...
-
https://man.plustar.jp/php/function.substr-count.html
- [similar]
- 部分文字列の出現回数を数える 9990
- « mb_substitute_character mb_substr » PHP Manual マルチバイト文字列 関数 部分文字列の出現回数を数
...
える mb_substr_count (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_sub ...
str_count — 部分文字列の出現回数を数える 説明 mb_substr_count ( string $haystack , string $needle , ? stri ...
0.0 encoding は、nullable になりました。 例 例1 mb_substr_count() の例 <?php echo mb_substr_count ( "これはて ...
の中に指定した文字列が最初に現れる位置を見つける mb_substr() - 文字列の一部を得る substr_count() - 副文字列の ...
-
https://man.plustar.jp/php/function.mb-substr-count.html
- [similar]
- 文字列の一部を切り出す 9537
- « iconv_strrpos iconv » PHP Manual iconv 関数 文字列の一部を切り出す iconv_substr (PHP 5, PHP 7,
...
PHP 8) iconv_substr — 文字列の一部を切り出す 説明 iconv_substr ( strin ...
元の文字列。 offset offset が負でない場合、 iconv_substr() は string の offset 番目の文字(ゼロから数えて) ...
から切り出します。 offset が負の場合、 iconv_substr() は string の最後から数えて offset 番目の文字から ...
依存します)。 もし負の length が渡された場合に iconv_substr() が切り出す文字列は、 string の offset 番目の文字 ...
-
https://man.plustar.jp/php/function.iconv-substr.html
- [similar]
- 文字列の一部を得る 8553
- « mb_substr_count Pspell » PHP Manual マルチバイト文字列 関数 文字列の一部を得る mb_substr (PHP
...
4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_substr — 文字列の一部を得る 説明 mb_substr ( string $stri ...
= null ): string 文字数に基づきマルチバイト対応の substr() 処理を行います。位置は、 string の始めから数えら ...
、 内部文字エンコーディングを使用します。 戻り値 mb_substr() は、 start および length パラメータで指定した st ...
ングを設定あるいは取得する 関連キーワード: string , substr , バイト , encoding , 文字 , length , 位置 , パラメ ...
-
https://man.plustar.jp/php/function.mb-substr.html
- [similar]
- 関数のオーバーロード機能 8514
- « サポートされる文字エンコーディング PHP の文字エンコーディングに関する要件 » PHP Manual マルチバ
...
イト文字列を扱う場合には問題を生じる場合があります。 substr() 等の PHP の文字列関数の多くは、 マルチバイト文字 ...
サポートします。関数のオーバーロードを行うと、例えば substr() を PHP スクリプトでコールした場合に、 mb_substr( ...
2 strpos() mb_strpos() 2 strrpos() mb_strrpos() 2 substr() mb_substr() 2 strtolower() mb_strtolower() 2 str ...
stristr() mb_stristr() 2 strrchr() mb_strrchr() 2 substr_count() mb_substr_count() 注意 : ディレクトリ単位の ...
-
https://man.plustar.jp/php/mbstring.overload.html
- [similar]
- Substracts a portion of the buffer data 8230
- « EventBuffer::searchEol EventBuffer::unfreeze » PHP Manual EventBuffer Substracts a portion of
...
the buffer data EventBuffer::substr (PECL event >= 1.6.0) EventBuffer::substr — Substr ...
ortion of the buffer data 説明 public EventBuffer::substr ( int $start , int $length = ? ): string Substract ...
パラメータ start The start position of data to be substracted. length Maximum number of bytes to substract. ...
戻り値 Returns the data substracted as a string on success, or false on failure. ...
-
https://man.plustar.jp/php/eventbuffer.substr.html
- [similar]
- Read data from the memory buffer based on offset and length. Or remove data from... 7997
- « Swoole\Buffer::recycle Swoole\Buffer::__toString » PHP Manual Swoole\Buffer Read data from the
...
remove data from the memory buffer. Swoole\Buffer::substr (PECL swoole >= 1.9.0) Swoole\Buffer::substr — Rea ...
from the memory buffer. 説明 public Swoole\Buffer::substr ( int $offset , int $length = ? , bool $remove = ? ...
rom , memory , Swoole , Buffer , remove , offset , substr , string ...
-
https://man.plustar.jp/php/swoole-buffer.substr.html
- [similar]