検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 102 for substr (0.008 sec.)
汚染された文字列の汚染マークを広げる関数や文 6664
« 詳細 汚染された文字列をチェックする関数や文 » PHP Manual 詳細 汚染された文字列の汚染マークを広 ... 0.4.0 strstr 0.5.0 str_pad 0.5.0 str_replace 0.5.0 substr 0.5.0 strtolower 0.5.0 strtoupper 0.5.0 関連キーワ ... マーク , 文 , 代入 , 連結 , sprintf , strtolower , substr , replace ...
https://man.plustar.jp/php/taint.detail.basic.html - [similar]
ファイルのパーミッションを取得する 6612
« SplFileInfo::getPathname SplFileInfo::getRealPath » PHP Manual SplFileInfo ファイルのパーミッシ ... の例 <?php $info = new SplFileInfo ( '/tmp' ); echo substr ( sprintf ( '%o' , $info -> getPerms ()), - 4 ); $ ... info = new SplFileInfo ( __FILE__ ); echo substr ( sprintf ( '%o' , $info -> getPerms ()), - 4 ); ? ...
https://man.plustar.jp/php/splfileinfo.getperms.html - [similar]
ストリームラッパーとして登録するクラスの例 6612
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... true ; } function stream_read ( $count ) { $ret = substr ( $GLOBALS [ $this -> varname ], $this -> position ... $ret ; } function stream_write ( $data ) { $left = substr ( $GLOBALS [ $this -> varname ], 0 , $this -> posi ... tion ); $right = substr ( $GLOBALS [ $this -> varname ], $this -> position ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
The Swoole\Buffer class 6560
« Swoole\Atomic::sub Swoole\Buffer::append » PHP Manual Swoole The Swoole\Buffer class The Swool ... t $length ): string public recycle (): void public substr ( int $offset , int $length = ? , bool $remove = ? ... h is not used by the memory buffer. Swoole\Buffer::substr — Read data from the memory buffer based on offset ...
https://man.plustar.jp/php/class.swoole-buffer.html - [similar]
データを暗号化する 6470
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... ipher_iv_length ( $cipher = "AES-128-CBC" ); $iv = substr ( $c , 0 , $ivlen ); $hmac = substr ( $c , $ivlen ... , $sha2len = 32 ); $ciphertext_raw = substr ( $c , $ivlen + $sha2len ); $original_plaintext = ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
文字列 6431
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... る strtr — 文字の変換あるいは部分文字列の置換を行う substr_compare — 指定した位置から指定した長さの 2 つの文字 ... 列について、バイナリ対応で比較する substr_count — 副文字列の出現回数を数える substr_replace ... — 文字列の一部を置換する substr — 文字列の一部分を返す trim — 文字列の先頭および末 ...
https://man.plustar.jp/php/book.strings.html - [similar]
String 関数 6431
« 定義済み定数 addcslashes » PHP Manual 文字列 String 関数 String 関数 参考 より強力な文字列処理 ... る strtr — 文字の変換あるいは部分文字列の置換を行う substr_compare — 指定した位置から指定した長さの 2 つの文字 ... 列について、バイナリ対応で比較する substr_count — 副文字列の出現回数を数える substr_replace ... — 文字列の一部を置換する substr — 文字列の一部分を返す trim — 文字列の先頭および末 ...
https://man.plustar.jp/php/ref.strings.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 6431
« ReflectionClass::newInstance ReflectionClass::newInstanceWithoutConstructor » PHP Manual Refle ... ); $instance = $class -> newInstanceArgs (array( 'substr' )); var_dump ( $instance ); ?> 上の例の出力は以下 ... (ReflectionFunction)#2 (1) { ["name"]=> string(6) "substr" } 参考 ReflectionClass::newInstance() - 指定した引 ...
https://man.plustar.jp/php/reflectionclass.newinstanceargs.html - [similar]
バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 6379
« strnatcmp strncmp » PHP Manual String 関数 バイナリセーフで大文字小文字を区別しない文字列比較を ... を行う preg_match() - 正規表現によるマッチングを行う substr_compare() - 指定した位置から指定した長さの 2 つの文 ... 較を行う stristr() - 大文字小文字を区別しない strstr substr() - 文字列の一部分を返す 関連キーワード: 比較 , バ ...
https://man.plustar.jp/php/function.strncasecmp.html - [similar]
文字列中に文字が最後に現れる場所を取得する 6340
« strpos strrev » PHP Manual String 関数 文字列中に文字が最後に現れる場所を取得する strrchr (PHP ... <?php // $PATH 中の最後のディレクトリを取得 $dir = substr ( strrchr ( $PATH , ":" ), 1 ); // 最後の改行文字以 ... べて取得 $text = "Line 1\nLine 2\nLine 3" ; $last = substr ( strrchr ( $text , 10 ), 1 ); ?> 注意 注意 : この ...
https://man.plustar.jp/php/function.strrchr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT