Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

PHP.GetResultString

Returns the result of the last php script to run.

Component Version macOS Windows Linux Server iOS SDK
PHP 2.9 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No

Deprecated

This function was deprecated.

MBS( "PHP.GetResultString" )

Parameters

none

Result

Returns the result text.

Description

Returns the result of the last php script to run.
Used to retrieve the results back into to FileMaker after script is run with PHP.Run or PHP.Execute.

Examples

Run test code and get result:

$r = MBS( "PHP.Run"; "echo 'ok';" )
$t = MBS( "PHP.GetResultString" )

See also

Example Databases

Blog Entries

This function does not need a paid license.

Created 18th August 2014, last changed 23th January 2023


PHP.GetResultContainer - PHP.GetVariable

💬 Ask a question or report a problem