Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHPMBS class.

PHPMBS.INI as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property PHP MBS Tools Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: The PHP Ini to use.
Notes:
Must be called before initialization.

Default is:
html_errors=0
register_argc_argv=1
implicit_flush=1
output_buffering=0
max_execution_time=0
max_input_time=-1
(Read and Write computed property)
PHPMBS.LoadExtension(Path as string) as boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PHP MBS Tools Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Loads an extension.
Notes:
Returns true on success.
Will write errors to stderr which you see in console apps.
PHPMBS.LoadLibrary(file as folderitem) as boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PHP MBS Tools Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Loads the PHP shared library.
Notes:
Loads a Windows DLL, a Linux shared library, a Mac OS X shared library from the given path.
Returns true on success and false on any error.
It may be possible that your PHP library is not compatible with this way of loading which results in crashes.

See also:

PHPMBS.LoadLibrary(path as string) as boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PHP MBS Tools Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Loads the PHP shared library.
Notes:
Loads a Windows DLL, a Linux shared library, a Mac OS X shared library from the given path.
Returns true on success and false on any error.
It may be possible that your PHP library is not compatible with this way of loading which results in crashes.

See also:

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...