b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.136
safemode OFF
 >  / home / oyaide / www / moycompany.com / piwigo2 / include / smarty / libs / plugins /
Filename/home/oyaide/www/moycompany.com/piwigo2/include/smarty/libs/plugins/modifier.lower.php
Size481
Permissionrwxr-xr-x
Owneroyaide : users
Create time26-May-2013 16:30
Last modified14-May-2009 00:29
Last accessed14-May-2009 00:29
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
/**
* Smarty plugin
* @package Smarty
* @subpackage plugins
*/


/**
* Smarty lower modifier plugin
*
* Type: modifier<br>
* Name: lower<br>
* Purpose: convert string to lowercase
* @link http://smarty.php.net/manual/en/language.modifier.lower.php
* lower (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string
* @return string
*/
function smarty_modifier_lower($string)
{
return strtolower($string);
}

?>