A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 113

A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 280

A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::read($session_id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 145

A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::write($session_id, $session_data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 223

A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::destroy($session_id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 303

A PHP Error was encountered

Severity: 8192

Message: Return type of CI_Session_files_driver::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: drivers/Session_files_driver.php

Line Number: 344

Kişisel Yazılım Notları
Öneri ve Hata Raporu



Günün Sözü Sevemez kimse seni benim sevdiğim kadar
twitter takip facebook takip youtube takip

kategori PHP
okunma 4067 kez okundu yorum 0 yorum tarih 21 Haziran 2015

php

IP adresi kayıtlarını IP kontrolleri, IP yasaklama, hit sayma, oylama yapma vb. gibi nedenlerle tutmamız gerekebilir. Ancak veritabanında IP adresi tutmak çok güvenli bir yöntem deÄŸildir. Bu yüzden PHP'nin bize saÄŸladığı ip2long() ve

kategori PHP
okunma 3974 kez okundu yorum 0 yorum tarih 21 Haziran 2015

php

PHP'nin kullanımı çok basit fonksiyonlarından biridir. str_repeat() ile istediÄŸiniz string deÄŸerini istediÄŸiniz kadar tekrar ettirebilirsiniz. ÖrneÄŸin; "ba" kelimesini 2 kere yazdırıp "baba" kelimesini elde edebilirsiniz. 2 parametre ile kullanılır. Åžimdi kullanımına ve örneÄŸe

kategori PHP
okunma 3547 kez okundu yorum 0 yorum tarih 21 Haziran 2015

php

Çok sık kullanılmayan bir fonksiyon olan array_fill() ile dizileri istediÄŸimiz deÄŸerle istediÄŸimiz sayı kadar doldurabiliriz. ÖrneÄŸin; diziyi 5. indisten itibaren 3 kere yineleyip (yani 7. indise kadar) "Hakan" ile doldurabiliriz. 3 parametre ile kullanılır.

okunma 8854 kez okundu yorum 0 yorum tarih 21 Haziran 2015

html

Form kontollerinde sıkça kullanılan bir özellik olan maxlength ile karakter uzunluÄŸu sınırlaması yapabilmek mümkündür. Girilen deÄŸerler belirlenen maxlength sayısı kadar olabilir, fazlası yazılamaz. <input> ve <textarea> etiketleri ile birlikte kullanılır. Åžimdi hemen bir örnekle

okunma 4010 kez okundu yorum 0 yorum tarih 21 Haziran 2015

html

BilindiÄŸi üzere HTML'de <style> etiketi dosyanın veya kodların stil bilgilerini içerir. Bu sayede CSS kodlarını ister inline olarak istersek de <link> etiketi kullanarak dışarıdan yükleyip çalıştırabiliriz. <style> etiketinin type özelliÄŸi (MIME Type olarakta bilinir) çalıştırılacak kodun veya dosyanın

okunma 4064 kez okundu yorum 0 yorum tarih 21 Haziran 2015

html

BilindiÄŸi üzere HTML'de <script> etiketi kullanıcı taraflı (client-side) çalışmakta. Bu sayede Javascript kodlarını ister inline olarak istersek de src özelliÄŸi sayesinde dışarıdan yükleyip çalıştırabiliriz. Elbette sadece Javascript kodları deÄŸil diÄŸer tipteki kodlar veya