Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のサーバーに webp イメージが存在するかどうかを確認したいsmarty。はこんな感じURLで絶対です。URL
smarty
URL
私は試した
{if file_exists("https://example.com/image.webp")} {/if}
と
{if 'https://example.com/image.webp'} {/if}
しかし、どれも機能していません。誰でもこれを行う方法を教えてもらえますか?