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