芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/lib/Twig/UrlDecodeTwigExtension.php
new \Twig_Filter_Method($this, 'urlDecode') ); } /** * URL Decode a string * * @param string $url * * @return string The decoded URL */ public function urlDecode( $url ) { return urldecode( $url ); } /** * Returns the name of the extension. * * @return string The extension name */ public function getName() { return 'url_decode'; } }