Teach you one months learn PHP all functions

Source: Internet
Author: User
Tags functions learn php

One of the most important aspects of learning PHP is to use PHP's built-in functions.

When someone asks you how to implement a function, you say a function that he does not know to take care of, others will certainly be respectful to you!

How many built-in functions does PHP have altogether? In fact, plus the commonly used extensions are only more than 1300.

Spend 1-2 hours a day looking at 30 functions, one months can learn PHP all functions!

Want to know what functions PHP has?


Copy Code
  1. <?php
  2. $f = Get_defined_functions ();
  3. Echo ' <pre> ';
  4. Print_r ($f [' internal ']);

Similar functions include the following:

Get_declared_classes ();

Get_declared_interfaces ();

Get_defined_constants ();

Get_defined_vars ();

Php100.com

Come on, try it!



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.