Home > Backend Development > PHP Tutorial > PHP outputs hollow diamond php7 PHP environment construction PHP from entry to proficiency

PHP outputs hollow diamond php7 PHP environment construction PHP from entry to proficiency

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 08:52:57
Original
1731 people have browsed it

php output hollow diamond:

<code><span>$a</span>=<span>5</span>;<span>/*控制循环行数*/</span><span>for</span>(<span>$i</span>=<span>1</span>;<span>$i</span>$a;<span>$i</span>++){ 
        <span>for</span>(<span>$b</span>=<span>1</span>;<span>$b</span>$a-<span>$i</span>;<span>$b</span>++){
            <span>echo</span><span>" "</span>;  
        }  
        <span>for</span>(<span>$c</span>=<span>1</span>;<span>$c</span>$i-<span>1</span>)*<span>2</span>+<span>1</span>;<span>$c</span>++){
            <span>if</span>(<span>$c</span>==<span>1</span>||<span>$c</span>==(<span>$i</span>-<span>1</span>)*<span>2</span>+<span>1</span>){
                <span>echo</span><span>"*"</span>;  
            }<span>else</span>{  
                <span>echo</span><span>" "</span>;  
            }  
        }
        <span>echo</span><span>"<br>"</span>;  
    }   
    <span>for</span>(<span>$i</span>=<span>$a</span>-<span>1</span>;<span>$i</span>>=<span>1</span>;<span>$i</span>--){ 
        <span>for</span>(<span>$b</span>=<span>1</span>;<span>$b</span>$a-<span>$i</span>;<span>$b</span>++){
            <span>echo</span><span>" "</span>;  
        } 
        <span>for</span>(<span>$c</span>=<span>1</span>;<span>$c</span>$i-<span>1</span>)*<span>2</span>+<span>1</span>;<span>$c</span>++){
            <span>if</span>(<span>$c</span>==<span>1</span>||<span>$c</span>==(<span>$i</span>-<span>1</span>)*<span>2</span>+<span>1</span>){
                <span>echo</span><span>"*"</span>;  
            }<span>else</span>{  
                <span>echo</span><span>" "</span>;  
            } 
        } 
        <span>echo</span><span>"<br>"</span>;  
    }</code>
Copy after login

output result:

PHP outputs hollow diamond php7 PHP environment construction PHP from entry to proficiency

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the hollow diamond output in PHP, including PHP content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template