3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aryParam = array(); $userid="sondang"; $ipaddress="10.0.0.1"; $type="OK"; $action="mkdir"; $aryParam[] = $userid; $aryParam[] = $ipaddress; $aryParam[] = $type; $aryParam[] = $action; $path = "startia/abc/test.txt"; //ObjName $objname = $path; $len = mb_strlen($path); if($len > 0 && mb_substr($objname, 0, 2) == '//'){ $objname = mb_substr($objname, 2); } if($len > 0 && mb_substr($objname, 0, 1) == '/'){ $objname = mb_substr($objname, 1); } $objname = "admin".'/'.$objname; $aryParam[] = $objname; //Comment $foldernames = mb_split("/", $objname); $topfolder = $foldernames[0]; $comment = $userid.'|'.$ipaddress.'|'.$topfolder.'|'.$action.'|'.$type; if($action == 'rename'){ $comment .= '|'.$folder1.'|'.$folder2; }else{ //mkdir, rmdir $len = mb_strlen($topfolder); $without_top = mb_substr($objname, $len); $len = mb_strlen($without_top); if($len > 0 && mb_substr($without_top, 0, 1) == '/'){ $without_top = mb_substr($without_top, 1); } $comment .= '|'.$without_top; } $aryParam[] = $comment; print_r($aryParam);

preferences:
33.97 ms | 402 KiB | 5 Q