POP3::is_ok

Advertisement

Syntax Syntax

POP3::is_ok( $cmd = "" )

Source Source

File: wp-includes/class-pop3.php

        if( empty($cmd) )
            return false;
        else
            return( stripos($cmd, '+OK') !== false );
    }

    function strip_clf ($text = "") {

Advertisement

Advertisement

Leave a Reply