Ask a question about PHP

Source: Internet
Author: User
Ask a question about PHP
In a PHP file, the following content is included
#!/usr/bin/php
My PHP code
?>

Question A: What does the phrase "#!/usr/bin/php" mean. Because generally we are in the browser through the HTTP protocol to access.
This is done through the Ejabberd 1 "built-in programs" to call this file.
Question B: On the basis of question A, what if you should do it under Windows?

Share to:


------Solution--------------------
is to tell the system what it does with it.
It is usually used in cron. You can also save from not writing
------Solution--------------------
can be removed directly. No, it's all you need.
But in Linux you have to specify PHP to execute the script.
------Solution--------------------
Does this thing still work in Linux today? Have to ask the girl moderator

#!/usr/bin/php
Indicate which software to use to execute the subsequent code, and of course you must set the file to be executable
Equivalent to
/usr/bin/php filename.php

There's this mechanism in window, but you have a similar wording.
@REM
 
  







?>
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.