public function TinyPngInterface::saveTo in TinyPNG 8
Save result to file.
Parameters
string $uri: Destination URI.
Return value
bool|int Size of new file.
1 method overrides TinyPngInterface::saveTo()
- TinyPng::saveTo in src/
TinyPng.php - Save result to file.
File
- src/
TinyPngInterface.php, line 56
Class
- TinyPngInterface
- Interface TinyPngInterface.
Namespace
Drupal\tinypngCode
public function saveTo($uri);