Call to undefined function create_function() 將以下語法: create_function( '$number', 'return 12;' ) 改成: function( $number ) { return 12; }