検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 190 for Str (0.019 sec.)
Sodium 関数 5239
« 定義済み定数 sodium_add » PHP Manual Sodium Sodium 関数 Sodium 関数 目次 sodium_add — 巨大な数 ... 認証付きの公開鍵による暗号化 sodium_crypto_core_ristretto255_add — 要素を追加する sodium_crypto_core_ris ... m_hash — ベクトルをマップする sodium_crypto_core_ristretto255_is_valid_point — 座標が ristretto255 曲線上 ... にあるかを調べる sodium_crypto_core_ristretto255_random — ランダムな鍵を生成する sodium_cryp ... to_core_ristretto255_scalar_add — スカラー値を追加する sodium_cr ...
https://man.plustar.jp/php/ref.sodium.html - [similar]
定義済み定数 5239
« リソース型 SNMP 関数 » PHP Manual SNMP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... E_OBJECT を使った場合に返される SNMP の型 SNMP_BIT_STR ( int ) SNMP_OCTET_STR ( int ) SNMP_OPAQUE ( int ) ...
https://man.plustar.jp/php/snmp.constants.html - [similar]
PDOStatement クラス 5196
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement ク ... ements IteratorAggregate { /* プロパティ */ public string $ queryString ; /* メソッド */ public bindColum ... n ( string | int $column , mixed &$var , int $type = PDO:: ... PARAM_STR , int $maxLength = 0 , mixed $driverOptions = null ... ): bool public bindParam ( string | int $param , mixed &$var , int $type = PDO::P ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
MIME base64 方式によりエンコードされたデータをデコードする 5152
« URL 関数 base64_encode » PHP Manual URL 関数 MIME base64 方式によりエンコードされたデータをデコ ... ードされたデータをデコードする 説明 base64_decode ( string $string , bool $strict = false ): string | fals ... e base64 でエンコードされた string をデコードします。 パラメータ string デコードさ ... れるデータ。 strict strict パラメータを true に指定すると、 base64_ ... こともあります。 例 例1 base64_decode() の例 <?php $str = 'VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==' ; echo ba ...
https://man.plustar.jp/php/function.base64-decode.html - [similar]
MIME base64 方式でデータをエンコードする 5152
« base64_decode get_headers » PHP Manual URL 関数 MIME base64 方式でデータをエンコードする base6 ... 方式でデータをエンコードする 説明 base64_encode ( string $string ): string 指定した string を base64 でエ ... ータにくらべて 33% 余計に容量が必要です。 パラメータ string エンコードするデータ。 戻り値 エンコードされたデ ... 字列で返します。 例 例1 base64_encode() の例 <?php $str = 'This is an encoded string' ; echo base64_encode ... ( $str ); ?> 上の例の出力は以下となります。 VGhpcyBpcyBhb ...
https://man.plustar.jp/php/function.base64-encode.html - [similar]
文字列をbzip2形式のデータに圧縮する 5152
« bzclose bzdecompress » PHP Manual Bzip2 関数 文字列をbzip2形式のデータに圧縮する bzcompress (P ... 字列をbzip2形式のデータに圧縮する 説明 bzcompress ( string $data , int $block_size = 4 , int $work_factor ... = 0 ): string | int bzcompress() は、与えられた文字列を圧縮し ... しくはエラー時はエラー数 例 例1 データの圧縮 <?php $str = "sample data" ; $bzstr = bzcompress ( $str , 9 ) ... ; echo $bzstr ; ?> 参考 bzdecompress() - bzip2 形式のデータを解凍 ...
https://man.plustar.jp/php/function.bzcompress.html - [similar]
キリル文字セットを他のものに変換する 5152
« chunk_split convert_uudecode » PHP Manual String 関数 キリル文字セットを他のものに変換する con ... vert_cyr_string (PHP 4, PHP 5, PHP 7) convert_cyr_string — キリ ... 数に頼らないことを強く推奨します。 説明 convert_cyr_string ( string $str , string $from , string $to ): st ... 字セットを、別の文字セットに変換します。 パラメータ str 変換したい文字列。 from 変換元のキリル文字セットを ... ーディングに変換する 関連キーワード: 変換 , セット , string , 文字 , 他 , convert , 関数 , cyr , 一文字 , 注 ...
https://man.plustar.jp/php/function.convert-cyr-string.html - [similar]
FDF ドキュメントを文字列として返す 5152
« fdf_remove_item fdf_save » PHP Manual FDF 関数 FDF ドキュメントを文字列として返す fdf_save_str ... 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_save_string — FDF ドキュメントを文字列として返す 説明 fdf_s ... ave_string ( resource $fdf_document ): string FDF ドキュメ ... ument fdf_create() 、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。 戻り値 ドキ ... reate (); fdf_set_value ( $fdf , "foo" , "bar" ); $str = fdf_save_string ( $fdf ); fdf_close ( $fdf ); ec ...
https://man.plustar.jp/php/function.fdf-save-string.html - [similar]
正規表現検索および置換を行う 5152
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... — 正規表現検索および置換を行う 説明 preg_replace ( string | array $pattern , string | array $replacement ... , string | array $subject , int $limit = -1 , int &$coun ... t = null ): string | array | null subject に関して pattern を用いて ... 、その左括弧が左から右に(1から)カウントされます。 string に含まれるバックスラッシュリテラルは、エスケープ ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
文字列の sha1 ハッシュを計算する 5119
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 > ... パスワードハッシュ FAQ を参照ください。 説明 sha1 ( string $string , bool $binary = false ): string » US S ... ecure Hash Algorithm 1 を使用して string の sha1 ハッシュを計算します。 パラメータ strin ... ッシュを文字列で返します。 例 例1 sha1() の例 <?php $str = 'apple' ; if ( sha1 ( $str ) === 'd0be2dc421be4f ... ードハッシュを作る 関連キーワード: ハッシュ , 計算 , string , binary , パスワード , file , 関数 , hash , ダ ...
https://man.plustar.jp/php/function.sha1.html - [similar]