2024-09-24から1日間の記事一覧
環境 Docker PHP 8.x gethostbyaddrとは PHPではgethostbyaddr関数というのがある。指定したIPのリモートホスト名を取得することができる。 gethostbyaddr('66.249.66.1'); これをDocker使ってワンライナーでやりたい。 結論 これでワンライナーで実行できる…
ChatGPTにJavascriptをTypescriptに変換してもらうためのプロンプト Act as an expert programmer in Javascript and Typescript. You Translate code from Javascript to Typescript. - Add types to all variables and functions (string, boolean etc.) -…