Learn PHP 8 In Arabic 2022 - #086 - fopen Part 1 - fgets, fread, fclose

preview_player
Показать описание
fopen Part 1 - fgets, fread, fclose

Study Plan:

Code & Notice:

Assignments:

=============================

Support Me on Patreon to Help me Create More Videos

I will be Very Happy if you Support my Channel.

Join Our Facebook Group:

Follow My Facebook Profile:

Like Facebook Page:

Follow Me On Twitter:
Рекомендации по теме
Комментарии
Автор

استاذ اسامه المحترم . شكرا جدا ع المجهود الرائع. انا مخلص الحمد لله html وcss من الكورسات الموجوده ع القناة ومتقنهم جدااااااااااااااااااااا . فلما دخلت علي php اكتشفت ان html وcss انهم اخر اسهل لغتين هتعلمهم ف حياتي . 😂. ال php مشكلتها انك لازم تكتب الكود كامل بأيدك ولو فيه شرطه انت مش كتبتها يقولك error> طب دا يرضي ربنا . انا كنت بتفرج ع كورس php عشان حاجه واحده بس وهي ان لما المستخدم يكتب الايميل والباسورد ينشألي فايل فيه الايميل والباس ال هو كتبهم . فأتمني تبشرني وتقولي هنعمل حلقه فيها كده❤❤

ismaheelfarag
Автор

إن شاء الله حيكون الكورس نفس مستوى جافا اسكربيت وأفضل كمان

mamounadil
Автор

When I finish dealing with a file in PHP, why do I need to close it ?
.
.
.
.

When you open a file in PHP using functions like fopen(), PHP reserves system resources to keep the file open and available for reading and writing operations. If you don't close the file using fclose() after you're done working with it, those resources may be tied up and unavailable for other processes and applications that need them.

Closing the file with fclose() also ensures that any changes you made to the file are written to disk and that any buffers associated with the file are flushed. If you don't close the file, there is a chance that not all the changes will be written to disk, and you may end up with corrupted data or incomplete files.

So, it is always a good practice to close the file using fclose() when you're finished working with it to release the resources and ensure that any changes you made are saved

abdomahmoud
Автор

هو ليه جوده 480 مش موجوده من اول الدرس 7 على ما اعتقد

imok
Автор

how to implement these fuctions in C ???

youseffallaha
Автор

we'll better go and build a pyramid than learning that shit 👍

AliTalebmoh-bc