???? MongoDB?? ??? ?? ??? ?? ? ?????. ???? ?? ?? ??? ?? ????? ??? ???? ???? ???? ?? ????? ??? ???? ? ?? ??? ??? ??? ?????. ???? ???? ??? ? ?? ???? ? ???? ??? ???? ??? ??? ????. ? ????? ??? ?? 5 ?? ??? ???? ??? ????.
<_> ?? _id ??? 2 ? ??- ??? ??
- ?? ? ?? ??? ????. ??? ?? ??? ??? ???? ??? ??? ?? Part 2? ????? ??????. ????? ? ??? ???? ?? ? ? ??? ??? ?? ?? ??? ??? ? ??? ? ????. ?? ??? ?? ??? ??? ???? ????? ??? MongoDB? ?? ??? ?? ???? ??????. ? ????? MongoDB ?? (???, ?? ?)? ????? ???? PHP (?? ? ??)? ???? ?? ??? ????? ?????. ??? ???, ??? ?? : Mongodb ? Mongodb ??? ? ???? ?? ????. ? ???? ?? ?? ????? 500 ?? ??? ??? ?????? ???? ??? ?????.
- ?? ??? ??? ???? ??? ?? ?????. <_> ?? _id ??? ????? MongoDB? ? ???? _id ???? ?? ??? ????. ? ???? ?? ? _ID ??? ?? ?, 12 ??? ??? ????. ?? ??? ?? ??? ??? ????? ?? ??? ??? ?????. ???? ???? ??? MongoDB ?? ?? ??? ??????.
- getIndexes () ???? ???? ?? ???? ?????. ?????, ??? ?? _id_ ? ?? ???? ????. ? ??? ???? _id ??? ?? 1? ?? ???? ??? ?????. ?? ???? ??? ?? ?? ????.
2 ? ??
_ID ??? ?? ???? ???? ????? ?? ??? ?? ???? ???????. user_name ??? ???? ???? ???? ??? ??????. ? ?? ???? user_name ???? ??? ?? ??? ?????. ?? ??? ??? ??? ??? ?? ???? ?? ????????.
??????? ?? ???? ??? ????? ?? ????? ?? ??? ??? ???????. ?? ?? ??? ???? "Jim Alexandar"??? user_name??? ?? ???? ????.
???? ???? ?? ???? ??? ??? ???? ??? ??? ???? ?? ()???. ?? ?? ()? ??? ??? ????.
<span>{ </span> <span>"_id": <span>ObjectId</span>("5146bb52d852470060001f4"), </span> <span>"comments": { </span> <span>"0": "This is the first comment", </span> <span>"1": "This is the second comment" </span> <span>}, </span> <span>"post_likes": 40, </span> <span>"post_tags": { </span> <span>"0": "MongoDB", </span> <span>"1": "Tutorial", </span> <span>"2": "Indexing" </span> <span>}, </span> <span>"post_text": "Hello Readers!! This is my post text", </span> <span>"post_type": "private", </span> <span>"user_name": "Mark Anthony" </span><span>}</span>
? ????? ??? ? ? ??? ??? ????.?? - ??? ?? ? ??? ?????.
btreecursorBasicCursor ? ?? _id ???? ????? MongoDB? ?? ???? ??????? ?????. ???? ???? ?? ? ?
- ?
- basiccursor .
n - ??? ?? ? ?? ?? ????? (? ?? ??? ??). nscanned - ?????? ?? ?? ?? ? ?? ?? ?????. ????? N? NSCANCAND? ??????? ?? ?? ??? ?????? ?????. ?? ??? ??? ????? ?? ???? ??? ?????. ???? ???? MongoDB ??? ??? ??????. user_name ???? ???? ?????? restindex () ???? ???? ??? ????. ??? ?? ???? (1) ?? ???? (-1) ??? ???? ???? ?? ??? ?? ????? ?????. ?? ????? ? ???? ?? ??? ??? ????. ?? ??? ???? ?? ???? ?? ??? ?????. ?? ??? ???? ?? ???? ??? ?????. ???? ??? ??? find () ? explic () ???? ??? ??? ???? ???? ? ?????. ??? ??? ????. ??? ??? name (??? ???)? ????? ????? ?? ???? ?? ? 500 ?? ??? ?? ??? ?? ? ????? ?????.
?? ?? MongoDB ???? ?????? Btree ??? ??? ???? Btreecursor? ?? ?????. Btreecursor? ?? ??? ???? ??? ?? ??? ???? ? ? ??? ???? ??? ??? ????.
?? ??? ???? ?? ??? ???? ???? ??? ??? ?????.
??? ??
??? ? ??? ??? ???? ??? ????. ??? ?? ?? ??? ??? ? ????. post_type ? post_likes ??? ?? ???? ?? ??? ??????.
? ??? inctive ()? ???? ?? ??? ?????.? ??? ??? BasicCursor? ???? 500 ?? ??? ?? ???? ??? ??? ?? ?? ?????.
<span>{ </span> <span>"_id": <span>ObjectId</span>("5146bb52d852470060001f4"), </span> <span>"comments": { </span> <span>"0": "This is the first comment", </span> <span>"1": "This is the second comment" </span> <span>}, </span> <span>"post_likes": 40, </span> <span>"post_tags": { </span> <span>"0": "MongoDB", </span> <span>"1": "Tutorial", </span> <span>"2": "Indexing" </span> <span>}, </span> <span>"post_text": "Hello Readers!! This is my post text", </span> <span>"post_type": "private", </span> <span>"user_name": "Mark Anthony" </span><span>}</span>
?? ??? ???? ?? ??? ?????.
??? ?? ??? ?? ?? ??? ?? ? ?? ??? ???? ??? ??? ?? ??? ?? ? ? ????? ????. ?? ??, ??? ??? {Field1, Field2, Field3}? ??? ?????. ? ??? ??? ???? ? ??? ? ????.?? 1
?? 1, Field2 Field1, Field2, Field3 ??? index {Field1, Field2, Field3}? ??? ?? ??? {Field1} ? {Field1, Field2} ???? ?? ? ??? ????. ??? Field2 ? Field2, Field3? ???? ??? ??? ???? ??? ?? Optimizer? ??? ???? ???? ??? Hint ()? ??? ? ????. hint () ???? ???? MongoDB? ?? ?? ? ?? ??? ????? ???? ????? ???? ????? ?? ? ? ????. ??? ?? ???? ?? ? ?? ??? ??? ??? ? ????.
?? ?? ??? post_type ? post_likes ??? ?? ? ??? ??? ?????.
?? ? ??? ?? ???? ???? ???? ?? ? ????????. ??? ??? ??? ?? ??????. Post_tags? ?? ? ???? ?? ? ? ????. ?? ? ???? ??? ? ??? ??? ???? ?? post_tags ?? ?? ??? ???? ?????. ?. - ??? ??? ???? ? ?? ????? ?? ?? ???? ????? ?? ????? ???????.
?? ??? ?? ??? ?? ??? ??? ?? ? ??? ???? ?? ? ??? ?? ? ? ??? ??? ????. ??? Field1? ????, [Field2, Field3]? ??? ??? ? ??? ????? ??? {Field2, Field3}? ?? ? ? ????. ?? ???? Post_tags ? User_Name ??? ?? ??? ????.
?? ?? ?? ? ?? ?? ?? ???, ?? ??? (? : $ ne, $ not ?), ?? ??? (? : $ mod ?), $ where? JavaScript ???? ???? ???? ???? ??? ? ??? ?? ?? ?? ?????. ?? ? ?? ??. ??? ???? ?? ??? ?????. ? ???? ??? ????? ??? ???? ? ??, ???? ? ???? ?? ?? ??? ?????. ? ???? ?? ?? ??? ???????. ???? ??? ???? ?????? ??? ?? ????? ???? ?? ? ????. MongoDB? RAM? ??? ?????. ? ?? ??? RAM ??? ???? ???????. ???? ?? ???? RAM?? ????? ??? ?????. ?? ???? ?? 64 ?? ???? ?? ? ????. ?? ?? ?????. ????, ??? ??? ???? ??? ?? ???? ?? ????? ?? ?????. ?? ????? ???? ??, ?? ?? ? ??? ???? ???? ?? ?? ???. ?? ???! Fotolia? ?? ???
MongoDB Indexing ?????? ???? MongoDB ???? ???? ?????? MongoDB ???? ??? ?????? MongoDB? ??? ??? ???? ??????
MongoDB? ??? ??? ??? ?? ??? ???? ?????. ??? ??. ???? ?? ??, ???, ?? ?, ???, 2D ? 2dsphere ???? ?????. ? ??? ???? ?? ??? ???? ?? ??? ??? ?????. ?? ??, ?? ?? ? ??? ??? ?? ?? ?? ?? ??? ??? ?????. ?? ? ???? ??? ???? ??? ???? ??? ??? ?????.
mongodb?? ???? ??? ??createIndex () ???? ???? mongodb?? ???? ?? ? ????. . ? ??? ???? ?? ???? ?? ?? ??? ???? ???? ????. ? ???? ?? ?? ?? ???? ?? ??? ??? ??? ?? ??? ? ?? ??? ?????.
MongoDB?? ?? ???? ?? ? ? ????? MongoDB? ??. ??? ???? ?? ??? ?? ???? ??? ???, ?? ??? ?? ? ???? ????? ?? ???????. ??? ?? ?? ? ???? ???? ???? ??? ?? ?????.mongodb?? ??? ?? ? ??? ???? ??? ??????
MongoDB? ?? ????? ?? ??? ?? ?????. ?? ??? ?? ????? ???? ??? ?????? ?? ?????. ??, ???? ?? ??? ??? ??? ? MongoDB? ?? ???? ??? ?? ?? ?? ? ?? ??? ?????? ?? ??????.
MongoDB? ???? ??? ??? ??? ? ?????getIndexes () ???? ???? MongoDB? ???? ??? ??? ? ????. ? ???? ????? ?? ? _id ???? ???? ???? ?? ??? ??? ?????.
Mongodb?? ???? ??? ? ??????, ???? ??? ? ????. dropIndex () ???? ??? mongodb. ? ???? ????? ??? ??? ?????.
MongoDB? ??? ???? ??????MongoDB? ?? ??? ?? ???? ??? ?????? - basiccursor .
? ??? PHP ??? | MongoDB ???, 1 ?? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











TOSECURELYHANDLEAUSTENCENDACTIONANDACTERIZINGINPHP, FORCUCTSESTEPS : 1. ALWAYSHASHPASSWORTHPASSWORD_HASH () ? VERVERIFYUSINGPANSWORD_VERIFY (), usePREPAREDSTATEMENTSTOPREVENTSQLINGERGED, andSTOREUSERSESSEATAIN $ _SESSIONSAFTERLOGIN.2.impleplempletrole ?? ACCESSC

tostaycurrentwithphpdevelopments ? bestpractices, followkeynewssources lifephp.netandphpweekly, adgytwithcommunitiesonforumsandconferences, readlingupdated andgrad indewfeatures, andreadorcontributetoopensourceproceprosts.first

phpbecamepupularforwebdevelopmentduetoiteofleneflening, whithhtml, wididepreadhostingsupport, andalargeecosystemincludingframeworkslikelaravelandcmsplatformsformslikewordpress.itexcelsinhandlingformsubmissions, managingussess, interptisussivers, ?? ???

TOSETTHERIGHTTIMEZONEINPHP, usedate_default_timezone_set () functionattStartOfyourscriptwitHavalidInlifiersuchas'America/new_york'.1.edate_default_timezone_set () beforeanydate/timeFunctions.2

PHP ?? ??? ?? ???? ????. ??? ?? ?????. 1. Windows ???? XAMPP? ???? ???? ????? ???? ???? XAMPP? ?????? ???? PHP ?? ??? ????? ?? ??? PHP? ?? ? ? ????. 2. MACOS ???? ???? ?? PHP? ???? ?? ??? ???? Apache ??? ???? ?? ? ? ????. 3. Linux ??? (Ubuntu/Debian)? APT ??? ???? ???? ??? ?????? PHP ? Common Extensions? ???? ??? ??? ???? ??? ????? ??? ? ????.

TovalidateUserInputInphp, useBuilt-invalidationFunctions likefilter_var () ? filter_input (), applyRegulArexPessionSforCustomFormatsSuchasUsUserPhonEnumbers, CheckDatatypesFornumericValuesLikeAgeArPrice, setLtrimtsAnspacetReopeTopeTopeTopePeTopePeTopePeTopeTopeTopeTlyout

PHP?? ??? ??? ????? ?? Session_Start ()? ???? ??? ??? ?? Session_Destroy ()? ???? ?? ?? ???? ???????. 1. ?? ?? _start ()? ???? ??? ?????? ??????. 2. ?? ?? ?? ???? ???? Session_Destroy ()? ?????. 3. ?? ????? ?? : ?? ??? ????? ???? $ _session ??; 4. ???, ???? ?? ??? ???? ???? ?? ??? ??????. 5. ????? ?? ? ???? ?????? ???? ???? ?? ??? ?? ????? ??? ??? ?? ???????. ????? ???? ?? ??? ??? ?? ???? ??? ?? ? ? ????.

???? ???? ?? PHP ??? ???? ??? ??, ???? ??? ?? ??? ?? ??? ????. ??? ??? ???? ? ?????. 1. $ userData ? calculateToTalPrice ()? ?? ??? ??, ?? ? ??? ??? ??????. 2. PSR-12 ?? ?? ?? ???? ?????. 3. ??? ?? ?? ??? ???? MVC ?? Laravel ??? ????? ???? ??????. 4. ?? ??? ??? ??? ?? ???? ??? ?? ???? ????. 5. ? ???? ??? ???? ????? ??? ???? ?? ??, ?? ? ? ??? ??????. 6. ??? ??? ??, ??? ?? ??, ??? ?? ? ?? ??? ????. ??? ??? ?? ??, ?? ??? ? ?? ?? ? ???? ??????.
