IsFirstSegment Syntax IsFirstSegment(); Description Checks if the current segment is the first segment of post-processor job. Returns 1 True 0 False Example if(IsFirstSegment()) { $ok = 1; }
IsFirstSegment();
1
0
if(IsFirstSegment())
{
$ok = 1;
}