Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

void fm_ set_container_file_name ( string $file_name )


 

Description


Allows you to set the name of the file to be returned by PHP_ExecuteToContainer.

 

Parameters


file_name (required)
The file name of the container to be returned to FileMaker.

 

Return


There is no return for this function.

 

Errors


There are no errors for this function.

 

Code Block
themeEclipse
languagephp
titleExample 1 - Concatenate 3 strings
fm_set_container_file_name('Scodigo.png');
/*
Returns: nothing, nothing, nothing — nothing at all.
*/