Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
a
- $accept
- in file Snoopy.class.php, variable Snoopy::$accept
- $agent
- in file Snoopy.class.php, variable Snoopy::$agent
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$AltBody
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
- AddAddress
- in file class.phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address.
- AddAttachment
- in file class.phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddBCC
- in file class.phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file class.phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCustomHeader
- in file class.phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header.
- AddEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::AddEmbeddedImage()
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
- AddrAppend
- in file class.phpmailer.php, method PHPMailer::AddrAppend()
Creates recipient headers.
- AddReplyTo
- in file class.phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- AddrFormat
- in file class.phpmailer.php, method PHPMailer::AddrFormat()
Formats an address correctly.
- AddStringAttachment
- in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- arguments
- in file inc.php, function arguments()
Returns the passed array and createds the paramater array
- AttachAll
- in file class.phpmailer.php, method PHPMailer::AttachAll()
Attaches all fs, string, and binary attachments to the message.
- Authenticate
- in file class.smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
- Authorise
- in file class.pop3.php, method POP3::Authorise()
Combination of public events - connect, login, disconnect
top
b
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body.
- Base64EncodeWrapMB
- in file class.phpmailer.php, method PHPMailer::Base64EncodeWrapMB()
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
top
c
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message.
- $ConfirmReadingTo
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $connection
- in file mySQL.class.php, variable mySQL::$connection
The connection resource id
- $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message.
- $cookies
- in file Snoopy.class.php, variable Snoopy::$cookies
- $CRLF
- in file class.pop3.php, variable POP3::$CRLF
POP3 Carriage Return + Line Feed
- $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending
- $curl_path
- in file Snoopy.class.php, variable Snoopy::$curl_path
- checkEmail_basic
- in file inc.php, function checkEmail_basic()
Validates an string to ensure it matches a valid email address syntax
- check_for_guitars.php
- procedural page check_for_guitars.php
- ClearAddresses
- in file class.phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAllRecipients
- in file class.phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file class.phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearBCCs
- in file class.phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file class.phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearReplyTos
- in file class.phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- Close
- in file class.smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class.
- closeConnection
- in file mySQL.class.php, method mySQL::closeConnection()
The function unlocks tables if there are locked tables and the closes the connection to the database.
- Connect
- in file class.pop3.php, method POP3::Connect()
Connect to the POP3 server
- Connect
- in file class.smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified.
- Connected
- in file class.smtp.php, method SMTP::Connected()
Returns true if connected to a server otherwise false
- CreateBody
- in file class.phpmailer.php, method PHPMailer::CreateBody()
Assembles the message body. Returns an empty string on failure.
- CreateHeader
- in file class.phpmailer.php, method PHPMailer::CreateHeader()
Assembles message header.
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.pop3.php
- procedural page class.pop3.php
- class.smtp.php
- procedural page class.smtp.php
- connect.php
- procedural page connect.php
top
d
- $DB
- in file connect.php, global variable $DB
Database object
- $dbDatabase
- in file connect.php, global variable $dbDatabase
Database to connect to
- $dbPassword
- in file connect.php, global variable $dbPassword
Password for DB
- $dbServer
- in file connect.php, global variable $dbServer
Server for DB
- $dbUsername
- in file connect.php, global variable $dbUsername
Username for DB
- $do_debug
- in file class.smtp.php, variable SMTP::$do_debug
Sets whether debugging is turned on
- $do_debug
- in file class.pop3.php, variable POP3::$do_debug
Displaying Debug warnings? (0 = now, 1+ = yes)
- $do_verp
- in file class.smtp.php, variable SMTP::$do_verp
Sets VERP use on/off (default is off)
- Data
- in file class.smtp.php, method SMTP::Data()
Issues a data command and sends the msg_data to the server
- DEBUG
- in file mySQL.class.php, constant DEBUG
TRUE if you want to be in debug-mode
- Disconnect
- in file class.pop3.php, method POP3::Disconnect()
Disconnect from the POP3 server
- display_help
- in file inc.php, function display_help()
Displays the CLI help mode.
top
e
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $error
- in file Snoopy.class.php, variable Snoopy::$error
- $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $expandlinks
- in file Snoopy.class.php, variable Snoopy::$expandlinks
- EncodeFile
- in file class.phpmailer.php, method PHPMailer::EncodeFile()
Encodes attachment in requested format. Returns an empty string on failure.
- EncodeHeader
- in file class.phpmailer.php, method PHPMailer::EncodeHeader()
Encode a header string to best of Q, B, quoted or none.
- EncodeQ
- in file class.phpmailer.php, method PHPMailer::EncodeQ()
Encode string to q encoding.
- EncodeQP
- in file class.phpmailer.php, method PHPMailer::EncodeQP()
Encode string to quoted-printable.
- EncodeString
- in file class.phpmailer.php, method PHPMailer::EncodeString()
Encodes string to requested format. Returns an empty string on failure.
- EndBoundary
- in file class.phpmailer.php, method PHPMailer::EndBoundary()
Returns the end of a message boundary.
- es
- in file mySQL.class.php, method mySQL::es()
Alias for escapeString()
- escapeString
- in file mySQL.class.php, method mySQL::escapeString()
Returns TRUE if there is any locked tables
- execute
- in file mySQL.class.php, method mySQL::execute()
- Expand
- in file class.smtp.php, method SMTP::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
top
f
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message.
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message.
- fetch
- in file Snoopy.class.php, method Snoopy::fetch()
- fetchArray
- in file mySQL.class.php, method mySQL::fetchArray()
This function returns the query result as an array for each row in the query result
- fetchform
- in file Snoopy.class.php, method Snoopy::fetchform()
- fetchlinks
- in file Snoopy.class.php, method Snoopy::fetchlinks()
- fetchObject
- in file mySQL.class.php, method mySQL::fetchObject()
This function returns the query result as an object for each row in the query result
- fetchRow
- in file mySQL.class.php, method mySQL::fetchRow()
This function returns the query result as an array for each row in the query result
- fetchtext
- in file Snoopy.class.php, method Snoopy::fetchtext()
- freeResult
- in file mySQL.class.php, method mySQL::freeResult()
This function frees the result from a query if there is any result.
top
g
- GetBoundary
- in file class.phpmailer.php, method PHPMailer::GetBoundary()
Returns the start of a message boundary.
- getConnected
- in file mySQL.class.php, method mySQL::getConnected()
This function returns a flag so you can see if you are connected to the database or not
- getFile
- in file class.phpmailer.php, method PHPMailer::getFile()
Read a file from a supplied filename and return it.
- getLocked
- in file mySQL.class.php, method mySQL::getLocked()
Returns TRUE if there is any locked tables
- GetMailMIME
- in file class.phpmailer.php, method PHPMailer::GetMailMIME()
Returns the message MIME.
- getMysqlError
- in file mySQL.class.php, method mySQL::getMysqlError()
Returns any mysql-error
- getMysqlErrorNo
- in file mySQL.class.php, method mySQL::getMysqlErrorNo()
Returns any mysql-error number
- getNumRows
- in file mySQL.class.php, method mySQL::getNumRows()
This function returns number of rows got when executing a query
- getQueryResult
- in file mySQL.class.php, method mySQL::getQueryResult()
The function returns the result from a call to the query() function
top
h
- $headers
- in file Snoopy.class.php, variable Snoopy::$headers
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $host
- in file Snoopy.class.php, variable Snoopy::$host
** Public variables ***
- $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $host
- in file class.pop3.php, variable POP3::$host
POP3 Mail Server
- $Hostname
- in file class.phpmailer.php, variable PHPMailer::$Hostname
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
- HasMultiBytes
- in file class.phpmailer.php, method PHPMailer::HasMultiBytes()
Checks if a string contains multibyte characters.
- HeaderLine
- in file class.phpmailer.php, method PHPMailer::HeaderLine()
- Hello
- in file class.smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server.
- Help
- in file class.smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword
top
i
- $input
- in file inc.php, global variable $input
All passed paramaters
- $isConnected
- in file mySQL.class.php, variable mySQL::$isConnected
Flag that tells if you are connected to the database or not
- $isLocked
- in file mySQL.class.php, variable mySQL::$isLocked
Flag that tells if you the tables are locked or not
- inc.php
- procedural page inc.php
- InlineImageExists
- in file class.phpmailer.php, method PHPMailer::InlineImageExists()
Returns true if an inline attachment is present.
- IsError
- in file class.phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred.
- IsHTML
- in file class.phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML.
- IsMail
- in file class.phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- IsQmail
- in file class.phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- IsSendmail
- in file class.phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file class.phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
top
l
- $lastredirectaddr
- in file Snoopy.class.php, variable Snoopy::$lastredirectaddr
- $LE
- in file class.phpmailer.php, variable PHPMailer::$LE
Provides the ability to change the line ending
- LOCKED_FOR_READ
- in file mySQL.class.php, constant LOCKED_FOR_READ
Command to set the table lock for READ
- LOCKED_FOR_WRITE
- in file mySQL.class.php, constant LOCKED_FOR_WRITE
Command to set the table lock for WRITE
- Login
- in file class.pop3.php, method POP3::Login()
Login to the POP3 server (does not support APOP yet)
top
m
- $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $maxframes
- in file Snoopy.class.php, variable Snoopy::$maxframes
- $maxlength
- in file Snoopy.class.php, variable Snoopy::$maxlength
- $maxredirs
- in file Snoopy.class.php, variable Snoopy::$maxredirs
- $MessageID
- in file class.phpmailer.php, variable PHPMailer::$MessageID
Sets the message ID to be used in the Message-Id header.
- mailer.class.php
- procedural page mailer.class.php
- mySQL.class.php
- procedural page mySQL.class.php
- Mail
- in file class.smtp.php, method SMTP::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- Mailer
- in file mailer.class.php, class Mailer
- MailSend
- in file class.phpmailer.php, method PHPMailer::MailSend()
Sends mail using the PHP mail() function.
- MsgHTML
- in file class.phpmailer.php, method PHPMailer::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds
- mySQL
- in file mySQL.class.php, class mySQL
HOWTO
top
n
- Noop
- in file class.smtp.php, method SMTP::Noop()
Sends the command NOOP to the SMTP server.
top
top
p
- $pass
- in file Snoopy.class.php, variable Snoopy::$pass
- $passcookies
- in file Snoopy.class.php, variable Snoopy::$passcookies
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
Sets SMTP password.
- $password
- in file class.pop3.php, variable POP3::$password
POP3 Password
- $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $POP3_PORT
- in file class.pop3.php, variable POP3::$POP3_PORT
Default POP3 port
- $POP3_TIMEOUT
- in file class.pop3.php, variable POP3::$POP3_TIMEOUT
Default Timeout
- $port
- in file Snoopy.class.php, variable Snoopy::$port
- $port
- in file class.pop3.php, variable POP3::$port
POP3 Port
- $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port.
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $proxy_host
- in file Snoopy.class.php, variable Snoopy::$proxy_host
- $proxy_pass
- in file Snoopy.class.php, variable Snoopy::$proxy_pass
- $proxy_port
- in file Snoopy.class.php, variable Snoopy::$proxy_port
- $proxy_user
- in file Snoopy.class.php, variable Snoopy::$proxy_user
- PHPMailer
- in file class.phpmailer.php, class PHPMailer
- POP3
- in file class.pop3.php, class POP3
- printError
- in file mySQL.class.php, method mySQL::printError()
Prints an error to the screen. Can be used to kill the application
top
q
- $queryType
- in file mySQL.class.php, variable mySQL::$queryType
This will indicate what querytype the last query was
- query
- in file mySQL.class.php, method mySQL::query()
This function executes a query to the database.
- query_result
- in file mySQL.class.php, method mySQL::query_result()
- Quit
- in file class.smtp.php, method SMTP::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
top
r
- $rawheaders
- in file Snoopy.class.php, variable Snoopy::$rawheaders
- $read_timeout
- in file Snoopy.class.php, variable Snoopy::$read_timeout
- $referer
- in file Snoopy.class.php, variable Snoopy::$referer
- $response_code
- in file Snoopy.class.php, variable Snoopy::$response_code
- $result
- in file mySQL.class.php, variable mySQL::$result
The result from a select-query
- $results
- in file Snoopy.class.php, variable Snoopy::$results
- Recipient
- in file class.smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- Reset
- in file class.smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
top
s
- $selectedDb
- in file mySQL.class.php, variable mySQL::$selectedDb
The selected database
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sendmail
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program.
- $SingleTo
- in file class.phpmailer.php, variable PHPMailer::$SingleTo
Provides the ability to have the TO field process individual
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $SMTPSecure
- in file class.phpmailer.php, variable PHPMailer::$SMTPSecure
Sets connection prefix.
- $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port
- $status
- in file Snoopy.class.php, variable Snoopy::$status
- $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message.
- Snoopy.class.php
- procedural page Snoopy.class.php
- SecureHeader
- in file class.phpmailer.php, method PHPMailer::SecureHeader()
Strips newlines to prevent header injection.
- Send
- in file class.phpmailer.php, method PHPMailer::Send()
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
- Send
- in file class.smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in
- SendAndMail
- in file class.smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in
- SendmailSend
- in file class.phpmailer.php, method PHPMailer::SendmailSend()
Sends mail using the $Sendmail program.
- SendOrMail
- in file class.smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in
- set
- in file class.phpmailer.php, method PHPMailer::set()
Set (or reset) Class Objects (variables)
- setConnected
- in file mySQL.class.php, method mySQL::setConnected()
This function sets the flag so you can see if you are connected to the database
- setcookies
- in file Snoopy.class.php, method Snoopy::setcookies()
- setDb
- in file mySQL.class.php, method mySQL::setDb()
This function sets the database
- SetLanguage
- in file class.phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- setLocked
- in file mySQL.class.php, method mySQL::setLocked()
Sets the flag that indicates if there is any tables locked
- SetMessageType
- in file class.phpmailer.php, method PHPMailer::SetMessageType()
Sets the message type.
- setReadLock
- in file mySQL.class.php, method mySQL::setReadLock()
This functions sets read lock to specified table(s)
- SetWordWrap
- in file class.phpmailer.php, method PHPMailer::SetWordWrap()
Set the body wrapping.
- setWriteLock
- in file mySQL.class.php, method mySQL::setWriteLock()
This functions sets write lock to specified table(s)
- set_submit_multipart
- in file Snoopy.class.php, method Snoopy::set_submit_multipart()
- set_submit_normal
- in file Snoopy.class.php, method Snoopy::set_submit_normal()
- Sign
- in file class.phpmailer.php, method PHPMailer::Sign()
Set the private key file and password to sign the message.
- SMTP
- in file class.smtp.php, class SMTP
- SmtpClose
- in file class.phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpConnect
- in file class.phpmailer.php, method PHPMailer::SmtpConnect()
Initiates a connection to an SMTP server. Returns false if the operation failed.
- SmtpSend
- in file class.phpmailer.php, method PHPMailer::SmtpSend()
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
- Snoopy
- in file Snoopy.class.php, class Snoopy
***********************************************
- StartTLS
- in file class.smtp.php, method SMTP::StartTLS()
Initiate a TSL communication with the server.
- submit
- in file Snoopy.class.php, method Snoopy::submit()
- submitlinks
- in file Snoopy.class.php, method Snoopy::submitlinks()
- submittext
- in file Snoopy.class.php, method Snoopy::submittext()
top
t
- $temp_dir
- in file Snoopy.class.php, variable Snoopy::$temp_dir
- $timed_out
- in file Snoopy.class.php, variable Snoopy::$timed_out
- $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $tval
- in file class.pop3.php, variable POP3::$tval
POP3 Timeout Value
- TextLine
- in file class.phpmailer.php, method PHPMailer::TextLine()
Returns a formatted mail line.
- Turn
- in file class.smtp.php, method SMTP::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
top
u
- $uri_to_check
- in file check_for_guitars.php, global variable $uri_to_check
URI to the Stupid Deal page
- $user
- in file Snoopy.class.php, variable Snoopy::$user
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
Sets SMTP username.
- $username
- in file class.pop3.php, variable POP3::$username
POP3 Username
- unlock
- in file mySQL.class.php, method mySQL::unlock()
Unlocks all tables that are locked
- UTF8CharBoundary
- in file class.phpmailer.php, method PHPMailer::UTF8CharBoundary()
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
top
v
- $validate_email
- in file check_for_guitars.php, global variable $validate_email
Flag to set email validation
- $validate_search
- in file check_for_guitars.php, global variable $validate_search
Flag to set search validation
- $Version
- in file class.phpmailer.php, variable PHPMailer::$Version
Holds PHPMailer version.
- Verify
- in file class.smtp.php, method SMTP::Verify()
Verifies that the name is recognized by the server.
top
w
- $WordWrap
- in file class.phpmailer.php, variable PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- WrapText
- in file class.phpmailer.php, method PHPMailer::WrapText()
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
top
_
- $_fp_timeout
- in file Snoopy.class.php, variable Snoopy::$_fp_timeout
- $_framedepth
- in file Snoopy.class.php, variable Snoopy::$_framedepth
- $_frameurls
- in file Snoopy.class.php, variable Snoopy::$_frameurls
- $_httpmethod
- in file Snoopy.class.php, variable Snoopy::$_httpmethod
- $_httpversion
- in file Snoopy.class.php, variable Snoopy::$_httpversion
- $_isproxy
- in file Snoopy.class.php, variable Snoopy::$_isproxy
- $_maxlinelen
- in file Snoopy.class.php, variable Snoopy::$_maxlinelen
** Private variables ***
- $_mime_boundary
- in file Snoopy.class.php, variable Snoopy::$_mime_boundary
- $_redirectaddr
- in file Snoopy.class.php, variable Snoopy::$_redirectaddr
- $_redirectdepth
- in file Snoopy.class.php, variable Snoopy::$_redirectdepth
- $_submit_method
- in file Snoopy.class.php, variable Snoopy::$_submit_method
- $_submit_type
- in file Snoopy.class.php, variable Snoopy::$_submit_type
- _check_timeout
- in file Snoopy.class.php, method Snoopy::_check_timeout()
- _connect
- in file Snoopy.class.php, method Snoopy::_connect()
- _disconnect
- in file Snoopy.class.php, method Snoopy::_disconnect()
- _expandlinks
- in file Snoopy.class.php, method Snoopy::_expandlinks()
- _httprequest
- in file Snoopy.class.php, method Snoopy::_httprequest()
- _httpsrequest
- in file Snoopy.class.php, method Snoopy::_httpsrequest()
- _mime_types
- in file class.phpmailer.php, method PHPMailer::_mime_types()
Gets the mime type of the embedded or inline image
- _prepare_post_body
- in file Snoopy.class.php, method Snoopy::_prepare_post_body()
- _stripform
- in file Snoopy.class.php, method Snoopy::_stripform()
- _striplinks
- in file Snoopy.class.php, method Snoopy::_striplinks()
- _striptext
- in file Snoopy.class.php, method Snoopy::_striptext()
- __construct
- in file mailer.class.php, method Mailer::__construct()
Sets the authentication for SMTP
- __construct
- in file class.pop3.php, method POP3::__construct()
Constructor, sets the initial values
- __construct
- in file class.smtp.php, method SMTP::__construct()
Initialize the class so that the data is in a known state.
- __construct
- in file mySQL.class.php, method mySQL::__construct()
This is the constructor of this mysql class.
- __destruct
- in file mySQL.class.php, method mySQL::__destruct()
This is the destructor of this class. It frees the result of a query, it unlocks all locked tables and close the connection to the database It does not return anything at all, so you will not know if it was sauccessfull
top
|
|