Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかの Web サイトを未加工の PHP テンプレート システムから Twig に変換中です。私が遭遇した問題の 1 つは、PHP 抽出関数が使用されているテンプレートを変換する方法です。これを処理する方法について何か考えはありますか?
さもなければ呼び出す配列extract()をtwigのrender関数に渡します。最終的には、必要なものとまったく同じように動作します。つまり、配列のキーを変数名として使用します。
extract()