Whether to convert high-ASCII and MS Word
characters to HTML entities.
Type
boolean
$response
$response : string
Response
Type
string
$error_msg
$error_msg : array<mixed,string>
Error messages list
Type
array<mixed,string>
Methods
__construct()
__construct() : void
Constructor
send()
send( $tb_data) : boolean
Send Trackback
Parameters
$tb_data
Returns
boolean
receive()
receive() : boolean
Receive Trackback Data
This function simply validates the incoming TB data.
It returns FALSE on failure and TRUE on success.
If the data is valid it is set to the $this->data array
so that it can be inserted into a database.