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.
あなたが投稿したように、PHPの関数は呼び出されbase64_encode()ません。base_64_encode()その方法は機能するはずであり、推奨されます。実際に正しい関数名を使用している場合、失敗しているのはどうですか?
base64_encode()
base_64_encode()