検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 190 for Str (0.009 sec.)
PHP 7.2.x で推奨されなくなる機能 5043
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 PHP 7.2.x で ... Error in a future version of PHP) in %s on line %d string(11) "NONEXISTENT" */ png2wbmp() および jpeg2wbm ... ました。 好ましい代替は 無名関数 です。 php.ini の mbstring.func_overload この設定が有効になった環境で使われ ... は非推奨になりました。 第二引数を指定しないで parse_str() 関数を使う 2番目の引数を指定しないで parse_str() ... 上の問題があるため、2番目の引数を指定しないで parse_str() を使うのは非推奨になりました。この関数の2番目の引 ...
https://man.plustar.jp/php/migration72.deprecated.html - [similar]
Phar アーカイブの PHP ローダーあるいは起動スタブを返す 5043
« Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダ ... るいは起動スタブを返す 説明 public Phar::getStub (): string Phar アーカイブには、ブートストラップローダー ( ... unction __autoload( $class ) { include 'phar://' . str_replace('_', '/', $class ); } Phar::mapPhar('mypha ... function __autoload($class) { include 'phar://' . str_replace('_', '/', $class); } Phar::mapPhar('myphar ...
https://man.plustar.jp/php/phar.getstub.html - [similar]
ファイルから 1 行取り出し HTML タグを取り除く 5043
« SplFileObject::fgets SplFileObject::flock » PHP Manual SplFileObject ファイルから 1 行取り出し ... 強く推奨します。 説明 public SplFileObject::fgetss ( string $allowable_tags = ? ): string SplFileObject::fg ... って、これは SplFileObject::fgets() の戻り値に対して strip_tags() 関数を呼び出すのと同じではありません。 パ ... します。 例 例1 SplFileObject::fgetss() の例 <?php $str = <<<EOD <html><body> <p>Welcome! Today is the <?p ... ML block. EOD; file_put_contents ( "sample.php" , $str ); $file = new SplFileObject ( "sample.php" ); whi ...
https://man.plustar.jp/php/splfileobject.fgetss.html - [similar]
定義済み定数 5043
« リソース型 例 » PHP Manual Yaml 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ールバックメソッドで使う、 共通タグ YAML_NULL_TAG ( string ) "tag:yaml.org,2002:null" YAML_BOOL_TAG ( stri ... ng ) "tag:yaml.org,2002:bool" YAML_STR_TAG ( string ) "tag:yaml.org,2002:str" YAML_INT_TA ... G ( string ) "tag:yaml.org,2002:int" YAML_FLOAT_TAG ( stri ... g ) "tag:yaml.org,2002:float" YAML_TIMESTAMP_TAG ( string ) "tag:yaml.org,2002:timestamp" YAML_SEQ_TAG ( ...
https://man.plustar.jp/php/yaml.constants.html - [similar]
scrypt を使い、パスワードからキーを導出する 4999
« sodium_crypto_pwhash_scryptsalsa208sha256_str sodium_crypto_pwhash_str_needs_rehash » PHP Manu ... crypto_pwhash_scryptsalsa208sha256 ( int $length , string $password , string $salt , int $opslimit , int ... $memlimit ): string sodium_crypto_pwhash() の scrypt 対応版です。 こ ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-scryptsalsa208sha256.ht... - [similar]
はじめに 4999
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 ... int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (obj ... に示します。 <?php $a_bool = TRUE ; // a boolean $a_str = "foo" ; // a string $a_str2 = 'foo' ; // a strin ... a_bool ); // prints out: boolean echo gettype ( $a_str ); // prints out: string // 数値であれば、4を足す ... ntする // (そうでなければ何も出力されない) if ( is_string ( $a_bool )) { echo "String: $a_bool " ; } ?> あ ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
CUBRID 関数 (PDO_CUBRID) 4999
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... デフォルトのデータ型のセットを追加する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ... ; $cubrid_pdo = new PDO ( $conn_str , 'dba' , '' ); $cubrid_pdo -> exec ( "DROP TABLE ... でのセットの追加でデータ型を指定する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ... ; $cubrid_pdo = new PDO ( $conn_str , 'dba' , '' ); $cubrid_pdo -> exec ( "DROP TABLE ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 4955
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... send_query_params ( PgSql\Connection $connection , string $query , array $params ): int | bool コマンドと ... h' )); // 基本的な pg_send_query の使用法との比較 $str = pg_escape_string ( 'Perth' ); pg_send_query ( $d ... , "select count(*) from authors where city = ' ${ str } '" ); ?> 参考 pg_send_query() - 非同期クエリを送 ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
PHP 7.4.x で推奨されなくなる機能 4955
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 ... 関数 hebrevc() 関数は推奨されません。 nl2br(hebrev($str)) で置き換えられますが、Unicode RTL のサポートを使 ... う方が好ましいです。 convert_cyr_string() 関数 convert_cyr_string() 関数は推奨されません ... 。 mb_convert_string() , iconv() または UConverter のいずれかで置き換 ... パターンは文字列として解釈されるようになります。 mb_strrpos() 関数に、3番目のパラメーターとしてエンコーディ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
バックトレースを生成する 4923
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu ... から返される可能性がある要素 名前 型 説明 function string カレントの関数名。 __FUNCTION__ も参照してくださ ... レントの行番号。 __LINE__ も参照してください。 file string カレントのファイル名。 __FILE__ も参照してくださ ... い。 class string カレントの クラス 名。 __CLASS__ も参照してくだ ... さい。 object object カレントの オブジェクト 。 type string カレントのコール方式。メソッドを呼び出している場 ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT