register_compiler_function()
コンパイラ関数プラグインを動的に登録します。
説明
boolregister_compiler_function
stringname
mixedimpl
boolcacheable
コンパイラ関数 の名前と、
それを実装する PHP のユーザー定義関数名を渡します。
&api.register.snippet;
cacheable はほとんどの場合に省略可能です。
これらの正しい使用法についての詳細は、
キャッシュ可能なプラグインの出力の制御 を参照して下さい。
unregister_compiler_function()
および
コンパイラ関数プラグイン
も参照してください。