repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added more filters and custom tags
[haanga.git]
/
lib
/
tags
/
lower.php
blob
126b5c308c33f7f8c2a8ef109da55fadd4a93264
1
<
?php
2
3
class
Lower_Tag
4
{
5
public static
$is_block
=
TRUE
;
6
/* This tag calls to a PHP native function */
7
public static
$php_alias
=
"strtolower"
;
8
}