POP3::popstat

Advertisement

Syntax Syntax

POP3::popstat()

Source Source

File: wp-includes/class-pop3.php

        //  msgs in the mailbox, and the size of the mbox in octets.

        $PopArray = $this->last("array");

        if($PopArray == -1) { return false; }

        if( (!$PopArray) or (empty($PopArray)) )
        {
            return false;
        }
        return $PopArray;
    }

    function uidl ($msgNum = "")

Advertisement

Advertisement

Leave a Reply