PHP code example of eislambey / ekler
1. Go to this page and download the library: Download eislambey/ekler library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
eislambey / ekler example snippets
$ek = new Ekler('Emre');
// opsiyonel olarak iki değer alır. (string)isim ve (boolean)tırnak.
// otomatik tırnak eklenmesini istemiyorşuradasanız false olarak girmelisiniz
echo $ek->belirtme(); // Emre'yi
echo $ek->isim("Sena")->yonelme(); // Sena'ya
echo $ek->aitlik(); // Sena'nın
echo $ek->isim('Ufuk', false)->ayrilma(); // Ufuktan