diff --git "a/\350\260\242\345\206\254\351\234\236/20220517-\345\207\275\346\225\260.md" "b/\350\260\242\345\206\254\351\234\236/20220517-\345\207\275\346\225\260.md"
new file mode 100644
index 0000000000000000000000000000000000000000..ba39096d44efa7fc286636b56c6ee4b7a9fe9798
--- /dev/null
+++ "b/\350\260\242\345\206\254\351\234\236/20220517-\345\207\275\346\225\260.md"
@@ -0,0 +1,36 @@
+``` php
+";
+//2、至少对3个字符串函数进行应用
+//$ar=" i am a student ";
+//echo trim($ar)."
";
+//echo ucwords($ar)."
";
+//echo strtoupper($ar);
+
+//echo "