Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHPMBS class.

PHPMBS.Callback(ArgumentCount as Integer) as Variant
Type Topic Plugin Version macOS Windows Linux iOS Targets
event PHP MBS Tools Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
Function: The event called when you call the php function callXojo()
Notes:
Return a variant with double, float, string or integer value.
Parameters are available using CallbackArgument* functions.
PHPMBS.LogMessage(message as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
event PHP MBS Tools Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
Function: A message for the log file.
Notes: Normally written by apache to the log files.
PHPMBS.Write(data as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
event PHP MBS Tools Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
Function: PHP wants to write some data.
Notes:
This text is normally the result, e.g. the content of the website the php code produces.

If php.ini file is used, you need to disable the output_buffering option to have this callback working.

The items on this page are in the following plugins: MBS Tools Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...