Anonymous Poll
57%
PHP kuchli!🦝
13%
PHP yaxshi, lekin "Men uni ishlatganimda, 2000-yillarga qaytganday bo‘laman!"🫢
30%
PHP – bu "Ota-bobolarimizdan qolgan meros..." 🙂
Please open Telegram to view this post
VIEW IN TELEGRAM
FAST CODER | PHP TEAM pinned «⁉️ ⁉️ ⁉️ ⁉️ ⁉️ 👨💻 Siz ham veb dasturchi bo‘lishni xohlaysizmi? 0 dan boshlab 👨💻 ni o‘rganamiz❗️ 📹 Jonli dars: ✅ Ha ✅ Dars sanasi: 27-mart 🕓 Vaqti: 21:00 📱 Kanal: @fast_coder 🛜 Darsda siz bilib olasiz: 💚 PHP nima va qanday ishlaydi? 🩵 Server va brauzer qanday…»
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡5 3🔥1
FAST CODER | PHP TEAM
Live stream finished (38 minutes)
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2
<?php
$x = 5;
$y = 2;
echo "X ve Y'nin yig'indisi: ". ($x * $y);
?>
⚡2🔥2 2
FAST CODER | PHP TEAM pinned «1️⃣ -Dars faqat tanishuv bo'ldi💠 🔂 PHP nima? 🔂 PHP Qanday ishlaydi? 🔂 Serverlar va O'zim haqimda gaplashdik»
Forwarded from FAST CODER | PHP TEAM
🚀_PHP_Asoslari_va_Telegram_Bot_O‘rganish_Rejasi_30_Dars.pdf
69.6 KB
Dars rejasi !
@fast_coder
@fast_coder
🔥3⚡1 1
Maxsimalni tarqatamiz Fasterlar ko'proq odam kirsin darsga🚨
Please open Telegram to view this post
VIEW IN TELEGRAM
1 .
strrev
- Satrni teskari yozish uchun2.
shuffle
- Tasoddifiy aralashtirish3.
file_put_contents
- fayl yaratishMisol uchun:
<?php
// 1. Satrni teskariga aylantirish
echo strrev("Salom"); // "molaS"
// 2. Massivni tasodifiy aralashtirish
$mevalar = ["Olma", "Banan", "Anor"];
shuffle($mevalar);
print_r($mevalar);
// 3. Fayl yaratish
file_put_contents("test.txt", "PHP zo‘r!");
?>
#PHP #Fast_Coder #php_dars #PHP_Funksiyalar
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡2
⚡2