예제 #1
0
파일: poco.php 프로젝트: TamirAl/hubzilla
function poco_init(&$a)
{
    poco($a, false);
}
예제 #2
0
 function init()
 {
     poco($a, true);
 }
예제 #3
0
파일: xpoco.php 프로젝트: TamirAl/hubzilla
function xpoco_init(&$a)
{
    poco($a, true);
}
예제 #4
0
파일: Poco.php 프로젝트: BlaBlaNet/hubzilla
 function init()
 {
     poco($a, false);
 }