We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6040e commit 60d2746Copy full SHA for 60d2746
php/example.php
@@ -28,4 +28,4 @@
28
29
// purchasing and downloading a file
30
$dl_data = $api->getMedia(35957426, 'XS');
31
-$api->downloadMedia($dl_data['url'], '/tmp/' + $dl_data['name']);
+$api->downloadMedia($dl_data['url'], '/tmp/' . $dl_data['name']);
0 commit comments