Home / Questions / Other PHP array filter करने का function क्या है? में error आए तो solution क्या है? Other 0 Views Verified PHP array filter करने का function क्या है? में error आए तो solution क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified filter_array_only($numbers) filter_array_only($numbers) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified $numbers.filter() $numbers.filter() Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified array_where($numbers) array_where($numbers) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer array_filter($numbers, fn($x) => $x > 10) array_filter($numbers, fn($x) => $x > 10) Additional Explanation array_filter() callback के आधार पर values रखता है। पहले exact error message, line number और input value check करें।