PHP node helper functions
Zeno
Last Update 2 个月前
-
PHPNodeHelpers::accumulateParam($key, $value)
-
PHPNodeHelpers::loadAccumulatedParams()
-
PHPNodeHelpers::saveAccumulatedParams($params)
-
PHPNodeHelpers::loadTrackingFields()
-
PHPNodeHelpers::updateTrackingFields($fields)
-
PHPNodeHelpers::sendMail($config);
-
accumulateParam will add specified key/value pairs to the Accumulated URL Params buffer
-
loadAccumulatedParams will load the Accumulated URL Params buffer as an array
-
saveAccumulatedParams will save and replace the current URL Parmas buffer with whatever is in the specified array
-
loadTrackingFields will load all tracking field data available for the current visitor
-
updateTrackingFields will update any custom tracking fields for the current visitor to the values specified (the tracking fields must however exist)
-
sendMail allows to send emails through an SMTP server of your choice. The config array to pass to the function requires the following entries: