プレーンテキストを取り、必要に応じて URL をリンクに、画像の URL を画像タグに、ビデオの URL を埋め込みビデオに変換できる PHP 関数を誰かが知っているかどうか疑問に思っていました。
例えば
www.mywebsite.com は私のサイトの名前で、これはロゴです www.mywebsite.com/logo.jpg https://www.youtube.com/watch?v=loab4A_SqoQにビデオがあります
結果として
<a href=“www.mywebsite.com”>www.mywebsite.com</a> is the name of my site and this is the logo <img src=“www.mywebsite.com/logo.jpg” /> I have a video at <iframe width="560" height="315" src="https://www.youtube.com/embed/loab4A_SqoQ" frameborder="0" allowfullscreen></iframe>