PHP ?? AI ??? ?? ?? PHP ??? ??? ?? ???
Jul 25, 2025 pm 05:42 PMAI ??? ?? ??? PHP ??????? ???? ?? ????? ??? ???, ?? ???, JSON ?? ?? ? ?? ?? ? ??????? ?? ??? ???? ?? AI ??? ??? API? ???? ????. 2. ?? ??? ??? ???? ?? ????? ??? ?? ?? ?? ??? ?? ? ?? ??? ????? "Dead Data"?? "Live Data"? ??? ???? ??? ? ????. 3. AI ???? ??? ?? ??? ??, ???, ??, ?? ???, ?? ?? ? ??? ?? ??? ???? ??? ? ??? ?????. Google Cloud Vision? ?? ?? ???? ???? ?? ????. 4. ???? ???? ???? ?? ??, ?? ??, ?? ??, ??? ?? ??, ?? ??, ??? ?? ?? ?? ? AI ?? ??? ??? ????, ?? ???? ????? ???? ??? ???? ?? ????? ???????.
AI? ??? ?? ??? PHP ?? ????? ???? PHP ????? ??? "??"?? ?? ???? ?? ???? ??? ? ????. ??? ?? ?? ??? ?? ??? ??? ???? ???? ????? ??? ???? ????? ??? ??? ???? ???? ?? ? ????? ??? ???? ??? ??? ?????. ???, ??? ???? "?? ??"????? ?? ????, ??? ??? ?? ?????.

???
PHP ?? AI ??? ??? ?? ? ?? ???? ????? ?? ????? ??? ?? AI ??? ???? ???? ????. PHP ??? ??? ??? ? ?? ??? ?? ???? ????. AI ??? ?? ??? API? ??? ???? ?? ? ?? ?? ? ?? ??? ???? ???? "??????"? ??? ?????.
? ??? ????? ??? ????.

- ??? ??? ? ?? : PHP ?? ????? ?? ???? ??? ? ??? ????? ???? ?? (? : CDN, ?? ????)?? ??? ??????. ??? ??? ?? ???? ????? Base64 ??? ???? ????? ?? ??? URL? ?? ?????.
- AI Vision Services ?? : Google Cloud Vision AI, AWS Rekognition, Azure Computer Vision ? Baidu AI Open Platform, Tencent Cloud AI ?? ?? ?? ??? AI ?? ???? ????. ?? ??, ?? ? ?? ??? ??? ???? ?. ? ???? ?? ??, ?? ??, ??? ?? (OCR), ??? ??, ??? ??? ?? ?? ??? ??? ??? ?? ??? ?????.
- PHP? API? ?? ?????.
- SDK ?? : ?? ???? ??? ??? ?? ??? ????? ?? ? PHP SDK? ???? ????. ? SDK? ??? API ?? ?? ??? ????? ??, ?? ??, ??? ?? ? ?? ??? ??? ?? ?? ? ? ????. ?? ?? Google Cloud Vision?? ?? PHP ????? ?????? ????.
- REST API? ?? ??????. ??? SDK? ??? ?? ??? ???? ?? PHP?
curl
?? ?? HTTP ????? ?????? ???? Guzzle? ?? HTTP ?? (????? ?? ??)? AI ???? ??? API? ?? ??? ?? ??? ??? ???? ???? ?? ????? ???? ? ????.
- ?? ? ???? ?? : AI ???? ??? ?? ? ??, ?? ??, ?? ?? ? ?? ??? ???? JSON ?? ??? ?????. PHP ???? JSON? ?? ???? ??? ??? ?? (? :
labels
???description
??)? ??? ?? ?? ???? ?? ??? ID? ??????? ???????. ?? ??? ????? ?? ??? ??? ??? ????.
??? PHP ?? ? ?? (AI ???? ????? ?? ? ? guzzle? ?? ?? guzze? ??) :
<? php // ???? ?? guzzlehttp/guzzle? ????? ????? // guzzlehttp \ client; // ?? ?????? API ?? ?? ?? ?? ?? ???? ??????. // $ apikey = 'your_ai_service_api_key'; // $ apiurl = 'your_ai_service_api_endpoint'; // ??? ?? ??? ?????. // $ imagePath = '/path/to/your/image.jpg'; // $ imageata = base64_encode (file_get_contents ($ imagePath)); // $ client = new Client (); // ???? { // $ response = $ client-> post ($ apiurl, [ // 'json'=> [ // 'requests'=> [ // [ // 'image'=> [ 'content'=> $ imagedata], // 'feature'=> [ // [ 'type'=> 'label_detection'], // ?? ?? ?? // // face_detection, text_detection ?? ?? ?? ??? ??? ?? ????. //], //], //], //], // '??'=> [ // '??'=> 'bearer'. $ apikey, // ?? ?? ?? ?? // 'content-type'=> 'application/json', //], //]); // $ result = json_decode ($ response-> getbody ()-> getContents (), true); // // ??? ?? ???? ???? ?????? // // if (isset ($ result [ 'responses'] [0] [ 'labelAnnotations']) { // // foreach ($ result [ 'responses'] [0] [ 'labelAnnotations'] as $ label) { // // echo "?? :". $ label [ 'description']. "(?? :". ??? ($ label [ 'score'] * 100). "%) <br>"; // // // ???? ??? ??????? ??? ? ???? // //} // //} //} catch (guzzlehttp \ exception \ requestException $ e) { // // ?? ?? API ?? // // echo "API ?? ?? :". $ e-> getMessage (); // // if ($ e-> hasResponse ()) { // // echo "?? :". $ e-> getResponse ()-> getBody ()-> getContents (); // //} //} ?>
? ??? ?? ?????. ??? ?? ? ? ??? AI ???? ?? API ??? ???? ?? ? ?? ?? ??? ???????.

? PHP ????? ?? ?? ??? ??? ??? ??????
? ??? "???? ??? ?"?? ???? ?? ??? ??? ?? ??? ???? ????? ??? ???? ? ?? ?????.
??, ???? ???? . ?? ?? ?? ??? ?? ???? ?? ??? ???? ??? ???????. ?? ?? ??? ??? ???? ?? ???? ?? ? ???. ???? ?? ?? ??? ???? ???? ?? ??? ?????. ??? ??? ????? ??? ??? ???? ????. AI? ?? ???? ????? ???? ? ? ?? ? ?? ???? ??? ?? ???? ? ????.
??, ???? ?? ???? ?? ?????? . ??? "Cat", "Sunset", "Eiffel Tower", "Conference Room"?? ???? ???? ???? ???? ???? ?? ? ? ????. ?? ???, ??? ?? ??? (CMS) ? ?? ??? ?? ????? ?????. ? ?? ???? ?? ??? IMG_20230415_102430.jpg
?? ??? ??? ??? "Seaside Vacation"? ?? ?? ? ? ??? ?? ??? ????. ??? ???? ?? ??? ??? ??? ??? ???? "???"? ????.
?? ??? ?? ? ?? ??? ???????? . ??? ???? ??? ??? ? ????? ? ?????. ??? ???? ???? ?? ??? ?? ? ????. ?? ??, ???? "??? ??"? ??? ?? ???? ? ?? "???"?? ?? ?? ???? ?? ? ? ????. ??? ?? ???? ??? ??? ???? ?? ???? ???? ? ????. ??? ????? AI? ??? ? ?? ??? ???? ? ????? ?? ??? ??? ?? ? ? ????.
??, ?? ?? ??? "??"???? "???"???? ???? PHP ?? ????? "usable"?? "easy"?? "???"?? ????? ? ? ????? ????.
PHP ?? ????? ? ????? ?? AI ?? ???? ????????
??? AI ??? ???? ???? ?? ?? ???? ??? ???? ?? ?????. ???? "??"? ??? "?? ??"? ????.
?? ?? ???? ?? ? ??? ??? ????.
- Google Cloud Vision AI : ??? ?? ???? ??, ??, ??? ?? (OCR), ?? ?? ? ??? ???? ??? ? ??? ?? ?? ??????. "?? ????"? ???? ?? ??? ?? ?? ??? ?? ?? Google ??? ????? ?? ??????. ??? ??? ?? ????. ??? ??? ????? ?? ? ????.
- AWS Rekognition : AWS ??? ?? ?? ???????. ?? ?? AWS ??? (? : S3 Storage, Lambda Functions)? ???? ??? Rekognition Integration? ?? ?? ????. ?? ?? ?? ? ??? ??? ??? ?? ? ??? ????. ?? ???? AWS? ??????? ??? ?? ?? ??? ?????.
- Azure Computer Vision : Microsoft? ???? ???, Microsoft? ?? ?? ??? ??? ?????? ?? ??? ? ?? ? ????. ??? ??, ??? ???? ?? ???? ?? ? ???? ????.
- ?? ??? (? : Baidu AI Open Platform, Tencent Cloud AI, Alibaba Cloud Vision Intelligence? ??) : ?? ??? ??? ??? ??? ??? ????? ?? ?? ?? ?? ????? ?? ?? ???? ???? ? ?? ??? ????. ??? API? ????? ????? ? ??? ?? ?????? ?? ???? ?? ? ????. ?????, ??? ?? ????? ?? ??? ?? ??? ????.
??? ?? ?? ?? ??? ?? ?? ?????.
- ??? ?? ?? ?? : ??? ??? ?????? ?? ???? ????? ??? ?? ??, ?? ??, ??? ?? ? ??? ??? ?????? ?? ?? ??? ???? ? ???? ??? ??????.
- ???? ?? : ??? ?? ?????. ?? ???? ?? ??? ????? ?? ??? ?? ??? ??? ???? ?? ?? ????. ?? ???? ?? ??? ???? ? ? ?????.
- ?? ?? ?? : ???? ???? ?? ?? ?? ? ??? ???? ?????. ?? ??? ??? ?? ? ?? ? ??? ??? ???????. ?? ????? ?? ???? ???? ?? ??? ? ????.
- ?? ??? ? ?? : SDK? ??? ?, ??? ??? ?, ?? ?? ??? ?? ???? ?? ??? ???? ??.
- ?? ? ?? ?? : ??? ?? ??? ??? ?? ??? API ??? ?? ??? ??? ????. ?? ??? ?? ?? ????? ?? ??? ??? ??? ?? ??? ???? ?? ?????.
- ??? ?? ?? ?? ? ?? : ???? ??? ?? ?? ?? ??? ??? ?? ? ?? ??? ?? ??? ??? ?? ??, ???? ?? ? ?? ?? (? : GDPR) ??? ???????.
?? ??? ?? ? ?? ??? ???? ???? ?? ??? ???? ??? Google Vision? ?? ? ?? ??? ? ???? ??? ???? ????? ???? ??? ? ??? ????. ????? ???? ???? ???? ????? ????? ?? ?? ???? ?? ????? ??????.
PHP?? AI ??? ??? ?????? ???? ??? ?? ??? ??????
AI? "?"? PHP ????? ???? ?? ??? ???? ?? ????? ??? ??? ????? ?? ????? ???? ???? ???? ?? ??? ?? ?????? ???? ? ?? ????.
??, ???? ?? ? API ?? ?? ??? ?? ??? ?????. AI ???? ????? ?? ???? ???? PHP? ????? ???? ?? ? API ??? ?????. ????? ??? ??? ??? ??? ?? ??? AI ???? ??? ???? ?? ?? ????? PHP ????? ??? ??? ? ????. ? ??? ???? ?? ?? ??? ???? ?? ? ?? ???? ??? ?? ?? ??? ????? ???? ??? ?? ?? ??????? ????.
??, API ?? ?? ? ??? ?????. ? ?? ??? ??? ?? ???? ??? ???? ???? ?? ???? ???? ? ????. ???? API ?? ?? ???? ????! ??? ?? ??? ?? ??, ?? ?? (??? ?? ?? ????? ????? ????) ?? ?? ? ?? ???? ???? ????. PHP ?? ????? ?? ? ? ??? ?? ???? ?? ????.
???? ?? ?? ? ?? ???? ??????. AI ???? ?? ?? ? JSON? ?? ??? ???? ???? ??? ?? ?? ????. ???? ??, ?? ??, ???? ?? ??? ??, ??? ?? ?? ??? ?? API? ?? ?? ?? ??? ?? ? ? ????. PHP ???? ??? ??? ?? ? ??? ??? try-catch
??? ????? ?? ???? ?? ?? ??? ?? ??? ???? ?? ?? ???? ???????.
??? ??? ??? ??? ???? ?????. ???? AI ????? ??? ? ??? (? : 20MB? ???? ??) ? ?? (JPEG, PNG ?)? ?? ?? ??? ????. PHP ????? ???? ????? ??? ???? API ?? ??? ???? ? ???? ??? ? ? ?? ??? ??? ???????. ??? ??? ???? "??? ?? ???"? ?? ??? ?????.
?? ?? ? ? ?????. AI ???? ????? ?? ? ?? ?? ? ??? ???? ?????. ?? ? ???? ??? ???? ??? ? ??? ?? ? ?? ??? ??? ?? ? ? ????. ????? ??? ?????. Batch Requests (API? ???? ??), ?? ?? ??? ?? (?? ?? ??), ?? ?????? ???? AI ??? ?????.
??? ??? ??? ???? ?? ??????. ?? ????? ?? ?? ???? ?? ???? ?? API? ????? API? ??? ???? PHP ????? ???? ???? ???? ?? ?? ??? ? ????. ? ?? ?? ??? ???? ???? ??? ? ? PHP? ??? ??? ??? ? (? : RabbitMQ, Kafka)? ?? ? ?? ??? ? ?? ??? ???? (Daemon/Worker)? ???? ???? AI ???? ???? ???? ??? ????? ????. ?? ?? ??? ?? ?? ?? ??? ???? ??? ??? ???? ? ????.
????? AI? 100% ???? ??? ?? ??????. AI? ????? ??? ????? ??? ???? ?? ??? ? ? ????. ?? ???? ??? ??? ????? ?? AI? ?? ??? ???? ????? ??? ?? ?? ???? ?? ??? ?? ????? ???? ?? ??? ???? ? ?? ????. ???, ??? ?? ?? (? : FASS)? ??? ???? ??? ?? ? ??? ? ?? ??? ?? ?? ?? ??? ???????.
? ??? PHP ?? AI ??? ?? ?? PHP ??? ??? ?? ???? ?? ?????. ??? ??? 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)

readOnlyPropertiesInphp8.2CanonlyBeassignedOnedOneDonceIntheConstructorAratDeclarationandCannotBemodififificificificifified

2025 ?? Stablecoin ??? ???? ? ?? ??? ??? ??? ????. 1. Binance, ???? ??? ? ??? ?? ?, ?? ??? ??? ?? ???? ? ??; 2. OUYI, ??? ?????? ??? ?? ??? ?? OUYI? Web3 ?? ? Defi? ? ?? ??? ?????. 3. CoinmarketCap, ?? ??? ??? StableCoin ??? ?? ?? ??? ??? ? ? ????. 4. ??? ? ??? ??? ?? Coingecko? ?? ?? ? ???? ?? ??? ???? ?? ??? ??? ????. 5. ?? ?? ??? ??? ???? ?? ??? ??? ? ????? Huobi (HTX); 6. Gate.io, ??? ??? ?? ??? ?? ?? ?????, ????? ???? ?????? ? ?? ?????. 7. TRA

BINANCE : ??, ??? ? ??, ??? ? ????? ? ??? ?? ??; 2. OKX : ??? ??, ???? ?? ? ??? ?? ??; 3. Gate.io : ??? ??, ???? ???, ??? ?? ?? ????; 4. Huobi : ?? ???, ?? ??? ? ??? ?? ??; 5. Kucoin : ???? ?? ??? ?????? ??? ?? ??? ????. 6. ??? : ?? ?? ??, ?? ??? ??? ?? ??? ?????. 7. Bitfinex : ?? ???, ??? API ? ??? ??? ?????. 8. ?? ??? : ??? ?? ??, ??? ????? ? ??? ??? ?? ?? ??.
![[2025 ??] ?? ?? ??? ?? ? ??,? 5? ?? ???? ????!](https://img.php.cn/upload/article/000/000/083/6888925c6d544409.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
2025 ?? ?? ???? Bitcoin Market ? 5 ?? ??? ????. 1. Binance? ?? ??? ?? ??? ?? ???? ?? ?? ?????? ?? ????? ?????. 2. OUYI (OKX), ??? ?? ?? ? ??? ? ??, ??? ?????? ? ?? ??; 3. ??? ??, ???? ??, ??? ??? ?? ?? ??? ? Huobi (HTX); 4. Gate.io (Sesame Open Door), ??? ?? ??? Altcoins? ?? ??? ?????? ??? ?????. 5. ????? ??? ??? ?? ??? ? CoinmarketCap? ?? ?? ???? ???? ???? ?? ?? ?? ??, ?? ?? ???? ?????.

?? ?? ????? Battle Royale? ?? ??? ?? ???? ?????. ?? 2023 ? 8 ?, Makerdao ?? ?? ???? ???? ?? $ DAI8%? ??? ?????. ?? ?? Sun Chi? ? 230,000 ??? Steth? ???? Spark? ??? 15% ??? ???? Makerdao? ???? 5%? ????? ?? ?????? ??????. Makerdao? ?? ??? $ DAI? ???? "???"?? ?? ??? ?? Justin Sun? ?? ?????????. 2025 ? 7 ?, Ethe

2025 ?? ?? ?? ???? ?? ??? ?? ?????. 1. Binance? ??? ??, K- ?? ??, NFT ?? ? Defi Staking ??? ?????. 2. OUYI? Web3 ??? "??"??? ???? Defi? NFT ?? ??? ? ?? ??? ?????. 3. Huobi? ??? ?? ??, NFT ?? ?? ? Defi Financial Products? ???? ????. 4. Gate.io?? ?? Defi ? NFT ????? ???? ? ??? "?? ? ??"? NFT ??? ?????. 5. ???? ??? ?? ??? ? CoinmarketCap, Ethereum, NFT ??? ? Defi ???? TVL? ????? ?????. 6. ??? ????? ? Coingecko? ???? ?? ???? ????

Binance App? USDT ? USDC? ?? Stablecoin? ?? ? ???? ? ??? ?? ??? ?????. ?? ?? ??? ?? ??? ?? ?? ?????. 2. OUYI ?? ??? ?? ??? ?? ??? ??? ??? ? ????? ??? ?? ?? ? ?? ??? ??? ?????. 3. Huobi (HTX) ?? ??? ??? ? ??? ??? C2C ??? ?? ??? ??? ??? ??? ?????. 4. Gate.io App?? ??? ??? ???? ??? ?? ? ?? ??? ?? ????? ???? ????? ?????. 5. CoinmarketCap? ? ?? ???? ?? ?? ??? ???? ??? ? ??? ? ??? ??? ???? ??? ??? ?????. 6. Coingecko? ??? ??? ? ?? ?? ??? ?? ?? ? ??? ???? ?????.

BINANCE : ?? ?? ?? ?? ????, ???? ??? ?????? ?? ??, ?? ? ???? ??? ???? ?? ???? ???; 2. OKX : ?? ??, ?? ?? ?? ? ? ?? ?? ??? ??, ????? ??? ??? ???? ??? ??? ??; 3. Gate.io : ?? ???, ?? ?? ??, ??? ?? ?? ? ?? ?? ?? ???; 4. Huobi : ??? ?? ?? ??, ???? ???, ?? ?? ? ?? ??? ??? ???? ?? ??? ??? ??; 5. Kucoin : ??? ????, ?? ??? ??? ???? ??? ??? ? ?? ?????; 6. Kraken : ???? ?? ??? ??? ?? ?? ?? ???? ??? ?? ???; 7. Bitfinex : ?? ?? ???, ?? ??
