Variable function library: Print_r

Source: Internet
Author: User
Keywords PHP Chinese function Manual Printer variable function library
Tags aliyun array expression function function library html http information

Print_r

(PHP4)

Print_r---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; List variable Information

Syntax: void Print_r (mixed expression);

Description:

This function lists the variable information that people can read (human-readable) and lists its own value if the given value is a string, an integer, or a floating-point number. If an array is given, the value is displayed in the index value and in the format of the element.

Example:

<?php

$a = Array (1, 2, Array ("A", "B", "C"));

Print_r ($a);

?>

Warning: This function continues if the given array or object contains its own direct or indirect relationship, or if it contains an array or object that is deep in depth.

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.