I need a PHP, PERL or Python function that takes these parameters: $file_to_open,$array_of_strings_to_search(), $array_of_strings_to_replace,$file_to_write
Need Function -- Will Pay
14
I need a PHP, PERL or Python function that takes these parameters:
$file_to_open,$array_of_strings_to_search(), $array_of_strings_to_replace,$file_to_write
The function will open the specified RTF file, search for each occurrence of the strings in $array_of_strings_to_search() and replace them with the corresponding value in $array_of_strings_to_replace. Some search instances may exist multiple times in the document.
Upon completion that file is saved as a PDF with the name and location specified in $file_to_write.
Returns TRUE upon successful completion or FALSE upon failure.
PHP preferred.
$file_to_open,$array_of_strings_to_search(), $array_of_strings_to_replace,$file_to_write
The function will open the specified RTF file, search for each occurrence of the strings in $array_of_strings_to_search() and replace them with the corresponding value in $array_of_strings_to_replace. Some search instances may exist multiple times in the document.
Upon completion that file is saved as a PDF with the name and location specified in $file_to_write.
Returns TRUE upon successful completion or FALSE upon failure.
PHP preferred.
- Mr. Enthusiastic
- [ 1 ] Thanks
- lisag
- mywebwork
- lisag
- phptechie
- [1] reply
- lisag
- phptechie
- Richard Pickett
- [1] reply
- Mr. Enthusiastic
- [1] reply
Next Topics on Trending Feed
-
14