I'm sorry to bother you again.
I wanted to understand how the [zp_loggedin()](https://docs.zenphoto.org/1.5.3/source-function-zp_loggedin.html#2375-2387) function works.
According to the description, it should return 0 or 1, but I write code:
<?php echo zp_loggedin();?>
<?php echo zp_loggedin(ADMIN_RIGHTS);?>
<?php echo $_zp_loggedin;?>
into zenphoto\themes\basic\image.php and get:
1996419053
1073741824
1996419053
What do these numbers mean?