Heim >Backend-Entwicklung >PHP-Tutorial >[eZ publish] How to use standard PHP functions?

[eZ publish] How to use standard PHP functions?

WBOY
WBOYOriginal
2016-06-23 14:28:56907Durchsuche

In eZ Publish, we can call back the standard PHP function, which takesonly one parameter as input. It is sufficient to create an override ofthe template.ini setting file in the settings folder of our extension,call template.ini.append.php file, and then insert the following code:

 

        [PHP]
    PHPOperatorList[striptags]=strip_tags
    */ ?>

The PHPOperatorList array key is the operator name, whereas the value is the name
of the PHP function.

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:PHP SSH2简单实例Nächster Artikel:ubuntu下安装php+nginx+mysql