How does dreamweaver see PHP source code

Source: Internet
Author: User
Tags php source code dreamweaver
PHP He open source how to use Dreamweaver to see the PHP source Ah
Say
$a =array ("a" = "Dog", "b" = "Cat", "C" and "Horse");
echo array_shift ($a);
Print_r ($a);
?>

I want to see how the Array_shift come true. Do you have shortcut keys?
Because I used to write C + + on the VS can be directly shortcut keys can see the implementation of the function


Reply to discussion (solution)

You're going to see the PHP kernel.
P.S you see the prototype is not the realization of the ~

You're going to see the PHP kernel.
P.S you see the prototype is not the realization of the ~

See the PHP kernel? No way.... I used to see the C + + can be directly read PHP is not so chicken.

Look at the php file, the extensions are all C compiled.

Array_shift is the PHP kernel thing, you download PHP source code to see C source bar.
http://www.php.net/downloads.php

  • 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.