CreateImage
Tags
Table of Contents
- create() : string
- Add an image to a resource
- getClient() : Client
Methods
create()
Add an image to a resource
public
create(string $filename) : string
Parameters
- $filename : string
-
Any path that can be opened using fopen
Tags
Return values
string —The url to the stored image
getClient()
public
abstract getClient() : Client