PHP 클래스 Basho\Tests\EncodedDataTest

상속: extends TestCase
파일 보기 프로젝트 열기: basho/riak-php-client

공개 메소드들

메소드 설명
testBase64EncodedData ( ) Test storing and fetching an image represented in base64 encoding
testBinaryData ( ) Test storing and fetching a Binary image
testNoEncoding ( ) Test storing and fetching an image as a base64 embedded HTML img tag so it can be accessed via the browser

메소드 상세

testBase64EncodedData() 공개 메소드

Test storing and fetching an image represented in base64 encoding

testBinaryData() 공개 메소드

Test storing and fetching a Binary image
public testBinaryData ( )

testNoEncoding() 공개 메소드

Test storing and fetching an image as a base64 embedded HTML img tag so it can be accessed via the browser
public testNoEncoding ( )