検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 102 for substr (0.014 sec.)
下位互換性のない変更点 6289
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... 関数の needle 引数は、空に出来るようになりました。 substr() , substr_count() , substr_compare() , iconv_subs ... たい場合、 代わりに password_hash() を使って下さい。 substr() , mb_substr() , iconv_substr() , grapheme_substr ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
PHP の関数を XPath 関数として登録する 6198
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... ます (無制限) $xpath -> registerPHPFunctions (); // substr 関数を book の title に適用します $nodes = $xpath ... -> query ( '//book[php:functionString("substr", title, 0, 3) = "PHP"]' ); echo "Found { $nodes - ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
正規表現によるマッチングを行う 6198
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... 定することも可能です。 注意 : offset を用いるのと、 substr($subject, $offset) を preg_match() の対象文字列とし ... f" ; $pattern = '/^def/' ; preg_match ( $pattern , substr ( $subject , 3 ), $matches , PREG_OFFSET_CAPTURE ) ... す。 Array ( [0] => Array ( [0] => def [1] => 0 ) ) substr() 関数を利用しない別の方法として、 ^ アンカーではな ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
マスクにマッチしない最初のセグメントの長さを返す 6198
« strcoll strip_tags » PHP Manual String 関数 マスクにマッチしない最初のセグメントの長さを返す s ... ます。 これらのパラメータを指定した場合は、 strcspn(substr($string, $offset, $length), $characters) をコールす ... るのと同じ動きになります。 (詳細は substr を参照ください)。 パラメータ string 調べたい文字列 ...
https://man.plustar.jp/php/function.strcspn.html - [similar]
指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 6198
« strrpos strstr » PHP Manual String 関数 指定したマスク内に含まれる文字からなる文字列の最初のセ ... は、 string 全体を調べます。 指定した場合は、 strspn(substr($string, $offset, $length), $characters) をコールす ... るのと同じ動きになります。 (詳細は substr を参照ください) たとえば、 <?php $var = strspn ( " ...
https://man.plustar.jp/php/function.strspn.html - [similar]
Get the string value of the memory buffer. 6198
« Swoole\Buffer::substr Swoole\Buffer::write » PHP Manual Swoole\Buffer Get the string value of ...
https://man.plustar.jp/php/swoole-buffer.tostring.html - [similar]
HTTP(s) URL へのアクセス 6198
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// h ... /* リダイレクトされているか? */ if ( strtolower ( substr ( $response , 0 , 10 )) == 'location: ' ) { /* $ur ... l をリダイレクト先に書き換える */ $url = substr ( $response , 10 ); } } ?> 注意 注意 : HTTPS がサポ ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
The EventBuffer class 6146
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... $eol_style = EventBuffer::EOL_ANY ): mixed public substr ( int $start , int $length = ? ): string public un ... r for an occurrence of an end of line EventBuffer::substrSubstracts a portion of the buffer data EventBuf ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Re-enable calls that modify an event buffer 6146
« EventBuffer::substr EventBuffer::unlock » PHP Manual EventBuffer Re-enable calls that modify a ...
https://man.plustar.jp/php/eventbuffer.unfreeze.html - [similar]
ファイルのパーミッションを取得する 6107
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... 例 例1 八進形式でのパーミッションの表示 <?php echo substr ( sprintf ( '%o' , fileperms ( '/tmp' )), - 4 ); e ... cho substr ( sprintf ( '%o' , fileperms ( '/etc/passwd' )), - ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT