Home / Questions / Other PHP string trim कैसे करते हैं? के सही और गलत approach में क्या फर्क है? Other 0 Views Verified PHP string trim कैसे करते हैं? के सही और गलत approach में क्या फर्क है? सही विकल्प चुनें और 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 clean_string($text) clean_string($text) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified strip_spaces($text) strip_spaces($text) Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer trim($text) trim($text) Additional Explanation trim() beginning/end whitespace हटाता है।