Forum


Replies: 2   Views: 3927
Return true on createdocx success
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 11-04-2013 - 12:13

Hello,

The way to check if the file has been created is to use file_exists function, or a similar one. But if you need to get a return, you can add it on line 4587 in CreateDocx.inc file.

Regards.