Builds a possibly-heterogeneously-typed JSON array out of a variadic argument list. json_build_array(1,2,'3',4,5), [1, 2, "3", 4, 5].
確定! 回上一頁