API ?? ?? ?? ?? : ?? ? ?? ??
???? API ?? ??? ???? ??? ??? ? ?? ????? ???? ? ?????. ???? HTTP ?? ??? ??? ???? ??? ?? ???? ???? ??? ??? ?????. ?? ? ?? ??? ??? ? API ?? ??? ?? ?? ??? ?? ?????.
API ???? ?? ???? ???? ? ?? ???? ??? ??????
API ???? ?? ???? ?? ? ? ??? ???? ???? ???????. ?? ??? ??? ?? ?? ??? ??? ????.
-
JSON ?? : JSON? ???? ??? ????? ?? ?? ?????. ???? JSON ?? ??? ??? ????.
<code class="json">{ "error": { "code": "400", "message": "Invalid request parameters", "details": "The 'username' field is required." } }</code>
? ???? ????? ?? ??, ??? ?? ??? ??? ? ???? ??? ???? ???? ? ????? ?? ?? ??? ???? ????.
- ??? ? ?? :
code
,message
?details
? ?? ??? ? ??? ???? ??? ?? ??? ?? ???? ?????. ?? ?? ???? ??? ???? ???? ?? ? ? ??????. -
??? : ?? ??? ??????
language
??? ?????? ??? ??? ? ?? ???? ?? ? ? ????.<code class="json">{ "error": { "code": "400", "message": "Invalid request parameters", "details": "The 'username' field is required.", "language": "en" } }</code>
-
?? ?? :
validation
,authentication
,authorization
?server
? ?? ???? ??? ???? ? ?? ????? ?????.<code class="json">{ "error": { "code": "401", "type": "authentication", "message": "Unauthorized access", "details": "Invalid credentials provided." } }</code>
-
?? ??? : ?? ???? ???? ?? ? ??? ???? ??? ? ? ????.
<code class="json">{ "error": { "code": "500", "message": "Internal server error", "details": "An unexpected error occurred.", "timestamp": "2023-10-01T12:34:56Z" } }</code>
? ??? ??? API ?? ???? ???? ???? ????? ?????? ??? ? ????.
API? ?? ?? ??? ????? ??? ?? HTTP ?? ??? ????????
HTTP ?? ??? API ??? ??? ???? ? ??????. ??? ?? ?? ??? ???? ? ?? ?? ??? ???? ?????.
-
4xx ????? ?? ?? :
- 400 ??? ?? : OLLFORMED ?? ?? ?? ??? ?? ??? ???? ?? ????? ??? ?? ??? ??? ?? ? ??? ?? ?????.
- 401 ?? : ?? ???? ?? ??? ?? ?? ??? ?? ??? ??? ???? ?? ?? ?????.
- 403 ?? : ??? ??? ????? ??? ?????.
- 404 ?? : ??? ?? ? ???? ?? ? ????.
- 405 ???? ?? : ?? ?????? ???? Origin ??? ?? ??? ??? ?? ????? ???? ??? ?????.
- 409 ?? : ?? ???? ?? ??? ?? ??? ??? ?? ??? ?? ? ? ????? ?????.
- 422 ?? ???? ??? : ??? ?? ???? ?? ??? ???? ?? ???? ??? ???? ? ?? ? ??? ?? ? ? ???????.
-
5xx ?? ?? ?? :
- 500 ?? ?? ?? : ??? ?? ??? ???? ? ???? ? ?? ???? ???? ???? ?? ?? ?? ???.
- 502 BAD GATEWAY : ??? ????? ?? ??? ?????? ??? ????? ?? ? ? ??? ? ???? ????? ??? ??? ?????.
- 503 ???? ??? ? ?? : ??? ?? ?? ??? ?? ??? ?? ??? ?? ??? ?? ? ? ??????.
- 504 ????? ?? ?? : ??? ????? ? ??? ????? ?? ??? ???? ?? ??? ???? ???? ????? ??? ????? ?????.
??? ?? ??? ???? ???? ??? ??????? ?? ??? ??? ???? ???? ????? ????? ???? ??? ? ??? ?????.
??? API ?? ????? ??? ?? ??? ???? ?? ?? ??? ??? ? ?????
??? ? ?? ??? ??? ? API? ???? ? ??? API ?? ????? ??? ?? ??? ???? ?? ?????. ????? ?????? ? ?? ?????.
- ?? ??? ?? ?? : ?? ?? ????? ??? ??? ?? ??? ?? ?? ????? ?????. ?? ?? ??? ???? ????? ???? ???? ?? ???? ??? ???? ?? ? ? ????.
-
?? ?? ???? : ????? ???? ??? ???? ?? ?????. ?? ??, express??? node.js?? ?? ?? ????? ?? ? ????.
<code class="javascript">app.use((err, req, res, next) => { const statusCode = err.statusCode || 500; res.status(statusCode).json({ error: { code: statusCode.toString(), message: err.message || 'An error occurred', details: err.details || '' } }); });</code>
-
?? ??? : ??? ??? ??? ?? ??? ?? ?? ???? ?????. ????? ??? ???? ? ????? ? ?? ??? ???? ????????.
<code class="javascript">class ValidationError extends Error { constructor(message, details) { super(message); this.name = 'ValidationError'; this.details = details; this.statusCode = 400; } }</code>
- ?? : ?? ?? ?? ? ?? ?? ??? ??? ???? ?? ?? ??? ???? ???? ??? ? ??? ?????. ?? ?? ???? ?? ????? ??? ???? ??? ??? ? ????.
- ??? : ??? ???? ???? ?? ??? ?? ?? ????? ???? ????????. ??? ? ???? ???? ??? ?? ??? ??? ?? ??? ????? ??????.
- ?? : ??? ?????? ??? ?? ???? ??????. ?? ?? ?? ? ??? ??? ???? ???? ? ??? ? ? ????.
- ?? ?? : ????? ?? ??? ???? ?? ???? ?? ? ?? ?? ??? ???????. ??? ???? ???? ?? ??? ?? ? ??????.
??? ??? ???? API? ?? ?? ????? ???? ??? ??? ?? ?? ??? ?? ? ? ????.
? ??? API ?? ?? ?? ?? : ?? ? ?? ??.? ?? ?????. ??? ??? 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)

PHP ?? ??? ?? ???? ?? ? ????? ??? ?????. 1. ?? ??? ??? ??? ??? ? ? ??? ??? ??? ?? ?? ??? ???? ???????. 2. ?? ??? ???? ???? ? ?? ????? ?? ?? ?? ??? ?????. 3. $ _get ? $ _post? ?? Hyperglobal ??? ?? ???? ?? ??? ? ??? ??? ??????? ???????. 4. ?? ?? ?? ???? ?? ?? ?? ??? ?????? ?? ??? ??? ?? ??? ???????. ??? ??? ????? ??? ??? ?? ???? ????? ? ??? ? ? ????.

PHP ?? ???? ???? ????? ?? ? ??? ???? ?? ?? ? ??? ???? ?? ??? ?????? ??? ??? ? ? ???????. 1. ??? ?? CSRF? ???? ?? ??? ??? ???? ?????? ??? ???? FINFO_FILE? ?? ?? MIME ??? ?????. 2. ??? ??? ??? ???? ??? ?? ??? ?? ? WEB ????? ??? ???? ??????. 3. PHP ?? ??? ?? ? ?? ???? NGINX/APACHE? ??? ????? ?? ???? ?????. 4. GD ?????? ??? ? ?? ???? ??? ?? ??? ?? ????.

PHP ?? ???? ? ?? ???? ??? ????. 1. // ?? #? ???? ? ?? ??? ???? // ???? ?? ????. 2. ?? /.../ ?? ?? ?? ??? ????? ?? ? ?? ??? ?? ? ? ????. 3. ?? ?? ?? / if () {} /? ?? ?? ??? ????? ??? ?? ?? ?? ??? ???? ????? ???? ??? ?? ???? ???? ??? ? ??? ??????.

Ageneratorinphpisamemory- ???? Way-Erate-Overgedatasetsetsbaluesoneatimeatimeatimeatimallatonce.1.generatorsuseTheyieldKeywordTocroadtOpvaluesondemand, RetingMemoryUsage.2

PHP ??? ???? ??? ??? ??? ????? ????. ??? ????? ?? ???? ??? "?? ? ?"??? "?"? ???????. 1. ??? ? ??? ??? DocBlock (/*/)? ?? ?? ??? ???? ??? ? ?? ???? ??????. 2. JS ??? ???? ?? ???? ??? ?? ??? ??? ?????. 3. ??? ?? ?? ?? ??? ???? ????? ????? ???? ?? ????? ???? ? ??????. 4. Todo ? Fixme? ????? ???? ? ? ??? ??? ???? ?? ?? ? ??? ???????. ??? ???? ?? ??? ??? ?? ?? ?? ???? ???? ? ????.

tolearnpheffectical, startBysetTupaloCalserErverEnmentUsingToolslikexamppandacodeeditor -likevscode.1) installxamppforapache, mysql, andphp.2) useacodeeditorforsyntaxsupport.3)) 3) testimplephpfile.next, withpluclucincludechlucincluclucludechluclucled

PHP??? ???? ??? ?? ?? ????? ???? ??? ?? ??? ??? ?? ? ??? ??? ???? ?????. ???? 0?? ???? ?? ??? ???? ? ?? ???? ?? ?? ? ? ????. MB_SUBSTR? ?? ??? ??? ???????. ? : $ str = "hello"; echo $ str [0]; ?? H; ??? MB_SUBSTR ($ str, 1,1)? ?? ??? ??? ??? ??????. ?? ???????? ???? ??? ???? ?? ???? ?? ?? ???? ?????? ??? ????? ?? ??? ?? ??? ???? ???? ?? ????.

toinstallphpquickly, usexampponwindowsorhomebrewonmacos.1. ??, downloadandinstallxAmpp, selectComponents, startApache ? placefilesinhtdocs.2
