Php defines a function instance analysis with default values. default value: instance Analysis _ PHP Tutorial

Source: Internet
Author: User
Php defines a function instance with default values for analysis. Php defines a function instance with default values for analysis. default value for instance Analysis This article analyzes the usage of a function with default values defined by php. We will share with you how to define a function instance with default values for reference in php.

This article analyzes how php defines a function with default values. Share it with you for your reference. The specific analysis is as follows:

The default value can be specified for function parameters in php. after the default value is specified, if this parameter is not assigned during call, the default value is used for this parameter.

<? Phpfunction capitalize ($ str, $ each = TRUE) {$ str = strtolower ($ str); if ($ each = TRUE) {$ str = ucwords ($ str);} else {$ str = strtoupper ($ str);} echo ("$ str
");} Capitalize (" hEllo WoRld! "); Capitalize (" hEllo WoRld! ", FALSE);?>

I hope this article will help you with php programming.

In this example, php defines a function with default values. I will share it with you for your reference...

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.