PHP null coalescing operator confusion - how to use in an if statement?

前端 未结 0 2015
南旧
南旧 2020-12-08 04:26

I usually do this in PHP to handle post parameters...

if (isset($_POST[\'name\'])) {

    echo \'This is the post section\';
    echo \'Output Attributes\';
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题