(PHP 4, PHP 5, PHP 7)
base64_decode — ��ʹ�� MIME base64 ��������ݽ��н���
$data
[, bool $strict
= false
] ) : string
�� base64 ����� data
���н��롣
data
����������ݡ�
strict
������ strict
Ϊ TRUE
ʱ��һ����������ݳ����� base64 ��ĸ�������� FALSE
��
����ᾲĬ������Ч���ַ���
����ԭʼ���ݣ� ������ʧ��ʱ���� FALSE
�����ص����ݿ����Ƕ����Ƶġ�
�汾 | ˵�� |
---|---|
5.2.0 | ������ strict �� |
Example #1 base64_decode() ʾ��
<?php
$str = 'VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==';
echo base64_decode($str);
?>
�������̻������
This is an encoded string