分類: php

php

在linux上用curl上傳檔案到伺服器

curl -X POST -F “file=@./download.pdf” http […]

Be the First to comment. Read More
php

php使用mqtt client 發布跟訂閱

chatgpt寫MQTT

基本上Mqtt的 SERVER(Broker)建議不要用php來稿,實在太吃力不討好了。 直接用Mosquit […]

Be the First to comment. Read More
php

php MJPEG串流轉出

這是一個為了防止cross-site問題搞得程式碼,把別人的mjpeg串流重新擷取再送一次,這樣就變成自己伺服 […]

Be the First to comment. Read More
php

[php]將HEX 轉成32bit的float (IEEE-754規範)

將十六進製字符串轉換為 32 位 IEEE 754 浮點數。這個函數比下面的十六進製到 32 位函數快 2 倍 […]

Be the First to comment. Read More
php

PHP 線上OCR

為了程式能自動的辨識輸入驗證碼,查詢到一個線上可以辨識驗證碼的網站 其實線上能辨識OCR的網站有很多,像是go […]

Be the First to comment. Read More