In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains the "php exec can not get the value of how to solve", the article explained the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in-depth, together to study and learn "php exec can not get the value of how to solve" it!
Php exec can not get the value of the solution: 1, open the corresponding PHP code file; 2, modify the code to "exec ('convert a.jpg b.jpg 2 > & 1, $output, $return_val);"
This article operating environment: Windows7 system, PHP7.4 version, Dell G3 computer.
What if php exec can't get the value?
The exec () function of PHP has no return value troubleshooting method:
Exec is required for secure imagemagic. Installation failed on many servers.
Exec () failed to execute the external command without any error message.
Exec has no problem executing a command at the command line, but there is an error in PHP. 99.99% of this problem is related to permissions, but commands executed by exec do not return an error. One trick is to use pipe commands, assuming that your exec call is as follows:
Exec ('convert a.jpg b.jpgkeeper, $output, $return_val)
You can change it as follows:
Exec ('convert a.jpg b.jpg 2 > & 1, $output, $return_val); print_r ($output)
Using 2 > & 1, the command outputs the shell execution error to the $output variable, which can be parsed.
Note: exec has three parameters, the first is the command to be executed, the second is an array, the value of the array is generated after the execution of the first command, the status of the third parameter, 0 indicates success, and the rest indicates failure.
There are three functions in php that can be used to execute the external command system,exec,passthru.
Thank you for your reading, the above is "php exec can not get the value of how to solve" the content, after the study of this article, I believe you can not get the value of php exec how to solve this problem has a deeper understanding, the specific use of the need for you to practice and verify. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.