pm_Checker:: resp_name Method

Checks whether the specified string can be used as a valid name of an autoresponder.

Syntax

public static function resp_name ($resp_name)

Parameters

resp_name

      A string value that specifies the name of an autoresponder to check.

Returns

A boolean set to true if the name of the autoresponder is valid, false otherwise.

Remarks

The autoresponder name shouldn't be empty or longer than 245 characters.