Why do I get “Notice: Undefined offset” from arrays passed as arguments?

前端 未结 0 1509
清歌不尽
清歌不尽 2021-01-12 09:45

What am I doing wrong here that is causing me to get this message?

function numbered_array( $array ) {    
    for ( $i = 0; $i < count( $array ); $i++ ) {         


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