My php tweet authenticates but is not posting

后端 未结 0 1231
别那么骄傲
别那么骄傲 2021-02-05 02:39

What is the purpose of:

if (isset($_GET[\'count\']) && is_numeric($_GET[\'count\'])) {
    $count = $_GET[\'count\'];
} else {
    $count= 20;
}


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