sql >> データベース >  >> RDS >> Mysql

PHP:変数(b)にテキストが含まれている場合に、変数(a)を別の変数(b)内に表示する方法

    sprintf()を使用した方がよい場合があります ここ。

    $string = "%s is the name of a recently formed company hoping to take over the lucrative hairdryer design %s.";
    
    $teamName = "My Company";
    $sector = "sector";
    
    echo sprintf($string, $teamName, $sector);
    // My Company is the name of a recently formed company hoping to take over the lucrative hairdryer design sector.
    

    データベースに、$stringを保存します 。 sprintf()を使用する 変数値を置き換えます。



    1. 1つの列に対して複数の条件が満たされるIDを見つけるためのMysqlクエリ

    2. 数値が範囲内にあるかどうかを確認するための正規表現(例1、3、10〜15、17)

    3. UTF-8:一般ですか?置き場? Unicode?

    4. PostgreSQLのregexp_replaceUnicode