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
FAST CODER | PHP TEAM
π_PHP_Asoslari_va_Telegram_Bot_Oβrganish_Rejasi_30_Dars.pdf
Anonymous Poll
36%
39%
25%
Boshqa kunga qoldirishπ
β‘5π₯2 2 2
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
Anonymous Poll
24%
0%
11%
66%
β‘2
function generatePassword($length = 8) {
$chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
return substr(str_shuffle($chars), 0, $length);
}
echo generatePassword(); // "X7gH2pLm"
#php_dars #fast_coder #PHP
Please open Telegram to view this post
VIEW IN TELEGRAM
Anonymous Poll
66%
23%
11%
Please open Telegram to view this post
VIEW IN TELEGRAM
echo
ni sinashstr
ing va int
farqiPlease open Telegram to view this post
VIEW IN TELEGRAM
β‘5 4π₯1
FAST CODER | PHP TEAM pinned Β«βοΈ βοΈ βοΈ βοΈ βοΈ πΉ Bugun 22:00 da dars 2οΈβ£ -Dars π Reja: π’ echo ni sinashβ
π’ O'zgaruvchilar va ma'lumot turlariπ π’ string va int farqiβ οΈ π’ Real kod yozib sinashβ π’ π¬ Savol-Javobβ π @Fast_CoderΒ»
Menga rosa kop odamlar yozibdi
Darsni bayramdan keyin boshlaylik deb nima deysizlar?
Darsni bayramdan keyin boshlaylik deb nima deysizlar?
Anonymous Poll
30%
Bugun
70%
Bayramdan keyin
β‘3π₯1 1