検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 102 for substr (0.013 sec.)
現在の DirectoryIterator アイテムのパーミッションを取得する 5965
« DirectoryIterator::getPathname DirectoryIterator::getSize » PHP Manual DirectoryIterator 現在の ... ) { if (! $fileinfo -> isDot ()) { $octal_perms = substr ( sprintf ( '%o' , $fileinfo -> getPerms ()), - 4 ...
https://man.plustar.jp/php/directoryiterator.getperms.html - [similar]
暗号化フィルタ 5965
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ( $block ) - 1 ]); //assume PKCS7 padding $block = substr ( $block , 0 , 0 - $padding ); } fwrite ( $fout , ... talen , 32 - $this -> skipped ); $bucket -> data = substr ( $bucket -> data , $outlen ); $bucket -> datalen ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
ロケールに基づく文字列比較 5965
« strcmp strcspn » PHP Manual String 関数 ロケールに基づく文字列比較 strcoll (PHP 4 >= 4.0.5, PH ... 字小文字を区別しないバイナリセーフな文字列比較を行う substr() - 文字列の一部分を返す stristr() - 大文字小文字を ...
https://man.plustar.jp/php/function.strcoll.html - [similar]
Read-through キャッシュコールバック 5965
« Result コールバック セッションのサポート » PHP Manual コールバック Read-through キャッシュコー ... r_info_cb ( $memc , $key , & $value ) { $user_id = substr ( $key , 5 ); /* プロファイル情報を DB から探します ...
https://man.plustar.jp/php/memcached.callbacks.read-through.html - [similar]
Pspell 5913
« mb_substr はじめに » PHP Manual 自然言語および文字エンコーディング Pspell Pspell はじめに イン ...
https://man.plustar.jp/php/book.pspell.html - [similar]
文字列が最後に現れる場所を見つける 5913
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_str ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]
置換文字を設定あるいは取得する 5913
« mb_strwidth mb_substr_count » PHP Manual マルチバイト文字列 関数 置換文字を設定あるいは取得する ...
https://man.plustar.jp/php/function.mb-substitute-character.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 5913
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変 ... = 0 ; $pos < strlen ( $str ); $pos ++ ) { $byte = substr ( $str , $pos ); echo 'Byte ' . $pos . ' of $str h ...
https://man.plustar.jp/php/function.ord.html - [similar]
ウェブサーバーと PHP の間のインターフェイスの型を返す 5913
« php_ini_scanned_files php_uname » PHP Manual PHP オプション/情報 関数 ウェブサーバーと PHP の間 ... からです。 <?php $sapi_type = php_sapi_name (); if ( substr ( $sapi_type , 0 , 3 ) == 'cgi' ) { echo "CGI 版の ...
https://man.plustar.jp/php/function.php-sapi-name.html - [similar]
変更された関数 5913
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... 省略したときに E_NOTICE が発生するようになりました。 substr_compare() が、 length パラメータに 0 を受け付けるよ ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT