sudo apt-get install build-essential libreadline-dev libssl-dev zlib1g-dev libxml2-dev libxslt-dev
sudo apt-get install git-core
A po instalacii nastavit GIT:
| <?php | |
| /** | |
| * Word Limiter | |
| * | |
| * Limits a string to X number of words. | |
| * | |
| * @param string | |
| * @param int | |
| * @param string the end character. Usually an ellipsis |