Documentation

SetLastVisit

bool
CBlogUser::SetLastVisit(
);

The method registers the last blog visit made by the current user. Static method.

Returned value

The method returns true on success, otherwise returns false.

Examples of use

<?
if(!CBlogUser::SetLastVisit())
    echo 'Error!';
?>


© «Bitrix24», 2001-2024
Up