Do you phpbrew?
By Ian Mustafa.
phpbrew builds and installs multiple version php(s) in your $HOME directory.
Follow this guide. Make sure you've meet these requirements.
| <?php | |
| /* Maafkan kalo penamaan variabelnya berantakan 😁 | |
| Ini juga agak lambat karena kompleksitasnya, terutama | |
| di baris 61-95 (pembuatan gambar latar yang di-blur | |
| untuk mengisi ruang kosong / menghindari crop) | |
| */ | |
| function imageoptim($imagepath, $savename) { | |
| // Set imagepath default | |
| $imagepath = "upload/source/{$savename}"; |
By Ian Mustafa.
phpbrew builds and installs multiple version php(s) in your $HOME directory.
Follow this guide. Make sure you've meet these requirements.
Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.
Bisa diakses melalui Ctrl+Shift+P (atau ⌘+Shift+P di Mac).
{| <?php | |
| /** | |
| * CodeIgniter | |
| * | |
| * An open source application development framework for PHP | |
| * | |
| * This content is released under the MIT License (MIT) | |
| * | |
| * Copyright (c) 2014 - 2015, British Columbia Institute of Technology | |
| * |