Örnekler Dizini
Kılavuzdaki tüm örneklerin bir listesi
- Example#0 - - Başlangıç olarak bir örnek
- Example#1 - - İlk PHP betiğimiz: merhaba.php
- Example#2 - - PHP ile sistem bilgisine ulaşmak
- Example#3 - - Bir değişkeni (dizi öğesini) yazdırmak
- Example#4 - - Denetim yapılarının
ve işlevlerin kullanım
örneği
- Example#5 - - HTML ve PHP kiplerini karıştırmak
- Example#6 - - Örnek bir HTML formu
- Example#7 - - Formdan veri yazdırmak
- Example#8 - - PHP'nin Paylaşımlı Apache Modülü olarak kurulumu
- Example#9 - - PHP'nin Duruk Apache Modülü olarak kurulumu
- Example#10 - - Apache'yi yeniden başlatmak için örnek komutlar
- Example#11 -
- Example#12 -
- Example#13 -
- Example#14 -
- Example#15 -
- Example#16 -
- Example#17 -
- Example#18 -
- Example#19 -
- Example#20 -
- Example#21 -
- Example#22 -
- Example#23 -
- Example#24 -
- Example#25 -
- Example#26 - - lighttpd.conf'tan bir bölüm
- Example#27 - - FastCGI Yanıtçılarının Çatallanması
- Example#28 - - Uzak FCGI örneklerine bağlanmak
- Example#29 - - OpenBSD Paket Kurulum Örneği
- Example#30 - - Apache2 ile kurulum örneği
- Example#31 - - PHP kurulduktan sonra Apache2'nin dirdirilip yeniden başlatılması
- Example#32 - - Ek PHP 5 paketleri listesinin alınma yöntemleri
- Example#33 - - MySQL ve cURL PHP modüllerinin kurulumu
- Example#34 - PHP 5 package structure
- Example#35 - CGI and FastCGI settings in php.ini
- Example#36 - Configuring FastCGI extension to handle PHP requests
- Example#37 - Configuring file access permissions
- Example#38 - Configuring FastCGI and PHP recycling
- Example#39 - Configuring FastCGI timeout settings
- Example#40 - Changing the location of php.ini file
- Example#41 - CGI and FastCGI settings in php.ini
- Example#42 - Creating IIS FastCGI process pool
- Example#43 - Creating handler mapping for PHP requests
- Example#44 - Determining the account used as IIS anonymous identity
- Example#45 - Configuring file access permissions
- Example#46 - Set index.php as a default document in IIS
- Example#47 - Configuring FastCGI and PHP recycling
- Example#48 - Configuring FastCGI timeout settings
- Example#49 - Changing the location of php.ini file
- Example#50 - PHP as an Apache 1.3.x module
- Example#51 - PHP and Apache 1.3.x as CGI
- Example#52 - PHP and Apache 2.x as handler
- Example#53 -
- Example#54 - PHP and Apache 2.x as CGI
- Example#55 - Configure Apache to run PHP as FastCGI
- Example#56 - ISAPI configuration of Sambar
- Example#57 - Enable Bzip2 extension for PHP-Windows
- Example#58 - Registry changes
- Example#59 - Passing environment variables and PHP settings to a pool
- Example#60 - set PHP settings in nginx.conf
- Example#61 - phpinfo kullanımı
- Example#62 - - php.ini örneği
- Example#63 - - Apache yapılandırma örneği
- Example#64 - - Gelişmiş önceleme
- Example#65 - - PHP Açılış ve Kapanış Etiketleri
- Example#66 - - Tamsayı sayıllar
- Example#67 - - Sekizlik garabeti
- Example#68 - 32 bitlik sistemlerde tamsayı taşması
- Example#69 - 64 bitlik sistemlerde tamsayı taşması
- Example#70 - - Geçersiz örnek
- Example#71 - - Yorumlu metin örneği
- Example#72 - - Değiştirgelerde yorumlu metin kullanımı
- Example#73 - - Duruk değer olarak yorumlu metin kullanımı
- Example#74 - - Yorumlu metin bildiriminde çift tırnak kullanımı
- Example#75 - - Yorumsuz metin örneği
- Example#76 - - Duruk veri örneği
- Example#77 - - Bazı dizge örnekleri
- Example#78 - - array kullanımı
- Example#79 - - Döngü içinde elemen değiştirme
- Example#80 - - Derlem
- Example#81 - - İndisi 1'den başlatmak
- Example#82 - - Diziyi doldurmak
- Example#83 - - Dizi elemanlarının sıraya sokulması
- Example#84 - - İç içe ve çok boyutlu diziler
- Example#85 - Callback function examples
- Example#86 - Callback example using a Closure
- Example#87 - - Geriçağırım işlevi örnekleri
- Example#88 - - Anonim işlev kullanan bir geriçağırım işlevi örneği
- Example#89 - - İlklendirilmemiş değişkenlerin öntanımlı değerleri
- Example#90 - - global kullanımı
- Example#91 - - global yerine $GLOBALS kullanımı
- Example#92 - - Süper küreselleri ve etki alanlarını gösteren örnek
- Example#93 - - Duruk değişkenlere ihtiyacı gösteren örnek
- Example#94 - - Duruk değişkenlerin kullanım örneği
- Example#95 - - Kendini çağıran işlevlerle duruk değişkenler
- Example#96 - - Duruk değişken bildirimi
- Example#97 - - Değişken işlevi örneği
- Example#98 - - Basit bir HTML formu
- Example#99 - - Basit bir POST HTML formundan bilgiye erişim
- Example#100 - - Daha karmaşık form değişkenleri
- Example#101 - - setcookie örneği
- Example#102 - - Geçerli ve geçersiz sabit isimleri
- Example#103 - - Sabitlerin Tanımlanması
- Example#104 - - Sabitlerin const ile tanımlanması
- Example#105 - - Öncelik yönü
- Example#106 - - Tamsayılar üzerinde bitsel işlemler
- Example#107 - - Dizgeler üzerinde bitsel işlemler
- Example#108 - - Tamsayılarda bit kaydırma
- Example#109 - - Özetle Standard Dizi Karşılaştırması
- Example#110 - - Öntanımlı bir değer atama
- Example#111 - - İç içe üç terimli davranışı
- Example#112 - - Karakter değişkenleri üzerinde aritmetik işlemler
- Example#113 - - Örneklerle mantıksal işleçler
- Example#114 - - Dizilerin karşılaştırılması
- Example#115 - - instanceof ve sınıflar
- Example#116 - - Miras alınan sınıflar ve instanceof kullanımı
- Example#117 - - Bir sınıfın örneği olmayan bir sınıfın instanceof
ile sınanması
- Example#118 - - Arayüzler için instanceof kullanımı
- Example#119 - - Başka değişkenlerle instanceof kullanımı
- Example#120 - - PHP 5.0'da instanceof ile ölümcül hatalardan ve
sınıf ismi aramalarından kaçınmak
- Example#121 - - switch yapısı
- Example#122 - - switch ile dizge kullanımı
- Example#123 - - Tik kullanım örneği 1
- Example#124 - - Tik kullanım örneği 2
- Example#125 - - Betik için kodlama belirtmek
- Example#126 - - Basit bir include örneği
- Example#127 - - İşlev içi include kullanımı
- Example#128 - - HTTP üzerinden include
- Example#129 - - include dönüş değerinin karşılaştırılması
- Example#130 - - include ve return deyimleri
- Example#131 - - Bir PHP dosyasını bir dizgeye dahil etmek için tampon
kullanımı
- Example#132 - - Harf büyükyüğüne duyarsız işletim sistemlerinde
include_once
- Example#133 - - goto örneği
- Example#134 - - Döngüden goto ile çıkma örneği
- Example#135 - - Bu çalışmaz
- Example#136 - - İşlev kullanımını gösteren sözde kod
- Example#137 - - Koşula bağlı işlevler
- Example#138 - - İşlev içinde işlev
- Example#139 - - Kendini çağıran işlev
- Example#140 - - İşlevlere dizi aktarımı
- Example#141 - - Gönderimli işlev değiştirgelerinin aktarımı
- Example#142 - - İşlev içinde öntanımlı değiştirge kullanımı
- Example#143 - - Sayıl olmayan türlerin öntanımlı değer olarak kullanımı
- Example#144 - - Öntanımlı değiştirgelerin hatalı kullanımı
- Example#145 - - Öntanımlı değiştirgelerin doğru kullanımı
- Example#146 - - return kullanımı
- Example#147 - - Bir diziyle birden fazla değerin döndürülmesi
- Example#148 - - Bir işlevden gönderimli değer döndürmek
- Example#149 - - Değişken işlev örneği
- Example#150 - - Değişken yöntem örneği
- Example#151 - - Anonim işlev örneği
- Example#152 - - Değişkene anonim işlev atama örneği
- Example#153 - - Anonim işlevler ve etki alanı
- Example#154 - - Basit bir sınıf tanımı
- Example#155 - - $this sözde değişkeninin kullanımı
- Example#156 - - Bir sınıf örneğinin oluşturulması
- Example#157 - - Nesne Atama
- Example#158 - - Yeni nesneler oluşturmak
- Example#159 - - Basit bir sınıfın miras alınması
- Example#160 - - Sınıf adı çözünürlüğü
- Example#161 - - Özellik bildirimi
- Example#162 - - Özellik ilklendirmede yorumsuz metin kullanımı
- Example#163 - - Bir sabitin tanımlanması ve kullanımı
- Example#164 - - Duruk veri örneği
- Example#165 - - Özdevinimli yükleme örneği
- Example#166 - - Başka bir özdevinimli yükleme örneği
- Example#167 - - 5.3.0 ve sonrasında istisnalı özdevinimli yükleme
- Example#168 - Autoloading with exception handling for 5.3.0+ - Missing custom exception
- Example#169 - - Yeni tekilleşmiş kurucuların kullanımı
- Example#170 - - İsim alanlı sınıflarda kurucular
- Example#171 - - Yıkıcı Örneği
- Example#172 - - Özellik bildirimi
- Example#173 - - Yöntem bildirimi
- Example#174 - Inheritance Example
- Example#175 - - Sınıf tanımı dışında ::
- Example#176 - - Sınıf tanımı içinde ::
- Example#177 - - Ebeveynin yöntemini çağırmak
- Example#178 - - Duruk özellik örneği
- Example#179 - - Duruk yöntem örneği
- Example#180 - - Soyut sınıf örneği
- Example#181 - - Arayüz örneği
- Example#182 - - Genişletilebilir Arayüzler
- Example#183 - - Çok sayıda anayüz oluşturma
- Example#184 - - Arayüzler ve sabitleri
- Example#185 - Trait example
- Example#186 - Precedence Order Example
- Example#187 - Alternate Precedence Order Example
- Example#188 - Multiple Traits Usage
- Example#189 - Conflict Resolution
- Example#190 - Changing Method Visibility
- Example#191 - Traits Composed from Traits
- Example#192 - Express Requirements by Abstract Methods
- Example#193 - Static Variables
- Example#194 - Static Methods
- Example#195 - Defining Properties
- Example#196 - Conflict Resolution
- Example#197 - - __get(),
__set(),
__isset() ve
__unset() ile
aşırı yükleme örneği
- Example#198 - - __call() ve
__callStatic()
ile aşırı yüklü örneklenmiş yöntemler
- Example#199 - - Basit Nesne Yineleme
- Example#200 - - Iterator kullanılarak Nesne Yineleme
- Example#201 - - IteratorAggregate ile Nesne Yineleme
- Example#202 - Değiştirgeli Üreteç Yöntemi
- Example#203 - - Tek Örnek İşlevi
- Example#204 - - Uyutma ve uyandırma
- Example#205 - - Basit bir örnek
- Example#206 - - __invoke() kullanımı
- Example#207 - - __set_state() kullanımı (PHP 5.1.0 ve sonrası)
- Example#208 - - final yöntem örneği
- Example#209 - - final sınıf örneği
- Example#210 - - Bir nesnenin kopyalanması
- Example#211 - - PHP 5'te nesne karşılaştırma örneği
- Example#212 - - Tür dayatma örnekleri
- Example#213 - - self:: kullanımı
- Example#214 - - static:: kullanımı
- Example#215 - - Duruk olmayan bağlamda static:: kullanımı
- Example#216 - Ötelenen ve ötelenmeyen çağrılar
- Example#217 - - Sihirli yöntemlerin içinde duruk içselleştirim
- Example#218 - - Gönderimler ve Nesneler
- Example#219 - - İsim alanı söz dizimi örneği
- Example#220 - - Tek bir isim alanı bildirimi
- Example#221 - - Tek bir isim alanı bildirimi
- Example#222 - - Tek bir isim alanının hiyerarşik bildirimi
- Example#223 - - Birden fazla isim alanın ayrımsız ardarda bildirilmesi
- Example#224 - - Birden fazla isim alanın ayraçlı olarak bildirilmesi
- Example#225 - - Birden fazla isim alanın isim alansız kodla birlikte
bildirilmesi
- Example#226 - - Birden fazla isim alanın isim alansız kodla birlikte
bildirilmesi
- Example#227 - - Küresel sınıf, işlev ve sabitlere bir isim alanı içinden erişim
- Example#228 - - Devingen olarak erişilen elemanlar
- Example#229 - - Devingen olarak erişilen isim alanlı elemanlar
- Example#230 - - İsim alanlı kod, __NAMESPACE__ örneği
- Example#231 - - Küresel kod, __NAMESPACE__ örneği
- Example#232 - - Devingen isim oluşturmak için __NAMESPACE__ kullanımı
- Example#233 - - Bir isim alanı içinde namespace işleci
- Example#234 - - Küresel kod içinde namespace işleci
- Example#235 - - use işleci ile ithal/rumuz kullanımı
- Example#236 - - use işleci ile rumuz/ithal, çoklu use
kullanımı
- Example#237 - - İthal işlemi ve devingen isimler
- Example#238 - - İthal işlemi ve tamamen nitelenmiş isimler
- Example#239 - - Küresel alan belirtiminin kullanımı
- Example#240 - - Küresel sınıflara bir isim alanı içinde erişim
- Example#241 - - Bir isim alanı içinde son çare olarak küresel işlev ve
sabitlerin kullanımı
- Example#242 - - Örneklerle İsim Çözünürlüğü
- Example#243 - - Küresel sınıflara bir isim alanı dışından erişim
- Example#244 - - Küresel sınıflara bir isim alanı dışından erişim
- Example#245 - - İsim alanı içinden yerleşik sınıflara erişim
- Example#246 - - İsim alanındaki dahili sınıf, işlev ve sabitlere erişim
- Example#247 - - Tamamen nitelenmiş isimler
- Example#248 - - Nitelenmiş isimler
- Example#249 - - Nitelenmemiş sınıf isimleri
- Example#250 - - Nitelenmemiş işlev veya sabit isimleri
- Example#251 - - İsim alanlı isimleri çift tırnaklar arasında kullanmak
tehlikelidir
- Example#252 - - Tanımsız sabitler
- Example#253 - - Tanımsız sabitler
- Example#254 - - Bir İstisna Oluşturmak
- Example#255 - - İç içe istisnalar
- Example#256 - - Yerleşik Exception sınıfı
- Example#257 - - Exception sınıfının genişletilmesi
- Example#258 - Implementing range as a generator
- Example#259 - A simple example of yielding values
- Example#260 - Yielding a key/value pair
- Example#261 - Yielding NULLs
- Example#262 - Yielding values by reference
- Example#263 - - Gönderimlerin tanımlanmamış değişkenlerle kullanımı
- Example#264 - - İşlev içinde küresel değişkenlere gönderim
- Example#265 - - foreach döngüsü içinde gönderim
- Example#266 - - $GLOBALS örneği
- Example#267 - - $_SERVER örneği
- Example#268 - - $_GET örneği
- Example#269 - - $_POST örneği
- Example#270 - - $_ENV örneği
- Example#271 - $_COOKIE örneği
- Example#272 - - $php_errormsg örneği
- Example#273 - - $http_response_header örneği
- Example#274 - - $argc örneği
- Example#275 - - $argv örneği
- Example#276 - - Exception::getMessage örneği
- Example#277 - - Exception::getPrevious örneği
- Example#278 - - Exception::getCode örneği
- Example#279 - - Exception::getFile örneği
- Example#280 - - Exception::getLine örneği
- Example#281 - - Exception::getTrace örneği
- Example#282 - - Exception::getTraceAsString örneği
- Example#283 - - Exception::__toString örneği
- Example#284 - - Hata iletilerinin set_error_handler ile
ErrorException içinde döndürülmesi
- Example#285 - - ErrorException::getSeverity örneği
- Example#286 - Temel Kullanımı
- Example#287 - - Temel kullanımı
- Example#288 - Temel kullanım
- Example#289 - - ArrayAccess::offsetExists örneği
- Example#290 - Temel kullanım
- Example#291 - - Temel bindto kullanım örneği
- Example#292 - - Bir sayfayı çekip veriyi POST ile göndermek
- Example#293 - - Bir sayfayı çekip veriyi POST ile göndermek
- Example#294 - Detecting which URL we ended up on after redirects
- Example#295 - php://temp/maxmemory
- Example#296 - php://filter/resource=<stream to be filtered>
- Example#297 - php://filter/read=<filter list to apply to read chain>
- Example#298 - php://filter/write=<filter list to apply to write chain>
- Example#299 - Print data:// contents
- Example#300 - Fetch the media type
- Example#301 - Basic usage
- Example#302 - Opening a stream from an active connection
- Example#303 - This $session variable must be kept available!
- Example#304 - Traversing a RAR archive
- Example#305 - Opening an encrypted file (header encryption)
- Example#306 - - Değişkenler başınıza iş açabilir...
- Example#307 - ... Bir dosya sistemi saldırısı
- Example#308 - - Daha güvenilir bir dosya silme betiği
- Example#309 - - Daha da güvenilir bir dosya silme betiği
- Example#310 - - Boş baytlardan olumsuz etkilenen bir betik
- Example#311 - - Girdiyi doğru şekilde ele almak
- Example#312 - Using hashed password field
- Example#313 - Splitting the result set into pages ... and making superusers
(PostgreSQL)
- Example#314 - Listing out articles ... and some passwords (any database server)
- Example#315 - From resetting a password ... to gaining more privileges (any database server)
- Example#316 - Attacking the database hosts operating system (MSSQL Server)
- Example#317 - A more secure way to compose a query for paging
- Example#318 - Attacking Variables with a custom HTML page
- Example#319 - Exploiting common debugging variables
- Example#320 - Finding dangerous variables with E_ALL
- Example#321 - - register_globals = on ile yanlış kullanım
örneği
- Example#322 - - register_globals On veya Off iken oturum
örneği
- Example#323 - - Basit değişken sahteciliğinin saptanması
- Example#324 - - Tehlikeli Değişken Kullanımı
- Example#325 - - Sihirli tırnakların sunucu taraflı iptali
- Example#326 - - Sihirli tırnakların çalışma anında iptali
- Example#327 - - PHP'yi başka bir dil olarak göstermek
- Example#328 - - PHP uzantısı olarak bilinmeyen bir uzantı kullanmak
- Example#329 - - PHP uzantısı olarak HTML uzantılarını kullanmak
- Example#330 - - Temel HTTP Kimlik Doğrulaması örneği
- Example#331 - - Özet HTTP Kimlik Doğrulaması örneği
- Example#332 - - Yeni kullanıcı adı va parolası girmeye zorlayan bir HTTP kimlik
doğrulama örneği
- Example#333 - - Basit bir XForms arama formu
- Example#334 - - $_POST elde etmek için bir XFrom kullanımı
- Example#335 - - Karşıya Dosya Yükleme Formu
- Example#336 - - Dosya yüklemelerinin doğrulanması
- Example#337 - - Dosya dizisi yükleme
- Example#338 - - Çoklu dosya yükleme
- Example#339 - - HTTP PUT dosyalarının kaydedilmesi
- Example#340 - - Uzak sayfanın başlığını elde etmek
- Example#341 - - Veriyi uzak sunucuda saklamak
- Example#342 - -
CLI SAPI farkını gösteren örnek:
- Example#343 -
- Example#344 - -
Yerleşik (ve yüklü) PHP ve Zend modüllerinin listelenmesi
- Example#345 - Çift tırnak kullanımında bir çözümleme hatasının gösterilmesi
- Example#346 - Kabuğun değişken dönüşümü yapmasını engellemek için tek
tırnakların kullanımı
- Example#347 - - Bir projedeki satır sayısını saymak için
-B, -R ve -E
seçeneklerinin kullanımı
- Example#348 - PHP ve Zend sürümleri ile SAPI ismini çıktılamak
için -v kullanımı
- Example#349 - --ini örneği
- Example#350 - - Temel --rf kullanımı
- Example#351 - --rc örneği
- Example#352 - --re örneği
- Example#353 - --ri örneği
- Example#354 - - PHP betiğini kabuk betiği olarak çalıştırmak
- Example#355 - - Komut satırından çalıştırılması planlanan betik (betik.php)
- Example#356 - - Bir komut satırı PHP betiği çalıştırmak için yığın dosyası
(betik.bat)
- Example#357 - - Etkileşimli kabuk kullanarak kod çalıştırmak
- Example#358 - Kod tamamlama
- Example#359 - Etkileşimli kabukta php.ini ayarlarını değiştirmek
- Example#360 - HTTP sunucusunun başlatılması
- Example#361 - - Belge kök dizini belirterek başlatma
- Example#362 - - Yönlendirici betik belirtmek
- Example#363 - Checking for CLI Web Server Use
- Example#364 - Desteklenmeyen Dosya Türlerinin İşlenmesi
- Example#365 - CLI sunucusuna uzak makinelerden erişim
- Example#366 - Creating a new zval container
- Example#367 - Displaying zval information
- Example#368 - Increasing refcount of a zval
- Example#369 - Decreasing zval refcount
- Example#370 - Creating a array zval
- Example#371 - Adding already existing element to an array
- Example#372 - Removing an element from an array
- Example#373 - Adding the array itself as an element of it self
- Example#374 - Unsetting $a
- Example#375 - Memory usage example
- Example#376 - GC performance influences
- Example#377 - Running the above script
- Example#378 - Recompiling PHP to enable GC benchmarking
- Example#379 - GC statistics
- Example#380 - all_probes.d for tracing all PHP Static Probes with DTrace
- Example#381 - all_probes.stp for tracing all PHP Static Probes with SystemTap
- Example#382 - - Bir apc.rfc1867 örneği
- Example#383 - - apc_add örneği
- Example#384 - apc_bin_load example
- Example#385 - Bir apc_cache_info örneği
- Example#386 - apc_cas example
- Example#387 - apc_dec example
- Example#388 - - apc_define_constants örneği
- Example#389 - apc_delete_file example
- Example#390 - - apc_delete örneği
- Example#391 - apc_exists example
- Example#392 - - apc_fetch örneği
- Example#393 - apc_inc example
- Example#394 - - apc_load_constants örneği
- Example#395 - - apc_sma_info örneği
- Example#396 - - apc_store örneği
- Example#397 - - tcplisten kullanılan sıradan bir oturum
- Example#398 - - apd_callstack örneği
- Example#399 - - apd_clunk örneği
- Example#400 - - apd_continue örneği
- Example#401 - - apd_croak örneği
- Example#402 - - apd_dump_function_table örneği
- Example#403 - - apd_dump_persistent_resources örneği
- Example#404 - - apd_dump_regular_resources örneği
- Example#405 - - apd_echo örneği
- Example#406 - - apd_get_active_symbols örneği
- Example#407 - - apd_set_pprof_trace örneği
- Example#408 - - apd_set_session_trace_socket örneği
- Example#409 - - apd_set_session_trace örneği
- Example#410 - - apd_set_session örneği
- Example#411 - - override_function örneği
- Example#412 - - rename_function örneği
- Example#413 - - bcompiler_load_exe örneği
- Example#414 - - bcompiler_load örneği
- Example#415 - - bcompiler_parse_class örneği
- Example#416 - - bcompiler_read örneği
- Example#417 - - bcompiler_write_class örneği
- Example#418 - - bcompiler_write_constant örneği
- Example#419 - - bcompiler_write_exe_footer örneği
- Example#420 - - bcompiler_write_file örneği
- Example#421 - - bcompiler_write_footer örneği
- Example#422 - - bcompiler_write_function örneği
- Example#423 - - bcompiler_write_functions_from_file örneği
- Example#424 - - bcompiler_write_header örneği
- Example#425 - blenc_encrypt example
- Example#426 - Bir betikte hataların yakalanıp işleme sokulması
- Example#427 - - debug_backtrace örneği
- Example#428 - - debug_print_backtrace örneği
- Example#429 - - error_get_last örneği
- Example#430 - - error_log örnekleri
- Example#431 - - error_reporting örnekleri
- Example#432 - - restore_error_handler örneği
- Example#433 - - restore_exception_handler örneği
- Example#434 - - set_error_handler ve
trigger_error ile hataların ele alınması
- Example#435 - - set_exception_handler örneği
- Example#436 - - trigger_error örneği
- Example#437 - Getting the data within the PHP application itself (function)
- Example#438 - Example use of gengraph.php
- Example#439 - Listing data via inclued dumps (configuration)
- Example#440 - inclued_get_data example
- Example#441 - Creating large array in a function
- Example#442 - - Çıktı Denetimi örneği
- Example#443 - - ob_end_clean örneği
- Example#444 - - ob_end_flush örneği
- Example#445 - - Basit bir ob_get_clean örneği
- Example#446 - - ob_get_contents örneği
- Example#447 - - ob_get_flush örneği
- Example#448 - - ob_get_length örneği
- Example#449 - - ob_gzhandler örneği
- Example#450 - - ob_list_handlers işlevi
- Example#451 - - Kullanıcı tanımlı geriçağırım işlevi örneği
- Example#452 - Çıktı tamponunun hem PHP 5.3 hem de 5.4 ile uyumlu olmasını sağlayan
ve çıktı tamponunun silinmesini önleyen kod örneği
- Example#453 - - output_add_rewrite_var örneği
- Example#454 - - output_reset_rewrite_vars örneği
- Example#455 - - assert_options örneği
- Example#456 - - Başarısız bir savın özel bir işlevle ele alınması
- Example#457 - cli_get_process_title example
- Example#458 - cli_set_process_title example
- Example#459 - - dl örnekleri
- Example#460 - - extension_loaded örneği
- Example#461 - - get_current_user örneği
- Example#462 - - get_defined_constants örneği
- Example#463 - - XML işlevlerinin listesi
- Example#464 - - get_include_path örneği
- Example#465 - - get_included_files örneği
- Example#466 - - get_loaded_extensions örneği
- Example#467 - - get_magic_quotes_gpc örneği
- Example#468 - - get_magic_quotes_runtime örneği
- Example#469 - - getenv örneği
- Example#470 - - getlastmod örneği
- Example#471 - - getopt örneği - 1
- Example#472 - - getopt örneği - 2
- Example#473 - - getopt örneği - 3
- Example#474 - - getrusage örneği
- Example#475 - - ini_get_all örnekleri
- Example#476 - - Ayrıntısız listeleme
- Example#477 - - ini_get örnekleri
- Example#478 - - ini_restore örneği
- Example#479 - - Bir INI yönergesine değer atamak
- Example#480 - - memory_get_usage örneği
- Example#481 - - php_ini_loaded_file örneği
- Example#482 - - Dönen ini dosyalarının listelenmesi
- Example#483 - - php_logo_guid örneği
- Example#484 - - php_sapi_name örneği
- Example#485 - - php_uname örnekleri
- Example#486 - - İşletim sistemine göre bazı sabit örnekleri
- Example#487 - - Genel katkıcıların listelenmesi
- Example#488 - - Çekirdek geliştiricilerin ve belgelendirme ekibinin listelenmesi
- Example#489 - - Tüm katkıcıların listelenmesi
- Example#490 - - phpinfo örneği
- Example#491 - - phpversion örneği
- Example#492 - - PHP_VERSION_ID örneği
- Example#493 - - Bir ortam değişkeninin atanması
- Example#494 - - restore_include_path örneği
- Example#495 - - set_include_path örneği
- Example#496 - - İçerilecek dosyaların aranacağı yollara bir yenisini eklemek
- Example#497 - - set_magic_quotes_runtime örneği
- Example#498 - - sys_get_temp_dir örneği
- Example#499 - - version_compare örnekleri
- Example#500 - zend_logo_guid örneği
- Example#501 - - zend_thread_id örneği
- Example#502 - - zend_version örneği
- Example#503 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
- Example#504 - Instantiating a restricted sandbox
- Example#505 - Working with variables in a sandbox
- Example#506 - Calling sandbox functions
- Example#507 - Passing arguments to sandbox functions
- Example#508 - Working with variables in a sandbox
- Example#509 - Accessing parental variables
- Example#510 - A runkit_class_adopt example
- Example#511 - A runkit_class_emancipate example
- Example#512 - A runkit_function_add example
- Example#513 - A runkit_function_copy example
- Example#514 - A runkit_function_redefine example
- Example#515 - runkit_method_add example
- Example#516 - runkit_method_copy example
- Example#517 - runkit_method_redefine example
- Example#518 - runkit_method_remove example
- Example#519 - runkit_method_rename example
- Example#520 - runkit_return_value_used example
- Example#521 - Feeding output to a variable
- Example#522 - Enabling and disabling scream at runtime
- Example#523 - uopz_backup example
- Example#524 - uopz_compose example
- Example#525 - uopz_copy example
- Example#526 - uopz_delete example
- Example#527 - uopz_delete class example
- Example#528 - uopz_extend example
- Example#529 - uopz_flags example
- Example#530 - uopz_function example
- Example#531 - uopz_function class example
- Example#532 - uopz_implement example
- Example#533 - uopz_overload example
- Example#534 - uopz_redefine example
- Example#535 - uopz_rename example
- Example#536 - uopz_rename class example
- Example#537 - uopz_restore example
- Example#538 - uopz_undefine example
- Example#539 - Weakref usage example
- Example#540 - WeakRef usage example
- Example#541 - Weakref::acquire example
- Example#542 - Nested acquire/release example
- Example#543 - Weakref::__construct example
- Example#544 - Weakref::release example
- Example#545 - Weakmap usage example
- Example#546 - wincache.ignorelist example
- Example#547 - Authentication configuration for wincache.php
- Example#548 - Enabling WinCache session handler
- Example#549 - Enabling WinCache functions reroutes
- Example#550 - Reroute.ini file content
- Example#551 - A wincache_fcache_fileinfo example
- Example#552 - A wincache_fcache_meminfo example
- Example#553 - Using wincache_lock
- Example#554 - A wincache_ocache_fileinfo example
- Example#555 - A wincache_ocache_meminfo example
- Example#556 - A wincache_refresh_if_changed example
- Example#557 - A wincache_rplist_fileinfo example
- Example#558 - A wincache_rplist_meminfo example
- Example#559 - A wincache_scache_info example
- Example#560 - A wincache_scache_meminfo example
- Example#561 - wincache_ucache_add with key as a string
- Example#562 - wincache_ucache_add with key as an array
- Example#563 - Using wincache_ucache_cas
- Example#564 - using wincache_ucache_clear
- Example#565 - Using wincache_ucache_dec
- Example#566 - Using wincache_ucache_delete with key as a string
- Example#567 - Usingwincache_ucache_delete with key as an array
- Example#568 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
- Example#569 - Using wincache_ucache_exists
- Example#570 - wincache_ucache_get with key as a string
- Example#571 - wincache_ucache_get with key as an array
- Example#572 - Using wincache_ucache_inc
- Example#573 - Using wincache_ucache_info
- Example#574 - A wincache_ucache_meminfo example
- Example#575 - wincache_ucache_set with key as a string
- Example#576 - wincache_ucache_set with key as an array
- Example#577 - Using wincache_unlock
- Example#578 - Xhprof example with the optional GUI
- Example#579 - xhprof_disable example
- Example#580 - xhprof_enable examples
- Example#581 - xhprof_sample_disable example
- Example#582 - id3_get_frame_long_name example
- Example#583 - id3_get_frame_short_name example
- Example#584 - id3_get_genre_id example
- Example#585 - id3_get_genre_list example
- Example#586 - id3_get_genre_name example
- Example#587 - id3_get_tag example
- Example#588 - id3_get_tag example
- Example#589 - id3_get_version example
- Example#590 - id3_remove_tag example
- Example#591 - id3_set_tag example
- Example#592 - Opens a new MP3 file and read the title
- Example#593 - Reading an OGG/Vorbis file
- Example#594 - Encode an audio file to OGG/Vorbis
- Example#595 - KADM5 extension overview example
- Example#596 - Example of changing principal's password
- Example#597 - Example of principal's creation
- Example#598 - kadm5_delete_principal example
- Example#599 - kadm5_get_policies example
- Example#600 - kadm5_get_principal example
- Example#601 - kadm5_get_principals example
- Example#602 - KADM5 initialization example
- Example#603 - Example of modifying principal
- Example#604 - Using CHAP passwords
- Example#605 - radius_acct_open example
- Example#606 - radius_add_server example
- Example#607 - radius_auth_open example
- Example#608 - radius_create_request example
- Example#609 - radius_cvt_addr example
- Example#610 - radius_cvt_int example
- Example#611 - radius_cvt_string example
- Example#612 - radius_get_attr example
- Example#613 - radius_get_tagged_attr_data example
- Example#614 - radius_get_tagged_attr_tag example
- Example#615 - radius_get_vendor_attr example
- Example#616 - radius_put_attr example
- Example#617 - radius_put_int example
- Example#618 - radius_put_string example
- Example#619 - radius_put_vendor_attr example
- Example#620 - Writing a string with a specified color to the screen
- Example#621 - ncurses_getmouse example
- Example#622 - Writing a string with a specified color to the screen
- Example#623 - Writing a string with a specified color to the screen
- Example#624 - ncurses_mousemask example
- Example#625 - Writing a string with a specified color to the screen
- Example#626 - Newt Usage Example
- Example#627 - A newt_button example
- Example#628 - A newt_draw_root_text example
- Example#629 - A newt_form_add_component example
- Example#630 - A newt_form_add_components example
- Example#631 - A newt_form example
- Example#632 - A newt_get_screen_size example
- Example#633 - A newt_win_entries example
- Example#634 - Readline Callback Interface Example
- Example#635 - readline Example
- Example#636 - - Basit bzip2 örneği
- Example#637 - - Veri sıkıştırma
- Example#638 - - Bir dizgenin sıkıştırmasının açılması
- Example#639 - - bzerror örneği
- Example#640 - - bzopen örneği
- Example#641 - - bzread örneği
- Example#642 - - bzwrite örneği
- Example#643 - Using an external file
- Example#644 - Using a file within a phar archive
- Example#645 - Converting a phar archive from phar to tar file format
- Example#646 - phar.extract_list usage example
- Example#647 - phar.cache_list usage example
- Example#648 - A Phar::addEmptyDir example
- Example#649 - A Phar::addFile example
- Example#650 - A Phar::addFromString example
- Example#651 - A Phar::apiVersion example
- Example#652 - A Phar::buildFromDirectory example
- Example#653 - A Phar::buildFromIterator with SplFileInfo
- Example#654 - A Phar::buildFromIterator with other iterators
- Example#655 - A Phar::canCompress example
- Example#656 - A Phar::canWrite example
- Example#657 - A Phar::compress example
- Example#658 - A Phar::compressAllFilesBZIP2 example
- Example#659 - A Phar::compressAllFilesGZ example
- Example#660 - A Phar::compressFiles example
- Example#661 - A Phar::__construct example
- Example#662 - A Phar::convertToData example
- Example#663 - A Phar::convertToExecutable example
- Example#664 - A Phar::copy example
- Example#665 - A Phar::count example
- Example#666 - A Phar::createDefaultStub example
- Example#667 - A Phar::decompress example
- Example#668 - A Phar::decompressFiles example
- Example#669 - A Phar::delMetaData example
- Example#670 - A Phar::delete example
- Example#671 - A Phar::extractTo example
- Example#672 - A Phar::getMetadata example
- Example#673 - A Phar::getStub example
- Example#674 - A Phar::hasMetadata example
- Example#675 - A Phar::interceptFileFuncs example
- Example#676 - A Phar::interceptFileFuncs example
- Example#677 - A Phar::isBuffering example
- Example#678 - A Phar::isCompressed example
- Example#679 - A Phar::loadPhar example
- Example#680 - A Phar::mapPhar example
- Example#681 - A Phar::mount example
- Example#682 - A Phar::mungServer example
- Example#683 - A Phar::offsetExists example
- Example#684 - Phar::offsetGet example
- Example#685 - A Phar::offsetSet example
- Example#686 - A Phar::offsetUnset example
- Example#687 - A Phar::running example
- Example#688 - A Phar::setAlias example
- Example#689 - A Phar::setDefaultStub example
- Example#690 - A Phar::setMetadata example
- Example#691 - A Phar::setStub example
- Example#692 - A Phar::startBuffering example
- Example#693 - A Phar::stopBuffering example
- Example#694 - A Phar::uncompressAllFiles example
- Example#695 - A Phar::unlinkArchive example
- Example#696 - A Phar::webPhar example
- Example#697 - A PharData::addEmptyDir example
- Example#698 - A PharData::addFile example
- Example#699 - A PharData::addFromString example
- Example#700 - A PharData::buildFromDirectory example
- Example#701 - A PharData::buildFromIterator with SplFileInfo
- Example#702 - A PharData::buildFromIterator with other iterators
- Example#703 - A PharData::compress example
- Example#704 - A PharData::compressFiles example
- Example#705 - A PharData::__construct example
- Example#706 - A PharData::convertToData example
- Example#707 - A PharData::convertToExecutable example
- Example#708 - A PharData::copy example
- Example#709 - A PharData::decompress example
- Example#710 - A PharData::decompressFiles example
- Example#711 - A PharData::delMetaData example
- Example#712 - A PharData::delete example
- Example#713 - A PharData::extractTo example
- Example#714 - A PharData::offsetSet example
- Example#715 - A PharData::offsetUnset example
- Example#716 - A Phar::setMetadata example
- Example#717 - A PharFileInfo::chmod example
- Example#718 - A PharFileInfo::compress example
- Example#719 - A PharFileInfo::__construct example
- Example#720 - A PharFileInfo::decompress example
- Example#721 - A PharFileInfo::delMetaData example
- Example#722 - A PharFileInfo::getCRC32 example
- Example#723 - A PharFileInfo::getCompressedSize example
- Example#724 - A PharFileInfo::getMetadata example
- Example#725 - A PharFileInfo::getPharFlags example
- Example#726 - A PharFileInfo::isCRCChecked example
- Example#727 - A PharFileInfo::isCompressed example
- Example#728 - A PharFileInfo::isCompressedBZIP2 example
- Example#729 - A PharFileInfo::isCompressedGZ example
- Example#730 - A PharFileInfo::setCompressedBZIP2 example
- Example#731 - A PharFileInfo::setCompressedGZ example
- Example#732 - A PharFileInfo::setMetadata example
- Example#733 - A PharFileInfo::setUncompressed example
- Example#734 - Rar installation
- Example#735 - On-the-fly decompression
- Example#736 - RAR extension filesystem extraction example
- Example#737 - Nesne yönelimli kullanım
- Example#738 - Yordamsal kullanım
- Example#739 - Nesne yönelimli kullanım
- Example#740 - Yordamsal kullanım
- Example#741 - Nesne yönelimli kullanım
- Example#742 - Yordamsal kullanım
- Example#743 - Nesne yönelimli kullanım
- Example#744 - Yordamsal kullanım
- Example#745 - Nesne yönelimli kullanım
- Example#746 - Yordamsal kullanım
- Example#747 - Nesne yönelimli kullanım
- Example#748 - Yordamsal kullanım
- Example#749 - Nesne yönelimli kullanım
- Example#750 - Yordamsal kullanım
- Example#751 - Volume Callback
- Example#752 - Nesne yönelimli kullanım
- Example#753 - Yordamsal kullanım
- Example#754 - RarArchive::__toString example
- Example#755 - RarEntry::extract example
- Example#756 - How to extract all files in archive:
- Example#757 - RarEntry::getAttr example
- Example#758 - RarEntry::getHostOs example (version >= 2.0.0)
- Example#759 - RarEntry::getHostOs example (version <= 1.0.0)
- Example#760 - RarEntry::getMethod example
- Example#761 - RarEntry::getName example
- Example#762 - RarEntry::getPackedSize example
- Example#763 - RarEntry::getStream example
- Example#764 - RarEntry::getUnpackedSize example
- Example#765 - RarEntry::getVersion example
- Example#766 - RarException::isUsingExceptions example
- Example#767 - RarException::setUsingExceptions example
- Example#768 - - Bir Zip arşivi oluşturmak
- Example#769 - - Arşiv bilgilerinin dökümü ve listelenmesi
- Example#770 - - Zip akım sarmalayıcı; bir OpenOffice meta bilgisini okur
- Example#771 - - Zip kullanım örneği (PHP 4)
- Example#772 - - Bir arşivde boş bir dizin oluşturmak
- Example#773 - - Aç ve ekle
- Example#774 - - Arşive yeni bir girdi eklemek
- Example#775 - - Bir dosyayı arşivdeki bir dizine eklemek
- Example#776 - ZipArchive::addGlob example
- Example#777 - ZipArchive::addPattern example
- Example#778 - - İndisini kullanarak arşivden bir dosya silmek
- Example#779 - - İsmini kullanarak arşivden bir dosya silmek
- Example#780 - - Tüm girdileri çıkarmak
- Example#781 - - Sadece iki girdi çıkarmak
- Example#782 - - Bir arşiv açıklamasını basmak
- Example#783 - - Bir girdinin açıklamasını basmak
- Example#784 - - Bir girdinin açıklamasını basmak
- Example#785 - Extract all entries with Unix rights
- Example#786 - - Dosya içeriğini basmak
- Example#787 - - Dosya içeriğinin basılması
- Example#788 - - Bir zip girdisindeki resimde dönüşüm
- Example#789 - - Girdi içeriğini fread ile alıp saklamak
- Example#790 - - fopen ve zip akım sarmalayıcı kullanmak
dışında yukarıdaki ile aynı
- Example#791 - - Akım sarmalayıcı ve resim, XML işleviyle de
kullanılabilir
- Example#792 - - Bir arşiv oluşturup üzerinde
ZipArchive::locateName kullanmak
- Example#793 - - Bir arşivi açıp içeriğini dökmek
- Example#794 - - Bir arşiv oluşturmak
- Example#795 - - Bir girdinin ismini değiştirmek
- Example#796 - - Bir girdinin ismini değiştirmek
- Example#797 - - Bir arşiv oluşturup bir açıklama eklemek
- Example#798 - Bir arşiv açıp bir girdiye açıklama eklemek
- Example#799 - - Bir arşiv açıp bir girdiye açıklama eklemek
- Example#800 - Archive a file, with its Unix rights
- Example#801 - - Bir girdiyli ilgili bilgilerin dökümü
- Example#802 - - Bir girdiyli ilgili bilgilerin dökümü
- Example#803 - - Küçük bir Zlib örneği
- Example#804 - - gzclose örneği
- Example#805 - - gzcompress örneği
- Example#806 - - gzdeflate örneği
- Example#807 - - Bir gzip dosyası oluşturmak
- Example#808 - - gzeof örneği
- Example#809 - - gzfile örneği
- Example#810 - - gzgetc örneği
- Example#811 - - gzgets örneği
- Example#812 - - gzgetss örneği
- Example#813 - - gzinflate örneği
- Example#814 - - gzopen örneği
- Example#815 - - gzpassthru örneği
- Example#816 - - gzread örneği
- Example#817 - - gzseek örneği
- Example#818 - - gzuncompress örneği
- Example#819 - - gzwrite örneği
- Example#820 - - CrackLib örneği
- Example#821 - - hash_algos örneği
- Example#822 - - hash_copy örneği
- Example#823 - - hash_file örneği
- Example#824 - - hash_final örneği
- Example#825 - - hash_hmac_file örneği
- Example#826 - - hash_hmac örneği
- Example#827 - - Ardışık özetleme örneği
- Example#828 - hash_pbkdf2 example, basic usage
- Example#829 - - hash_update_stream örneği
- Example#830 - - hash örneği
- Example#831 - - Bir girdi değerinin 2.2.x altında ECB kipinde
TripleDES ile şifrelenmesi
- Example#832 - - Bir girdi değerinin 2.4.x altında ECB kipinde
TripleDES ile şifrelenmesi
- Example#833 - - mcrypt_create_iv örneği
- Example#834 - - mcrypt_enc_get_algorithms_name örneği
- Example#835 - - mcrypt_enc_get_modes_name örneği
- Example#836 - - mcrypt_enc_get_supported_key_sizes örneği
- Example#837 - - mcrypt_encrypt örneği
- Example#838 - - mcrypt_get_block_size örneği
- Example#839 - - mcrypt_get_cipher_name örneği
- Example#840 - - mcrypt_get_iv_size örneği
- Example#841 - - mcrypt_get_key_size örneği
- Example#842 - - mcrypt_list_algorithms örneği
- Example#843 - - mcrypt_list_modes örneği
- Example#844 - - mcrypt_module_open örnekleri
- Example#845 - - Şifreleme için mcrypt_module_open
kullanımı
- Example#846 - - mcrypt_module_self_test örneği
- Example#847 - - mdecrypt_generic örneği
- Example#848 - - Bir dizgenin MD5 ve HMAC özetlerini hesaplayıp sonuçları birer
onaltılık dizge olarak çıktılamak
- Example#849 - - Tüm algoritmaları sıradan geçmek
- Example#850 - - mhash_get_block_size örneği
- Example#851 - - mhash_get_hash_name örneği
- Example#852 - openssl_cipher_iv_length example
- Example#853 - - Öz-imzalı sertifika üretimi
- Example#854 - - openssl_csr_sign örneği - CSR imzalama
(Kendi Sertifika Yetkilinizi nasıl oluşturursunuz?)
- Example#855 - - openssl_error_string örneği
- Example#856 - - openssl_get_cipher_methods örneği
- Example#857 - - openssl_get_md_methods örneği
- Example#858 - - openssl_open örneği
- Example#859 - - openssl_pkcs7_decrypt örneği
- Example#860 - - openssl_pkcs7_encrypt örneği
- Example#861 - - openssl_pkcs7_sign örneği
- Example#862 - - openssl_random_pseudo_bytes örneği
- Example#863 - - openssl_seal örneği
- Example#864 - - openssl_sign örneği
- Example#865 - openssl_spki_export_challenge example
- Example#866 - openssl_spki_export_challenge example from <keygen>
- Example#867 - openssl_spki_export example
- Example#868 - openssl_spki_export example from <keygen>
- Example#869 - openssl_spki_new example
- Example#870 - openssl_spki_verify example
- Example#871 - openssl_spki_verify example from <keygen>
- Example#872 - - openssl_verify örneği
- Example#873 - password_hash example
- Example#874 - password_hash example setting cost manually
- Example#875 - password_hash example setting salt manually
- Example#876 - password_hash example finding a good cost
- Example#877 - password_verify example
- Example#878 - DBA example
- Example#879 - Traversing a database
- Example#880 - dba_handlers Example
- Example#881 - dbx_close example
- Example#882 - dbx_compare example
- Example#883 - dbx_connect example
- Example#884 - dbx_error example
- Example#885 - dbx_escape_string example
- Example#886 - How to handle the returned value
- Example#887 - lists each field's name and type
- Example#888 - outputs the content of data property into HTML table
- Example#889 - How to handle UNBUFFERED queries
- Example#890 - How to handle the returned value
- Example#891 - dbx_sort example
- Example#892 - DNS'siz bağlantı
- Example#893 - - odbc_execute ve odbc_prepare örneği
- Example#894 - - odbc_fetch_into örnekleri
- Example#895 - - odbc_next_result örneği
- Example#896 - - odbc_execute ve odbc_prepare örneği
- Example#897 - - odbc_result örnekleri
- Example#898 - - odbc_setoption örnekleri
- Example#899 - - PDO::ATTR_DRIVER_NAME kullanımı
- Example#900 - - MySQL'e bağlanma
- Example#901 - - Bağlantı hatalarının ele alınışı
- Example#902 - - Bir bağlantının kapatılışı
- Example#903 - - Kalıcı bağlantılar
- Example#904 - - Bir toplu hareket betiğinin çalıştırılması
- Example#905 - - Hazır deyimlerle değiştirge ismine göre veri girişi
- Example#906 - - Hazır deyimlerle değiştirge indisine göre veri girişi
- Example#907 - - Hazır deyimle veri almak
- Example#908 - - Bir saklı yordamın çıktı değiştirgesi ile kullanımı
- Example#909 - - Bir saklı yordamın girdi/çıktı değiştirgesi ile kullanımı
- Example#910 - - Geçersiz değiştirge kullanımı
- Example#911 - - Veritabanındaki bir resmin gösterilmesi
- Example#912 - - Bir resmin veritabanına yerleştirilmesi
- Example#913 - - Oracle'da bir resmi veritabanına yerleştirmek
- Example#914 - - ir toplu hareketi geri almak
- Example#915 - - Bir toplu hareketin teslim edilmesi
- Example#916 - - Sürücü isteğiyle PDO örneğinin oluşturulması
- Example#917 - - URI isteğiyle PDO örneğinin oluşturulması
- Example#918 - - Bir takma ad kullanarak PDO örneğinin oluşturulması
- Example#919 - - Bir SQLSTATE kodunun döndürülmesi
- Example#920 - - Bir DB2 veiitabanına kurulan bir PDO_ODBC bağlantısıyla ilgili
hata bilgisinin gösterilmesi
- Example#921 - - Bir DELETE deyiminin çalıştırılması
- Example#922 - - Veritabanı bağlantı özniteliklerinin öğrenilmesi
- Example#923 - - PDO::getAvailableDrivers örneği
- Example#924 - - İsimli değiştirgelerle bir SQL deyiminin hazırlanması
- Example#925 - - Soru imli değiştirgelerle bir SQL deyiminin hazırlanması
- Example#926 - - PDO::query örneği
- Example#927 - - Normal bir dizgeyi öncelemek
- Example#928 - - Tehlikeli bir dizgeyi öncelemek
- Example#929 - - Karmaşık bir dizgeyi öncelemek
- Example#930 - - Bir toplu hareketin geri alınması
- Example#931 - - Sonuç kümesi çıktısının PHP değişkenleri ile ilişkilendirilmesi
- Example#932 - - İsimli değiştirgelerle
PDOStatement::bindParam örneği
- Example#933 - - Soru imli değiştirgelerle
PDOStatement::bindParam örneği
- Example#934 - - Girdi/Çıktı değiştirgesi kullanımı
- Example#935 - - İsimli değiştirgelerle
PDOStatement::bindValue örneği
- Example#936 - - Soru imli değiştirgelerle
PDOStatement::bindValue örneği
- Example#937 - - PDOStatement::closeCursor örneği
- Example#938 - - Sütunları saymak
- Example#939 - - İsimli değiştirgelerle
PDOStatement::debugDumpParams örneği
- Example#940 - - İsimsiz değiştirgelerle
PDOStatement::debugDumpParams örneği
- Example#941 - - SQLSTATE kodunun döndürülmesi
- Example#942 - - Bir DB2 veritabanına açılan bir ODBC bağlantısından hata
bilgisinin alınması
- Example#943 - - Değişkenlerle ilişkili bir hazır deyimin çalıştırılması
- Example#944 - - Yerleştirilecek değerlere (isimli değiştirgelere) sahip bir hazır
deyimin çalıştırılması
- Example#945 - - - Yerleştirilecek değerlere (soru imli değiştirgelere) sahip bir
hazır deyimin çalıştırılması
- Example#946 - Soru imli bir hazır deyimin çalıştırılması
- Example#947 - - Farklı alım tarzlarıyla satırların döndürülmesi
- Example#948 - - Satırları bir kaydırılabilir gösterici ile döndürmek
- Example#949 - - Bir sonuç kümesinde kalan tüm satırları almak
- Example#950 - - Sonuç kümesinden tek bir sütunun tüm değerlerini almak
- Example#951 - - Tüm değerleri tek bir sütuna göre gruplamak
- Example#952 - - Sonraki satırın ilk sütununu döndürmek
- Example#953 - - Sütun temel verilerinin alınması
- Example#954 - - Bir kayıtlı yordamdan dönen çok sayıda satır kümesine erişim
- Example#955 - - Silinen satır sayısının döndürülmesi
- Example#956 - - Bir SELECT deyiminden etkilenen satırların sayılması
- Example#957 - - Veri alım kipinin belirlenmesi
- Example#958 - Insert LOBs in CUBRID PDO
- Example#959 - Fetch LOBs in CUBRID PDO
- Example#960 - Insert set in CUBRID PDO with default data type.
- Example#961 - Specify data type when insert set in CUBRID PDO
- Example#962 - PDO_CUBRID DSN examples
- Example#963 - A PDO::cubrid_schema example
- Example#964 - - PDO_DBLIB DSN örnekleri
- Example#965 - - PDO_FIREBIRD DSN örneği
- Example#966 - - db2cli.ini kullanarak PDO_IBM DSN örneği
- Example#967 - - Bağlantı dizgeli PDO_IBM DSN'si örneği
- Example#968 - - odbc.ini kullanan PDO_INFORMIX DSN örneği
- Example#969 - - Bağlantı dizgeli PDO_INFORMIX DSN örneği
- Example#970 - - Sorguların tamponlanmasına zorlamak
- Example#971 - - PDO_MYSQL DSN örnekleri
- Example#972 - PDO_SQLSRV DSN examples
- Example#973 - - PDO_OCI DSN örnekleri
- Example#974 - - PDO_ODBC DSN örneği (ODBC sürücüsünün yöneticisi)
- Example#975 - - PDO_ODBC DSN örneği (IBM DB2 katalogsuz bağlantısı)
- Example#976 - - PDO_ODBC DSN örneği (Microsoft Access katalogsuz
bağlantısı)
- Example#977 - - PDO_PGSQL DSN örneği
- Example#978 - A PDO::pgsqlLOBCreate example
- Example#979 - A PDO::pgsqlLOBOpen example
- Example#980 - A PDO::pgsqlLOBUnlink example
- Example#981 - - PDO_SQLITE DSN örnekleri
- Example#982 - max_length aggregation function example
- Example#983 - PDO::sqliteCreateFunction example
- Example#984 - - PDO_4D için DSN örnekleri
- Example#985 - - PDO_4D için bir temel örnek
- Example#986 - PDO_4D üzerinden bir 4D veritabanına bağlanmak
- Example#987 - - 4D'de bir LEFT JOIN çalıştırmak
- Example#988 - - 4D tablo isimlerinin öncelenmesi
- Example#989 - Example of Data Retrieval
- Example#990 - Example of Data Insertion
- Example#991 - cubrid_bind example
- Example#992 - cubrid_bind BLOB/CLOB example
- Example#993 - cubrid_bind BLOB/CLOB example
- Example#994 - cubrid_close_prepare example
- Example#995 - cubrid_close_request example
- Example#996 - cubrid_col_get example
- Example#997 - cubrid_col_size example
- Example#998 - cubrid_column_names example
- Example#999 - cubrid_column_types example
- Example#1000 - cubrid_commit example
- Example#1001 - cubrid_connect_with_url url without properties example
- Example#1002 - cubrid_connect_with_url url with properties example
- Example#1003 - cubrid_connect example
- Example#1004 - cubrid_current_oid example
- Example#1005 - cubrid_disconnect example
- Example#1006 - cubrid_drop example
- Example#1007 - cubrid_error_code_facility example
- Example#1008 - cubrid_error_code example
- Example#1009 - cubrid_error_msg example
- Example#1010 - cubrid_execute example
- Example#1011 - cubrid_fetch example
- Example#1012 - cubrid_free_result example
- Example#1013 - cubrid_get_charset example
- Example#1014 - cubrid_get_class_name example
- Example#1015 - cubrid_get_client_info example
- Example#1016 - cubrid_get_db_parameter example
- Example#1017 - cubrid_get_query_timeout example
- Example#1018 - cubrid_get_server_info example
- Example#1019 - cubrid_get example
- Example#1020 - cubrid_insert_id example
- Example#1021 - cubrid_is_instance example
- Example#1022 - cubrid_lob_close example
- Example#1023 - cubrid_lob_export example
- Example#1024 - cubrid_lob_get example
- Example#1025 - cubrid_lob_send example
- Example#1026 - cubrid_lob_size example
- Example#1027 - cubrid_lob2_bind example
- Example#1028 - cubrid_lob2_export example
- Example#1029 - cubrid_lob2_export example
- Example#1030 - cubrid_lob2_read example 1
- Example#1031 - cubrid_lob2_read example 2
- Example#1032 - cubrid_lob2_seek64 example
- Example#1033 - cubrid_lob2_seek example
- Example#1034 - cubrid_lob2_write example 1
- Example#1035 - cubrid_lob2_write example 2
- Example#1036 - cubrid_lock_read example
- Example#1037 - cubrid_lock_write example
- Example#1038 - cubrid_move_cursor example
- Example#1039 - cubrid_next_result example
- Example#1040 - cubrid_num_cols example
- Example#1041 - cubrid_num_rows example
- Example#1042 - cubrid_pconnect_with_url url without properties example
- Example#1043 - cubrid_pconnect_with_url url with properties example
- Example#1044 - cubrid_connect example
- Example#1045 - cubrid_prepare example
- Example#1046 - cubrid_put example
- Example#1047 - cubrid_rollback example
- Example#1048 - cubrid_schema example
- Example#1049 - cubrid_seq_drop example
- Example#1050 - cubrid_seq_insert example
- Example#1051 - cubrid_seq_put example
- Example#1052 - cubrid_set_add example
- Example#1053 - cubrid_get_db_parameter example
- Example#1054 - cubrid_set_drop example
- Example#1055 - cubrid_version example
- Example#1056 - cubrid_affected_rows example
- Example#1057 - cubrid_client_encoding example
- Example#1058 - cubrid_close example
- Example#1059 - cubrid_data_seek example
- Example#1060 - cubrid_db_name example
- Example#1061 - cubrid_errno example
- Example#1062 - cubrid_error example
- Example#1063 - cubrid_fetch_array example
- Example#1064 - cubrid_fetch_assoc example
- Example#1065 - cubrid_fetch_field example
- Example#1066 - cubrid_fetch_lengths example
- Example#1067 - cubrid_fetch_object example
- Example#1068 - cubrid_fetch_row example
- Example#1069 - cubrid_field_flags example
- Example#1070 - cubrid_field_len example
- Example#1071 - cubrid_field_name example
- Example#1072 - cubrid_field_seek example
- Example#1073 - cubrid_field_table example
- Example#1074 - cubrid_field_type example
- Example#1075 - cubrid_list_dbs example
- Example#1076 - cubrid_num_fields example
- Example#1077 - cubrid_ping example
- Example#1078 - Invalid Query
- Example#1079 - Valid Query
- Example#1080 - cubrid_real_escape_string example
- Example#1081 - cubrid_result example
- Example#1082 - cubrid_unbuffered_query example
- Example#1083 - cubrid_load_from_glo example
- Example#1084 - cubrid_new_glo example
- Example#1085 - cubrid_save_to_glo example
- Example#1086 - cubrid_send_glo example
- Example#1087 - Inserting a record in a dBase database
- Example#1088 - Closing a dBase database file
- Example#1089 - Creating a dBase database file
- Example#1090 - Showing header information for a dBase database file
- Example#1091 - Listing all the registered members in the database
- Example#1092 - dbase_numfields Example
- Example#1093 - Looping over all the records of the database
- Example#1094 - Opening a dBase database file
- Example#1095 - Emptying a dBase database
- Example#1096 - Updating a record in the database
- Example#1097 - ibase_blob_get example
- Example#1098 - ibase_blob_import example
- Example#1099 - ibase_connect example
- Example#1100 - ibase_execute example
- Example#1101 - ibase_fetch_object example
- Example#1102 - ibase_field_info example
- Example#1103 - ibase_name_result example
- Example#1104 - ibase_num_fields example
- Example#1105 - ibase_query example
- Example#1106 - ibase_set_event_handler example
- Example#1107 - fbsql_close example
- Example#1108 - fbsql_connect example
- Example#1109 - fbsql_create_blob example
- Example#1110 - fbsql_create_clob example
- Example#1111 - fbsql_create_db example
- Example#1112 - fbsql_data_seek example
- Example#1113 - fbsql_create_clob example
- Example#1114 - fbsql_errno Example
- Example#1115 - fbsql_error Example
- Example#1116 - fbsql_fetch_array example
- Example#1117 - fbsql_fetch_assoc example
- Example#1118 - fbsql_fetch_field example
- Example#1119 - fbsql_fetch_object example
- Example#1120 - fbsql_field_name example
- Example#1121 - fbsql_field_type example
- Example#1122 - fbsql_list_dbs example
- Example#1123 - fbsql_list_fields example
- Example#1124 - fbsql_next_result example
- Example#1125 - fbsql_num_rows example
- Example#1126 - fbsql_query example
- Example#1127 - fbsql_query example
- Example#1128 - fbsql_read_blob example
- Example#1129 - fbsql_read_clob example
- Example#1130 - fbsql_table_name example
- Example#1131 - Retrieving the AUTOCOMMIT value for a connection
- Example#1132 - Setting the AUTOCOMMIT value for a connection
- Example#1133 - Binding PHP variables to a prepared statement
- Example#1134 - Calling stored procedures with IN and OUT parameters
- Example#1135 - Inserting a binary large object (BLOB) directly from a file
- Example#1136 - A db2_client_info example
- Example#1137 - Closing a connection
- Example#1138 - Retrieving an SQLSTATE value for a failed connection attempt
- Example#1139 - Retrieving the error message returned by a failed connection attempt
- Example#1140 - Creating a cataloged connection
- Example#1141 - Creating an uncataloged connection
- Example#1142 - Creating a connection with autocommit off by default
- Example#1143 - i5/OS best performance
- Example#1144 - Using trusted context
- Example#1145 - A db2_escape_string example
- Example#1146 - Creating a table with db2_exec
- Example#1147 - Executing a SELECT statement with a scrollable cursor
- Example#1148 - Returning XML data as an SQL ResultSet
- Example#1149 - Performing a "JOIN" with XML data
- Example#1150 - Returning SQL data as part of a larger XML document
- Example#1151 - Preparing and executing an SQL statement with parameter markers
- Example#1152 - Calling a stored procedure with an OUT parameter
- Example#1153 - Returning XML data as an SQL ResultSet
- Example#1154 - Performing a "JOIN" with XML data
- Example#1155 - Returning SQL data as part of a larger XML document
- Example#1156 - Iterating through a forward-only cursor
- Example#1157 - Retrieving specific rows with db2_fetch_array
from a scrollable cursor
- Example#1158 - Iterating through a forward-only cursor
- Example#1159 - Retrieving specific rows with db2_fetch_assoc
from a scrollable cursor
- Example#1160 - Iterating through a forward-only cursor
- Example#1161 - Retrieving specific rows with db2_fetch_both
from a scrollable cursor
- Example#1162 - A db2_fetch_object example
- Example#1163 - Iterating through a result set
- Example#1164 - i5/OS recommended alternatives to db2_fetch_row/db2_result
- Example#1165 - Setting and retrieving parameters through a connection resource
- Example#1166 - A db2_last_insert_id example
- Example#1167 - Iterating through different types of data
- Example#1168 - Calling a stored procedure that returns multiple result sets
- Example#1169 - Retrieving the number of fields in a result set
- Example#1170 - Closing a persistent connection
- Example#1171 - A db2_pconnect example
- Example#1172 - Using trusted context
- Example#1173 - Preparing and executing an SQL statement with parameter markers
- Example#1174 - A db2_result example
- Example#1175 - Rolling back a DELETE statement
- Example#1176 - A db2_server_info example
- Example#1177 - Setting one parameter with a connection resource
- Example#1178 - Setting multiple parameters with a connection resource
- Example#1179 - Setting multiple parameters with an invalid key
- Example#1180 - Setting multiple parameters with an invalid value
- Example#1181 - Setting multiple parameters with a connection resource and the wrong type
- Example#1182 - Setting multiple parameters with the wrong resource
- Example#1183 - Putting it all together
- Example#1184 - i5/OS cursors are read-only
- Example#1185 - Informix affected rows
- Example#1186 - Closing a Informix connection
- Example#1187 - Connect to a Informix database
- Example#1188 - ifx_do Example
- Example#1189 - ifx_errormsg example
- Example#1190 - Informix fetch rows
- Example#1191 - Informix SQL fieldproperties
- Example#1192 - Fieldnames and SQL fieldtypes
- Example#1193 - Retrieve Informix sqlca.sqlerrd[x] values
- Example#1194 - Informix results as HTML table
- Example#1195 - ifx_num_fields Example
- Example#1196 - Show all rows of the "orders" table as a HTML table
- Example#1197 - Insert some values into the "catalog" table
- Example#1198 - Example usage of PassEnv for Ingres
- Example#1199 - Simple Ingres Example
- Example#1200 - ingres_charset - Get the installation character set
- Example#1201 - Open a connection to an Ingres database
- Example#1202 - Get cursor name for a query resource
- Example#1203 - Get the last Ingres error number generated
- Example#1204 - Get a message for the last error generated
- Example#1205 - Get the last SQLSTATE error code generated
- Example#1206 - Escape special characters for use in a query
- Example#1207 - Fetch a row of result into an array
- Example#1208 - Fetch a row into an associative array
- Example#1209 - Fetch a row into an object
- Example#1210 - Get the return value from a procedure call
- Example#1211 - Fetch a row of result into an enumerated array
- Example#1212 - Free a result resource
- Example#1213 - Send a simple select
- Example#1214 - Passing query parameters to ingres_query
- Example#1215 - Inserting a BLOB with parameter types
- Example#1216 - Position the cursor on the 3rd row
- Example#1217 - Set date_format to ISO4
- Example#1218 - Set timezone to HONG-KONG
- Example#1219 - Issue a simple un-buffered select
- Example#1220 - Passing query parameters to ingres_unbuffered_query
- Example#1221 - Inserting a BLOB with parameter types
- Example#1222 - MaxDB extension overview example
- Example#1223 - Example for use of SELECT INTO statements
- Example#1224 - Example fore using database procedures
- Example#1225 - Nesne yönelimli kullanım
- Example#1226 - Yordamsal kullanım
- Example#1227 - Nesne yönelimli kullanım
- Example#1228 - Yordamsal kullanım
- Example#1229 - Nesne yönelimli kullanım
- Example#1230 - Yordamsal kullanım
- Example#1231 - Nesne yönelimli kullanım
- Example#1232 - Yordamsal kullanım
- Example#1233 - Nesne yönelimli kullanım
- Example#1234 - Yordamsal kullanım
- Example#1235 - maxdb_connect_errno sample
- Example#1236 - maxdb_connect_error sample
- Example#1237 - Nesne yönelimli kullanım
- Example#1238 - Yordamsal kullanım
- Example#1239 - Nesne yönelimli kullanım
- Example#1240 - Yordamsal kullanım
- Example#1241 - Yordamsal kullanım
- Example#1242 - Nesne yönelimli kullanım
- Example#1243 - Yordamsal kullanım
- Example#1244 - Nesne yönelimli kullanım
- Example#1245 - Yordamsal kullanım
- Example#1246 - Nesne yönelimli kullanım
- Example#1247 - Yordamsal kullanım
- Example#1248 - Nesne yönelimli kullanım
- Example#1249 - Yordamsal kullanım
- Example#1250 - Nesne yönelimli kullanım
- Example#1251 - Yordamsal kullanım
- Example#1252 - Nesne yönelimli kullanım
- Example#1253 - Yordamsal kullanım
- Example#1254 - Nesne yönelimli kullanım
- Example#1255 - Yordamsal kullanım
- Example#1256 - Nesne yönelimli kullanım
- Example#1257 - Yordamsal kullanım
- Example#1258 - Nesne yönelimli kullanım
- Example#1259 - Yordamsal kullanım
- Example#1260 - Nesne yönelimli kullanım
- Example#1261 - Yordamsal kullanım
- Example#1262 - Nesne yönelimli kullanım
- Example#1263 - Yordamsal kullanım
- Example#1264 - Nesne yönelimli kullanım
- Example#1265 - Yordamsal kullanım
- Example#1266 - Nesne yönelimli kullanım
- Example#1267 - Yordamsal kullanım
- Example#1268 - maxdb_get_client_info
- Example#1269 - maxdb_get_client_version
- Example#1270 - Nesne yönelimli kullanım
- Example#1271 - Yordamsal kullanım
- Example#1272 - Nesne yönelimli kullanım
- Example#1273 - Yordamsal kullanım
- Example#1274 - Nesne yönelimli kullanım
- Example#1275 - Yordamsal kullanım
- Example#1276 - Nesne yönelimli kullanım
- Example#1277 - Yordamsal kullanım
- Example#1278 - Nesne yönelimli kullanım
- Example#1279 - Yordamsal kullanım
- Example#1280 - Nesne yönelimli kullanım
- Example#1281 - Yordamsal kullanım
- Example#1282 - Nesne yönelimli kullanım
- Example#1283 - Yordamsal kullanım
- Example#1284 - Nesne yönelimli kullanım
- Example#1285 - Yordamsal kullanım
- Example#1286 - Nesne yönelimli kullanım
- Example#1287 - Yordamsal kullanım
- Example#1288 - Nesne yönelimli kullanım
- Example#1289 - Yordamsal kullanım
- Example#1290 - Nesne yönelimli kullanım
- Example#1291 - Yordamsal kullanım
- Example#1292 - Nesne yönelimli kullanım
- Example#1293 - Yordamsal kullanım
- Example#1294 - Nesne yönelimli kullanım
- Example#1295 - Yordamsal kullanım
- Example#1296 - Nesne yönelimli kullanım
- Example#1297 - Yordamsal kullanım
- Example#1298 - Nesne yönelimli kullanım
- Example#1299 - Yordamsal kullanım
- Example#1300 - Yordamsal kullanım
- Example#1301 - Nesne yönelimli kullanım
- Example#1302 - Yordamsal kullanım
- Example#1303 - Nesne yönelimli kullanım
- Example#1304 - Yordamsal kullanım
- Example#1305 - Nesne yönelimli kullanım
- Example#1306 - Yordamsal kullanım
- Example#1307 - Nesne yönelimli kullanım
- Example#1308 - Yordamsal kullanım
- Example#1309 - Nesne yönelimli kullanım
- Example#1310 - Yordamsal kullanım
- Example#1311 - Nesne yönelimli kullanım
- Example#1312 - Yordamsal kullanım
- Example#1313 - Yordamsal kullanım (SELECT INTO)
- Example#1314 - Yordamsal kullanım (DB procedure)
- Example#1315 - Nesne yönelimli kullanım (extended syntax)
- Example#1316 - Nesne yönelimli kullanım
- Example#1317 - Yordamsal kullanım
- Example#1318 - Nesne yönelimli kullanım
- Example#1319 - Yordamsal kullanım
- Example#1320 - Nesne yönelimli kullanım
- Example#1321 - Yordamsal kullanım
- Example#1322 - Nesne yönelimli kullanım
- Example#1323 - Yordamsal kullanım
- Example#1324 - Nesne yönelimli kullanım
- Example#1325 - Yordamsal kullanım
- Example#1326 - Nesne yönelimli kullanım
- Example#1327 - Yordamsal kullanım
- Example#1328 - Nesne yönelimli kullanım
- Example#1329 - Yordamsal kullanım
- Example#1330 - Nesne yönelimli kullanım
- Example#1331 - Yordamsal kullanım
- Example#1332 - Nesne yönelimli kullanım
- Example#1333 - Yordamsal kullanım
- Example#1334 - Nesne yönelimli kullanım
- Example#1335 - Yordamsal kullanım
- Example#1336 - Nesne yönelimli kullanım
- Example#1337 - Yordamsal kullanım
- Example#1338 - Nesne yönelimli kullanım
- Example#1339 - Yordamsal kullanım
- Example#1340 - Nesne yönelimli kullanım
- Example#1341 - Yordamsal kullanım
- Example#1342 - Nesne yönelimli kullanım
- Example#1343 - Yordamsal kullanım
- Example#1344 - Nesne yönelimli kullanım
- Example#1345 - Yordamsal kullanım
- Example#1346 -
- Example#1347 -
- Example#1348 -
- Example#1349 -
- Example#1350 -
- Example#1351 -
- Example#1352 -
- Example#1353 -
- Example#1354 -
- Example#1355 -
- Example#1356 -
- Example#1357 -
- Example#1358 -
- Example#1359 -
- Example#1360 -
- Example#1361 - Connection URI read preferences with query string syntax
- Example#1362 - Setting read preferences with array syntax for tag sets
- Example#1363 - Passing a WriteConcern to a write operation
- Example#1364 - Connection string WriteConcerns
- Example#1365 - MongoDB::setWriteConcern and MongoCollection::setWriteConcern
- Example#1366 - Unacknowledged WriteConcern, followed with Acknowledged Write
- Example#1367 - Acknowledged Writes
- Example#1368 - Majority Acknowledged Write
- Example#1369 - Acknowledged and Journaled Write
- Example#1370 - Connect to MongoDB Instance with SSL Encryption
- Example#1371 - Connect to MongoDB Instance with SSL Encryption, verifying it is who we think it is
- Example#1372 - Connect to MongoDB Instance that Requires Client Certificates
- Example#1373 - Authenticating with X.509 certificates
- Example#1374 - Authenticating against the "admin" database
- Example#1375 - Authenticating against normal databases
- Example#1376 - ReplicaSet seedlist
- Example#1377 - Wrong replica set name duplication
- Example#1378 - Correct use of two replica set names
- Example#1379 -
- Example#1380 -
- Example#1381 -
- Example#1382 -
- Example#1383 -
- Example#1384 - Inheriting ReadPreferences from the Database level down to the Cursor
- Example#1385 -
- Example#1386 -
- Example#1387 -
- Example#1388 -
- Example#1389 -
- Example#1390 -
- Example#1391 -
- Example#1392 - MongoClient basic usage
- Example#1393 - MongoClient::close example
- Example#1394 - MongoClient::__construct replica set example
- Example#1395 - Connecting to a domain socket
- Example#1396 - MongoClient::__construct authentication example
- Example#1397 - MongoClient::__construct read preference example
- Example#1398 - MongoClient::__construct options example
- Example#1399 - MongoClient::__construct read preference example
- Example#1400 - MongoClient::getConnections example
- Example#1401 - MongoClient::getReadPreference return value example
- Example#1402 - MongoClient::getWriteConcern return value example
- Example#1403 - MongoClient::killCursor example
- Example#1404 - MongoClient::listDBs example
- Example#1405 - MongoClient::selectCollection example
- Example#1406 - MongoClient::setReadPreference tag set array syntax example
- Example#1407 - MongoClient::setWriteConcern example
- Example#1408 - Selecting a database
- Example#1409 - MongoDB::command "distinct" example
- Example#1410 - MongoDB::command "distinct" example
- Example#1411 - MongoDB::command MapReduce example
- Example#1412 - MongoDB::command "textSearch" example
- Example#1413 - MongoDB::command "geoNear" example
- Example#1414 - MongoDB::createCollection capped collection example
- Example#1415 - MongoDB::createDBRef example
- Example#1416 - MongoDB::createDBRef example
- Example#1417 - MongoDB::drop example
- Example#1418 - Simple MongoDB::execute example
- Example#1419 - Parameter MongoDB::execute example
- Example#1420 - Scope example
- Example#1421 - MongoDB::getCollectionNames example
- Example#1422 - MongoDB::getDBRef example
- Example#1423 - MongoDB::getGridFS example
- Example#1424 - MongoDB::getReadPreference return value example
- Example#1425 - MongoDB::getWriteConcern return value example
- Example#1426 - MongoDB::lastError NULL error example
- Example#1427 - MongoDB::lastError duplicate key example
- Example#1428 - MongoDB::listCollections example
- Example#1429 - MongoDB::repair example
- Example#1430 - MongoDB::setReadPreference tag set array syntax example
- Example#1431 - MongoDB::setWriteConcern example
- Example#1432 - MongoCollection::aggregate example
- Example#1433 - MongoCollection::aggregate example
- Example#1434 - MongoCollection::aggregate example
- Example#1435 - MongoCollection::aggregate with command options
- Example#1436 - MongoCollection::aggregateCursor example
- Example#1437 - MongoCollection::aggregateCursor
example with different initial batch size
- Example#1438 - MongoCollection::batchInsert example
- Example#1439 - MongoCollection::batchInsert example with
ignoring errors
- Example#1440 - MongoCollection::count example
- Example#1441 - MongoCollection::createDBRef example
- Example#1442 - MongoCollection::createIndex example
- Example#1443 - Geospatial Indexing
- Example#1444 - Drop duplicates example
- Example#1445 - MongoCollection::deleteIndex example
- Example#1446 - MongoCollection::deleteIndexes example
- Example#1447 - MongoCollection::distinct example
- Example#1448 - MongoCollection::distinct example on a embedded document
- Example#1449 - MongoCollection::drop example
- Example#1450 - MongoCollection::ensureIndex example
- Example#1451 - Geospatial Indexing
- Example#1452 - Drop duplicates example
- Example#1453 - MongoCollection::find example
- Example#1454 - MongoCollection::find example
- Example#1455 - MongoCollection::find example using $where
- Example#1456 - MongoCollection::find example using $in
- Example#1457 - Getting results as an array
- Example#1458 - MongoCollection::findAndModify example
- Example#1459 - MongoCollection::findAndModify error handling
- Example#1460 - MongoCollection::findOne document by its id.
- Example#1461 - MongoCollection::findOne document by some condition.
- Example#1462 - MongoCollection::getDBRef example
- Example#1463 - MongoCollection::getIndexInfo example
- Example#1464 - MongoCollection::getName example
- Example#1465 - MongoCollection::getReadPreference return value example
- Example#1466 - MongoCollection::getWriteConcern return value example
- Example#1467 - MongoCollection::group example
- Example#1468 - MongoCollection::group example
- Example#1469 - Passing a keys function
- Example#1470 - MongoCollection::insert _id example
- Example#1471 - MongoCollection::insert acknowledged write example
- Example#1472 - MongoCollection::parallelCollectionScan example
- Example#1473 - MongoCollection::remove with justOne example
- Example#1474 - MongoCollection::save example
- Example#1475 - MongoCollection::setReadPreference tag set array syntax example
- Example#1476 - MongoDB::setWriteConcern example
- Example#1477 - MongoCollection::toIndexString example
- Example#1478 - MongoCollection::__toString example
- Example#1479 - MongoCollection::update
- Example#1480 - MongoCollection::update upsert examples
- Example#1481 - MongoCollection::update multiple example
- Example#1482 - MongoCursor basic usage
- Example#1483 - Iterating over MongoCursor
- Example#1484 - Adding options to MongoCursor
- Example#1485 - MongoCursor::addOption example
- Example#1486 - MongoCursor::awaitData example
- Example#1487 - MongoCursor::batchSize and combinations with
MongoCursor::limit
- Example#1488 - MongoCursor::count example
- Example#1489 - MongoCursor::doQuery example
- Example#1490 - MongoCursor::explain example
- Example#1491 - MongoCursor::getReadPreference return value example
- Example#1492 - MongoCursor::info example
- Example#1493 - MongoCursor::maxTimeMS example
- Example#1494 - MongoCursor::setFlag example
- Example#1495 - MongoCursor::setReadPreference tag set array syntax example
- Example#1496 - MongoCursor::slaveOkay example
- Example#1497 - MongoCursor::sort example
- Example#1498 - MongoCursor::tailable example
- Example#1499 - MongoCursor::timeout example
- Example#1500 - Adding options to MongoCommandCursor
- Example#1501 - MongoCommandCursor::batchSize
- Example#1502 - MongoCommandCursor::createFromDocument
- Example#1503 - MongoCommandCursor::info example
- Example#1504 - MongoId::__construct example
- Example#1505 - Parameter example
- Example#1506 - MongoId::__toString example
- Example#1507 - MongoCode::__construct example
- Example#1508 - Using MongoCode with $where
- Example#1509 - MongoCode::__toString example
- Example#1510 - Storing dates with MongoDate
- Example#1511 - MongoDate::__construct example
- Example#1512 - Regular expression pattern
- Example#1513 - MongoRegex::__construct example
- Example#1514 - MongoRegex::__toString example
- Example#1515 -
- Example#1516 - Linking documents
- Example#1517 - Creating MongoDBRef links
- Example#1518 - MongoDBRef::create example
- Example#1519 - MongoCollection::createDBRef example
- Example#1520 - MongoGridFS::findOne example
- Example#1521 - MongoGridFS::storeBytes with additional metadata
- Example#1522 - MongoGridFS::storeFile with additional metadata
- Example#1523 - MongoGridFS::storeUpload HTML form example
- Example#1524 - MongoGridFSFile::getBytes example
- Example#1525 - MongoGridFSFile::getResource example
- Example#1526 - MongoGridFSFile::write example
- Example#1527 - MongoWriteBatch example
- Example#1528 - MongoWriteBatch::add example
- Example#1529 - MongoWriteBatch::add example
- Example#1530 - MongoWriteBatch::add example
- Example#1531 - MongoWriteBatch::add example
- Example#1532 - MongoWriteBatch::add example
- Example#1533 - MongoWriteBatch::add example
- Example#1534 - MongoLog::setCallback example
- Example#1535 - Changing pool size
- Example#1536 - Mongo::setPoolSize example
- Example#1537 - Changing pool size
- Example#1538 - Mongo::setPoolSize example
- Example#1539 - MongoResultException::getDocument example
- Example#1540 - Catching MongoDuplicateKeyException
- Example#1541 - Catching MongoProtocolException
- Example#1542 - mSQL usage example
- Example#1543 - msql_fetch_array example
- Example#1544 - msql_fetch_object example
- Example#1545 - msql_fetch_row example
- Example#1546 - msql_query example
- Example#1547 - mssql_bind example
- Example#1548 - mssql_close example
- Example#1549 - mssql_connect example
- Example#1550 - mssql_data_seek example
- Example#1551 - mssql_execute example
- Example#1552 - mssql_fetch_array example
- Example#1553 - mssql_fetch_assoc example
- Example#1554 - mssql_fetch_batch example
- Example#1555 - mssql_fetch_field example
- Example#1556 - mssql_fetch_object example
- Example#1557 - mssql_fetch_row example
- Example#1558 - mssql_field_length example
- Example#1559 - mssql_field_name example
- Example#1560 - Using mssql_field_seek on the example for mssql_fetch_field
- Example#1561 - mssql_field_type example
- Example#1562 - mssql_free_result example
- Example#1563 - mssql_free_statement example
- Example#1564 - mssql_get_last_message example
- Example#1565 - mssql_guid_string example
- Example#1566 - mssql_init example
- Example#1567 - mssql_min_error_severity example
- Example#1568 - mssql_min_message_severity example
- Example#1569 - mssql_next_result example
- Example#1570 - mssql_num_fields example
- Example#1571 - mssql_num_rows example
- Example#1572 - mssql_pconnect using the new_link parameter
- Example#1573 - mssql_query example
- Example#1574 - mssql_result example
- Example#1575 - Faster alternative to above example
- Example#1576 - mssql_rows_affected example
- Example#1577 - mssql_select_db example
- Example#1578 - Escaping the database name with square brackets
- Example#1579 - Comparing the three MySQL APIs
- Example#1580 - Configure commands for using mysqlnd or libmysqlclient
- Example#1581 - Unbuffered query example: mysqli
- Example#1582 - Unbuffered query example: pdo_mysql
- Example#1583 - Unbuffered query example: mysql
- Example#1584 - Problems with setting the character set with SQL
- Example#1585 - Setting the character set example: mysqli
- Example#1586 - Setting the character set example: pdo_mysql
- Example#1587 - Setting the character set example: mysql
- Example#1588 - - MySQL eklentisi örneği
- Example#1589 - - mysql_affected_rows örneği
- Example#1590 - - Hareket kullananılan mysql_affected_rows örneği
- Example#1591 - - mysql_client_encoding örneği
- Example#1592 - - mysql_close örneği
- Example#1593 - - mysql_connect örneği
- Example#1594 - - konak_adı:port sözdizimini kullanan mysql_connect örneği
- Example#1595 - - ":/bir/yol/soket" sözdizimini kullanan mysql_connect örneği
- Example#1596 - - mysql_create_db yerine kullanılacak kod örneği
- Example#1597 - mysql_data_seek example
- Example#1598 - - mysql_db_name örneği
- Example#1599 - - mysql_db_query yerine kullanılabilecek kod
örneği
- Example#1600 - mysql_drop_db alternative example
- Example#1601 - mysql_errno example
- Example#1602 - mysql_error example
- Example#1603 - mysql_escape_string example
- Example#1604 - Query with aliased duplicate field names
- Example#1605 - mysql_fetch_array with MYSQL_NUM
- Example#1606 - mysql_fetch_array with MYSQL_ASSOC
- Example#1607 - mysql_fetch_array with MYSQL_BOTH
- Example#1608 - An expanded mysql_fetch_assoc example
- Example#1609 - mysql_fetch_field example
- Example#1610 - - mysql_fetch_lengths örneği
- Example#1611 - mysql_fetch_object example
- Example#1612 - mysql_fetch_object example
- Example#1613 - Fetching one row with mysql_fetch_row
- Example#1614 - A mysql_field_flags example
- Example#1615 - - mysql_field_len örneği
- Example#1616 - mysql_field_name example
- Example#1617 - - mysql_field_table örneği
- Example#1618 - mysql_field_type example
- Example#1619 - - mysql_free_result örneği
- Example#1620 - - mysql_get_client_info örneği
- Example#1621 - - mysql_get_host_info örneği
- Example#1622 - - mysql_get_proto_info örneği
- Example#1623 - - mysql_get_server_info örneği
- Example#1624 - - İlgili MySQL Deyimleri
- Example#1625 - mysql_insert_id example
- Example#1626 - - mysql_list_dbs örneği
- Example#1627 - - mysql_list_fields yerine kullanılabilecek
kod örneği
- Example#1628 - - mysql_list_processes örneği
- Example#1629 - - mysql_list_tables yerine kullanılabilecek
kod örneği
- Example#1630 - - mysql_num_fields örneği
- Example#1631 - - mysql_num_rows örneği
- Example#1632 - - mysql_ping örneği
- Example#1633 - Invalid Query
- Example#1634 - Valid Query
- Example#1635 - Simple mysql_real_escape_string example
- Example#1636 - An example SQL Injection Attack
- Example#1637 - mysql_result example
- Example#1638 - - mysql_select_db örneği
- Example#1639 - - mysql_stat örneği
- Example#1640 - - Bir başka mysql_stat örneği
- Example#1641 - - mysql_tablename örneği
- Example#1642 - - mysql_thread_id örneği
- Example#1643 - Easy migration from the old mysql extension
- Example#1644 - Object-oriented and procedural interface
- Example#1645 - Bad coding style
- Example#1646 - Special meaning of localhost
- Example#1647 - Setting defaults
- Example#1648 - Connecting to MySQL
- Example#1649 - Navigation through buffered results
- Example#1650 - Navigation through unbuffered results
- Example#1651 - Text protocol returns strings by default
- Example#1652 - Native data types with mysqlnd and connection option
- Example#1653 - First stage: prepare
- Example#1654 - Second stage: bind and execute
- Example#1655 - INSERT prepared once, executed multiple times
- Example#1656 - Less round trips using multi-INSERT SQL
- Example#1657 - Native datatypes
- Example#1658 - Output variable binding
- Example#1659 - Using mysqli_result to fetch results
- Example#1660 - Buffered result set for flexible read out
- Example#1661 - Calling a stored procedure
- Example#1662 - Using session variables
- Example#1663 - Fetching results from stored procedures
- Example#1664 - Stored Procedures and Prepared Statements
- Example#1665 - Stored Procedures and Prepared Statements using bind API
- Example#1666 - Multiple Statements
- Example#1667 - SQL Injection
- Example#1668 - Setting auto commit mode with SQL and through the API
- Example#1669 - Commit and rollback
- Example#1670 - Accessing result set meta data
- Example#1671 - Prepared statements metadata
- Example#1672 - $mysqli->affected_rows example
- Example#1673 - mysqli::autocommit example
- Example#1674 - mysqli::change_user example
- Example#1675 - mysqli::character_set_name example
- Example#1676 - mysqli_get_client_info
- Example#1677 - mysqli_get_client_version
- Example#1678 - mysqli::commit example
- Example#1679 - $mysqli->connect_errno example
- Example#1680 - $mysqli->connect_error example
- Example#1681 - mysqli::__construct example
- Example#1682 - Generating a Trace File
- Example#1683 - $mysqli->errno example
- Example#1684 - $mysqli->error_list example
- Example#1685 - $mysqli->error example
- Example#1686 - $mysqli->field_count example
- Example#1687 - mysqli::get_charset example
- Example#1688 - mysqli_get_client_info
- Example#1689 - A mysqli_get_client_stats example
- Example#1690 - mysqli_get_client_version
- Example#1691 - A mysqli_get_connection_stats example
- Example#1692 - $mysqli->host_info example
- Example#1693 - $mysqli->protocol_version example
- Example#1694 - $mysqli->server_info example
- Example#1695 - $mysqli->server_version example
- Example#1696 - $mysqli->info example
- Example#1697 - $mysqli->insert_id example
- Example#1698 - mysqli::kill example
- Example#1699 - mysqli::multi_query example
- Example#1700 - mysqli::ping example
- Example#1701 - A mysqli_poll example
- Example#1702 - mysqli::prepare example
- Example#1703 - mysqli::query example
- Example#1704 - mysqli::real_connect example
- Example#1705 - mysqli::real_escape_string example
- Example#1706 - mysqli::rollback example
- Example#1707 - mysqli::select_db example
- Example#1708 - mysqli::set_charset example
- Example#1709 - mysqli::set_local_infile_handler example
- Example#1710 - $mysqli->sqlstate example
- Example#1711 - mysqli::stat example
- Example#1712 - $mysqli->thread_id example
- Example#1713 - mysqli::use_result example
- Example#1714 - $mysqli->warning_count example
- Example#1715 - Nesne yönelimli kullanım
- Example#1716 - Yordamsal kullanım
- Example#1717 - Nesne yönelimli kullanım
- Example#1718 - Yordamsal kullanım
- Example#1719 - Nesne yönelimli kullanım
- Example#1720 - Yordamsal kullanım
- Example#1721 - Nesne yönelimli kullanım
- Example#1722 - Yordamsal kullanım
- Example#1723 - Nesne yönelimli kullanım
- Example#1724 - Yordamsal kullanım
- Example#1725 - Nesne yönelimli kullanım
- Example#1726 - Yordamsal kullanım
- Example#1727 - Nesne yönelimli kullanım
- Example#1728 - Yordamsal kullanım
- Example#1729 - Nesne yönelimli kullanım
- Example#1730 - Yordamsal kullanım
- Example#1731 - Nesne yönelimli kullanım
- Example#1732 - Yordamsal kullanım
- Example#1733 - Nesne yönelimli kullanım
- Example#1734 - Yordamsal kullanım
- Example#1735 - Nesne yönelimli kullanım
- Example#1736 - Yordamsal kullanım
- Example#1737 - Nesne yönelimli kullanım
- Example#1738 - Yordamsal kullanım
- Example#1739 - Nesne yönelimli kullanım
- Example#1740 - Yordamsal kullanım
- Example#1741 - Nesne yönelimli kullanım
- Example#1742 - Yordamsal kullanım
- Example#1743 - Nesne yönelimli kullanım
- Example#1744 - Nesne yönelimli kullanım
- Example#1745 - Yordamsal kullanım
- Example#1746 - Nesne yönelimli kullanım
- Example#1747 - Yordamsal kullanım
- Example#1748 - Nesne yönelimli kullanım
- Example#1749 - Yordamsal kullanım
- Example#1750 - Nesne yönelimli kullanım
- Example#1751 - Yordamsal kullanım
- Example#1752 - Nesne yönelimli kullanım
- Example#1753 - Yordamsal kullanım
- Example#1754 - Nesne yönelimli kullanım
- Example#1755 - Yordamsal kullanım
- Example#1756 - A mysqli_result example comparing iterator usage
- Example#1757 - Nesne yönelimli kullanım
- Example#1758 - Yordamsal kullanım
- Example#1759 - Nesne yönelimli kullanım
- Example#1760 - Yordamsal kullanım
- Example#1761 - Nesne yönelimli kullanım
- Example#1762 - Yordamsal kullanım
- Example#1763 - Nesne yönelimli kullanım
- Example#1764 - Yordamsal kullanım
- Example#1765 - Nesne yönelimli kullanım
- Example#1766 - Yordamsal kullanım
- Example#1767 - Nesne yönelimli kullanım
- Example#1768 - Yordamsal kullanım
- Example#1769 - Nesne yönelimli kullanım
- Example#1770 - Yordamsal kullanım
- Example#1771 - Nesne yönelimli kullanım
- Example#1772 - Yordamsal kullanım
- Example#1773 - Nesne yönelimli kullanım
- Example#1774 - Yordamsal kullanım
- Example#1775 - Nesne yönelimli kullanım
- Example#1776 - Yordamsal kullanım
- Example#1777 - A mysqli_get_cache_stats example
- Example#1778 - Enabling the plugin (php.ini)
- Example#1779 - Minimal plugin-specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1780 - Recommended minimal plugin-specific config (mysqlnd_ms_plugin.ini)
- Example#1781 - Using one server as a master and as a slave (testing only!)
- Example#1782 - Plugin specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1783 - Opening a load balanced connection
- Example#1784 - Executing statements
- Example#1785 - Plugin config with one slave and one master
- Example#1786 - Pitfall: connection state and SQL user variables
- Example#1787 - Plugin config with one slave and one master
- Example#1788 - SQL hints to prevent connection switches
- Example#1789 - Fighting replication lag
- Example#1790 - Table creation on a slave
- Example#1791 - Plugin config with one slave and one master
- Example#1792 - Using SQL hints for transactions
- Example#1793 - Transaction aware load balancing: trx_stickiness setting
- Example#1794 - Transaction aware
- Example#1795 - Session consistency: read your writes
- Example#1796 - Requesting session consistency
- Example#1797 - Maximum age/slave lag
- Example#1798 - Limiting slave lag
- Example#1799 - Fail over not set
- Example#1800 - No slave within time limit
- Example#1801 - Create counter table on master
- Example#1802 - Plugin config: SQL for client-side GTID injection
- Example#1803 - Transparent global transaction ID injection
- Example#1804 - Plugin config: SQL for fetching GTID
- Example#1805 - Obtaining GTID after injection
- Example#1806 - Plugin config: Checking for a certain GTID
- Example#1807 - Session consistency service level and GTID combined
- Example#1808 - Plugin config: using MySQL 5.6.5-m8 built-in GTID feature
- Example#1809 - Recap: quality of service to request read your writes
- Example#1810 - Plugin config: no special entries for caching
- Example#1811 - Caching a slave request
- Example#1812 - Read your writes and caching combined
- Example#1813 - Manual failover, automatic optional
- Example#1814 - Manual failover
- Example#1815 - Cluster node groups
- Example#1816 - Manual partitioning using SQL hints
- Example#1817 - Plugin config: Fabric hosts instead of MySQL servers
- Example#1818 - Manual partitioning using SQL hints
- Example#1819 - Provoking a connection error
- Example#1820 - Connection error on query execution
- Example#1821 - Provoking a connection error
- Example#1822 - Most basic failover
- Example#1823 - Provoking a transient error
- Example#1824 - Transient error retry loop
- Example#1825 - Enabling the plugin (php.ini)
- Example#1826 - Basic plugin configuration (mysqlnd_ms_plugin.ini) for MySQL Replication
- Example#1827 - Multiple primaries - multi master (php.ini)
- Example#1828 - Primary copy with multiple primaries and paritioning
- Example#1829 - Multiple primaries - multi master (php.ini)
- Example#1830 - Synchronous update anywhere cluster
- Example#1831 - Converting a PHP array (hash) into JSON format
- Example#1832 - Using section names example
- Example#1833 - List of anonymous slaves
- Example#1834 - Master list using symbolic names
- Example#1835 - Keywords to configure a server
- Example#1836 - New roundrobin filter, old functionality
- Example#1837 - The user filter replaces mysqlnd_ms_set_user_pick_server
- Example#1838 - Common error message in case of configuration file issues (upto version 1.5.0)
- Example#1839 - Improved configuration file validation since 1.5.0
- Example#1840 - Possibly more precise error due to mysqlnd_ms.force_config_usage=1
- Example#1841 - Minimum pluging configuration for use with MySQL Fabric
- Example#1842 - Optional timeout for communication with Fabric
- Example#1843 - Warnings about the violation of transaction boundaries
- Example#1844 - Invalid filter sequence
- Example#1845 - Random load balancing with random filter
- Example#1846 - Random once load balancing with random filter
- Example#1847 - Referencing error
- Example#1848 - Assigning a weight for load balancing
- Example#1849 - roundrobin filter
- Example#1850 - Setting a callback
- Example#1851 - Using a callback
- Example#1852 - Returning random masters and slaves
- Example#1853 - Manual partitioning
- Example#1854 - Global limit on slave lag
- Example#1855 - Optional master failover when failing to connect to slave (PECL/mysqlnd_ms < 1.4.0)
- Example#1856 - New syntax since 1.4.0
- Example#1857 - Disabling lazy connection
- Example#1858 - String escaping on a lazy connection handle
- Example#1859 - Master on write for consistent reads
- Example#1860 - Using master to execute transactions
- Example#1861 - No automatic failover, error handling pitfall
- Example#1862 - Retry loop for transient errors
- Example#1863 - Using section names example
- Example#1864 - List-like syntax
- Example#1865 - Verify plugin activity in a non-threaded deployment model
- Example#1866 - Recording statistics during shutdown
- Example#1867 - Example demonstrating the usage of mysqlnd_ms constants
- Example#1868 - mysqlnd_ms_dump_servers example
- Example#1869 - mysqlnd_ms_get_last_gtid example
- Example#1870 - mysqlnd_ms_get_last_used_connection example
- Example#1871 - mysqlnd_ms_get_stats example
- Example#1872 - mysqlnd_ms_match_wild example
- Example#1873 - mysqlnd_ms_query_is_select example
- Example#1874 - mysqlnd_ms_set_qos example
- Example#1875 - mysqlnd_ms_set_user_pick_server example
- Example#1876 - Enabling the plugin (php.ini)
- Example#1877 - Using the MYSQLND_QC_ENABLE_SWITCH SQL hint
- Example#1878 - Using the MYSQLND_QC_DISABLE_SWITCH SQL hint
- Example#1879 - Example showing which type of statements are not cached
- Example#1880 - Enabling caching for all statements using the mysqlnd_qc.cache_no_table ini setting
- Example#1881 - Setting the TTL with the mysqlnd_qc.ttl ini setting
- Example#1882 - Setting TTL with SQL hints
- Example#1883 - Setting a callback with mysqlnd_qc_set_is_select
- Example#1884 - Enabling the slam defense mechanism
- Example#1885 - Collecting a query trace
- Example#1886 - Setting the backtrace depth with the mysqlnd_qc.query_trace_bt_depth ini setting
- Example#1887 - Collecting statistics data with the mysqlnd_qc.time_statistics ini setting
- Example#1888 - Example mysqlnd_qc_get_cache_info usage
- Example#1889 - Example mysqlnd_qc_get_normalized_query_trace_log usage
- Example#1890 - Using a user-defined storage handler
- Example#1891 - Using SQL hint constants
- Example#1892 - Example mysqlnd_qc_set_cache_condition usage
- Example#1893 - mysqlnd_qc_get_available_handlers example
- Example#1894 - mysqlnd_qc_get_cache_info example
- Example#1895 - mysqlnd_qc_get_core_stats example
- Example#1896 - mysqlnd_qc_get_normalized_query_trace_log example
- Example#1897 - mysqlnd_qc_get_query_trace_log example
- Example#1898 - mysqlnd_qc_set_cache_condition example
- Example#1899 - mysqlnd_qc_set_is_select example
- Example#1900 - mysqlnd_qc_set_storage_handler example
- Example#1901 - Enabling the plugin (php.ini)
- Example#1902 - Pseudo-code: what a built-in class does
- Example#1903 - Installing a proxy
- Example#1904 - Proxy registration, mysqlnd_uh.enable=1
- Example#1905 - Proxy installation disabled
- Example#1906 - Connection proxy
- Example#1907 - Prepared statement proxy
- Example#1908 - Basic Monitoring
- Example#1909 - MysqlndUhConnection::changeUser example
- Example#1910 - MysqlndUhConnection::charsetName example
- Example#1911 - MysqlndUhConnection::close example
- Example#1912 - MysqlndUhConnection::connect example
- Example#1913 - MysqlndUhConnection::endPSession example
- Example#1914 - MysqlndUhConnection::escapeString example
- Example#1915 - MysqlndUhConnection::getAffectedRows example
- Example#1916 - MysqlndUhConnection::getErrorNumber example
- Example#1917 - MysqlndUhConnection::getErrorString example
- Example#1918 - MysqlndUhConnection::getFieldCount example
- Example#1919 - MysqlndUhConnection::getHostInformation example
- Example#1920 - MysqlndUhConnection::getLastInsertId example
- Example#1921 - MysqlndUhConnection::getLastMessage example
- Example#1922 - MysqlndUhConnection::getProtocolInformation example
- Example#1923 - MysqlndUhConnection::getServerInformation example
- Example#1924 - MysqlndUhConnection::getServerStatistics example
- Example#1925 - MysqlndUhConnection::getServerVersion example
- Example#1926 - MysqlndUhConnection::getSqlstate example
- Example#1927 - MysqlndUhConnection::getStatistics example
- Example#1928 - MysqlndUhConnection::getThreadId example
- Example#1929 - MysqlndUhConnection::getWarningCount example
- Example#1930 - MysqlndUhConnection::init example
- Example#1931 - MysqlndUhConnection::kill example
- Example#1932 - MysqlndUhConnection::listFields example
- Example#1933 - MysqlndUhConnection::listMethod example
- Example#1934 - MysqlndUhConnection::moreResults example
- Example#1935 - MysqlndUhConnection::nextResult example
- Example#1936 - MysqlndUhConnection::ping example
- Example#1937 - MysqlndUhConnection::query example
- Example#1938 - MysqlndUhConnection::queryReadResultsetHeader example
- Example#1939 - MysqlndUhConnection::reapQuery example
- Example#1940 - MysqlndUhConnection::refreshServer example
- Example#1941 - MysqlndUhConnection::restartPSession example
- Example#1942 - MysqlndUhConnection::selectDb example
- Example#1943 - MysqlndUhConnection::sendClose example
- Example#1944 - MysqlndUhConnection::sendQuery example
- Example#1945 - MysqlndUhConnection::serverDumpDebugInformation example
- Example#1946 - MysqlndUhConnection::setAutocommit example
- Example#1947 - MysqlndUhConnection::setCharset example
- Example#1948 - MysqlndUhConnection::setClientOption example
- Example#1949 - MysqlndUhConnection::setServerOption example
- Example#1950 - MysqlndUhConnection::simpleCommand example
- Example#1951 - MysqlndUhConnection::simpleCommandHandleResponse example
- Example#1952 - MysqlndUhConnection::sslSet example
- Example#1953 - MysqlndUhConnection::stmtInit example
- Example#1954 - MysqlndUhConnection::storeResult example
- Example#1955 - MysqlndUhConnection::txCommit example
- Example#1956 - MysqlndUhConnection::txRollback example
- Example#1957 - MysqlndUhConnection::useResult example
- Example#1958 - MysqlndUhPreparedStatement::execute example
- Example#1959 - MysqlndUhPreparedStatement::prepare example
- Example#1960 - mysqlnd_uh_convert_to_mysqlnd example
- Example#1961 - mysqlnd_uh_set_connection_proxy example
- Example#1962 - Enabling the plugin (php.ini)
- Example#1963 - SQL table used for the Quickstart
- Example#1964 - Basic example.
- Example#1965 - mysqlnd_memcache_get_config example
- Example#1966 - mysqlnd_memcache_set example with
var_dump as a simple debugging callback.
- Example#1967 - Basic query
- Example#1968 - Inserting with bind variables
- Example#1969 - Binding in the WHERE clause of a query
- Example#1970 - Inserting and fetching a CLOB
- Example#1971 - Using a PL/SQL stored function
- Example#1972 - Using a PL/SQL stored procedure
- Example#1973 - Calling a PL/SQL function that returns a REF CURSOR
- Example#1974 - user_oci8_probes.d for tracing all user-level PHP OCI8 Static Probes with DTrace
- Example#1975 - oci_bind_array_by_name example
- Example#1976 - Inserting data with oci_bind_by_name
- Example#1977 - Binding once for multiple executions
- Example#1978 - Binding with a foreach loop
- Example#1979 - Binding in a WHERE clause
- Example#1980 - Binding with a LIKE clause
- Example#1981 - Binding with REGEXP_LIKE
- Example#1982 - Binding Multiple Values in an IN Clause
- Example#1983 - Binding a ROWID returned by a query
- Example#1984 - Binding a ROWID on INSERT
- Example#1985 - Binding for a PL/SQL stored function
- Example#1986 - Binding parameters for a PL/SQL stored procedure
- Example#1987 - Binding a CLOB column
- Example#1988 - Binding a PL/SQL BOOLEAN
- Example#1989 - oci_client_version example
- Example#1990 - Closing a connection
- Example#1991 - Database connections are not closed until all references are closed
- Example#1992 - Closing a connection opened more than once
- Example#1993 - Connections are closed when variables go out of scope
- Example#1994 - oci_commit example
- Example#1995 - Basic oci_connect using Easy Connect syntax
- Example#1996 - Basic oci_connect using a Network Connect name
- Example#1997 - oci_connect with an explicit character set
- Example#1998 - Using multiple calls to oci_connect
- Example#1999 - oci_define_by_name example
- Example#2000 - oci_define_by_name with case sensitive column names
- Example#2001 - oci_define_by_name with LOB columns
- Example#2002 - oci_define_by_name with an explicit type
- Example#2003 - Displaying the Oracle error message after a connection error
- Example#2004 - Displaying the Oracle error message after a parsing error
- Example#2005 - Displaying the Oracle error message, the problematic statement,
and the position of the problem of an execution error
- Example#2006 - oci_execute for queries
- Example#2007 - oci_execute without specifying a mode example
- Example#2008 - oci_execute with OCI_NO_AUTO_COMMIT example
- Example#2009 - oci_execute with different commit modes example
- Example#2010 - oci_execute with
OCI_DESCRIBE_ONLY example
- Example#2011 - oci_fetch_all example
- Example#2012 - oci_fetch_all example with OCI_FETCHSTATEMENT_BY_ROW
- Example#2013 - oci_fetch_all with OCI_NUM
- Example#2014 - oci_fetch_array with OCI_BOTH
- Example#2015 - oci_fetch_array with OCI_NUM
- Example#2016 - oci_fetch_array with OCI_ASSOC
- Example#2017 - oci_fetch_array with OCI_RETURN_NULLS
- Example#2018 - oci_fetch_array with OCI_RETURN_LOBS
- Example#2019 - oci_fetch_array with case sensitive column names
- Example#2020 - oci_fetch_array with columns having duplicate names
- Example#2021 - oci_fetch_array with DATE columns
- Example#2022 - oci_fetch_array with REF CURSOR
- Example#2023 - Pagination with oci_fetch_array using a LIMIT-like query
- Example#2024 - oci_fetch_array with Oracle Database 12c Implicit Result Sets
- Example#2025 - oci_fetch_assoc Example
- Example#2026 - oci_fetch_object example
- Example#2027 - oci_fetch_object with case sensitive column names
- Example#2028 - oci_fetch_object with LOBs
- Example#2029 - oci_fetch_row Example
- Example#2030 - oci_fetch with defined variables
- Example#2031 - oci_fetch with oci_result
- Example#2032 - oci_field_name example
- Example#2033 - oci_field_name example
- Example#2034 - oci_field_precision Example
- Example#2035 - oci_field_scale Example
- Example#2036 - oci_field_size example
- Example#2037 - oci_field_type_raw Example
- Example#2038 - oci_field_type example
- Example#2039 - Fetching Implicit Result Sets in a loop
- Example#2040 - Getting child statement handles individually
- Example#2041 - Explicitly setting the Prefetch Count
- Example#2042 - Implicit Result Set example without using oci_get_implicit_resultset
- Example#2043 - oci_new_connect example
- Example#2044 - Binding a REF CURSOR in an Oracle stored procedure call
- Example#2045 - oci_new_descriptor example
- Example#2046 - oci_new_descriptor example
- Example#2047 - oci_num_fields example
- Example#2048 - oci_num_rows example
- Example#2049 - oci_parse example for SQL statements
- Example#2050 - oci_parse example for PL/SQL statements
- Example#2051 - oci_password_change example changing the password of an already connected user
- Example#2052 - oci_password_change example of connecting and changing the password in one step
- Example#2053 - Basic oci_pconnect Example using Easy Connect syntax
- Example#2054 - oci_fetch with oci_result
- Example#2055 - oci_rollback example
- Example#2056 - Rolling back to a SAVEPOINT example
- Example#2057 - oci_server_version example
- Example#2058 - Setting the action
- Example#2059 - Setting the client identifier to the application user
- Example#2060 - Setting the client information
- Example#2061 - Two scripts can use different versions of myfunc() at the same time
- Example#2062 - Setting the module name
- Example#2063 - Changing the default prefetch value for a query
- Example#2064 - Changing the default prefetch for a REF CURSOR fetch
- Example#2065 - Setting the prefetch value when passing a REF CURSOR back to Oracle
- Example#2066 - oci_statement_type example
- Example#2067 - Connect to Ovrimos SQL Server and select from a system table
- Example#2068 - ovrimos_connect Example
- Example#2069 - A fetch into example
- Example#2070 - A fetch row example
- Example#2071 - ovrimos_prepare Example
- Example#2072 - Prepare a statement, execute, and view the result
- Example#2073 - ovrimos_result_all with meta-information
- Example#2074 - Creating a Paradox database with two fields
- Example#2075 - Turn a paradox date into a human readable form
- Example#2076 - Set the date/time fields in a paradox database to the current
date/time
- Example#2077 - Opening a Paradox database
- Example#2078 - Opening a Paradox database
- Example#2079 - Turn a paradox timestamp into a human readable form
- Example#2080 - PostgreSQL extension overview example
- Example#2081 - pg_affected_rows example
- Example#2082 - pg_cancel_query example
- Example#2083 - pg_client_encoding example
- Example#2084 - pg_close example
- Example#2085 - Using pg_connect
- Example#2086 - pg_connection_busy example
- Example#2087 - pg_connection_reset example
- Example#2088 - pg_connection_status example
- Example#2089 - pg_convert example
- Example#2090 - pg_copy_from example
- Example#2091 - pg_copy_to example
- Example#2092 - pg_dbname example
- Example#2093 - pg_delete example
- Example#2094 - pg_end_copy example
- Example#2095 - pg_escape_bytea example
- Example#2096 - pg_escape_identifier example
- Example#2097 - pg_escape_literal example
- Example#2098 - pg_escape_string example
- Example#2099 - Using pg_execute
- Example#2100 - pg_fetch_all_columns example
- Example#2101 - PostgreSQL fetch all
- Example#2102 - pg_fetch_array example
- Example#2103 - pg_fetch_assoc example
- Example#2104 - pg_fetch_object example
- Example#2105 - pg_fetch_result example
- Example#2106 - pg_fetch_row example
- Example#2107 - pg_field_is_null example
- Example#2108 - Getting information about fields
- Example#2109 - Getting information about fields
- Example#2110 - Getting information about fields
- Example#2111 - Getting information about fields
- Example#2112 - Getting table information about a field
- Example#2113 - Getting information about fields
- Example#2114 - Getting information about fields
- Example#2115 - pg_free_result example
- Example#2116 - PostgreSQL NOTIFY message
- Example#2117 - PostgreSQL backend PID
- Example#2118 - pg_get_result example
- Example#2119 - pg_host example
- Example#2120 - pg_insert example
- Example#2121 - pg_last_error example
- Example#2122 - pg_last_notice example
- Example#2123 - pg_last_oid example
- Example#2124 - pg_lo_close example
- Example#2125 - pg_lo_create example
- Example#2126 - pg_lo_export example
- Example#2127 - pg_lo_import example
- Example#2128 - pg_lo_open example
- Example#2129 - pg_lo_read_all example
- Example#2130 - pg_lo_read example
- Example#2131 - pg_lo_seek example
- Example#2132 - pg_lo_tell example
- Example#2133 - pg_lo_truncate example
- Example#2134 - pg_lo_unlink example
- Example#2135 - pg_lo_write example
- Example#2136 - Getting table metadata
- Example#2137 - pg_num_fields example
- Example#2138 - pg_num_rows example
- Example#2139 - pg_options example
- Example#2140 - pg_parameter_status example
- Example#2141 - Using pg_pconnect
- Example#2142 - pg_ping example
- Example#2143 - pg_port example
- Example#2144 - Using pg_prepare
- Example#2145 - pg_put_line example
- Example#2146 - Using pg_query_params
- Example#2147 - pg_query example
- Example#2148 - Using pg_query with multiple statements
- Example#2149 - pg_result_error_field example
- Example#2150 - pg_result_error example
- Example#2151 - pg_result_seek example
- Example#2152 - pg_result_status example
- Example#2153 - pg_select example
- Example#2154 - Using pg_send_execute
- Example#2155 - Using pg_send_prepare
- Example#2156 - Using pg_send_query_params
- Example#2157 - pg_send_query example
- Example#2158 - pg_set_client_encoding example
- Example#2159 - pg_set_error_verbosity example
- Example#2160 - pg_trace example
- Example#2161 - pg_transaction_status example
- Example#2162 - pg_tty example
- Example#2163 - pg_unescape_bytea example
- Example#2164 - pg_untrace example
- Example#2165 - pg_update example
- Example#2166 - pg_version example
- Example#2167 - - Yordamsal kullanım örneği
- Example#2168 - - Nesne yönelimli kullanım örneği
- Example#2169 - - Yordamsal kullanım örneği
- Example#2170 - - Nesne yönelimli kullanım örneği
- Example#2171 - - Yordamsal kullanım örneği
- Example#2172 - - Nesne yönelimli kullanım örneği
- Example#2173 - - sqlite_close örneği
- Example#2174 - - azami_uzunluk işlevi örneği
- Example#2175 - - sqlite_create_function örneği
- Example#2176 - - php işlevi kullanım örneği
- Example#2177 - - Yordamsal kullanım örneği
- Example#2178 - - Nesne yönelimli kullanım örneği
- Example#2179 - - sqlite_factory örneği
- Example#2180 - - Yordamsal kullanım örneği
- Example#2181 - - Nesne yönelimli kullanım örneği
- Example#2182 - - Yordamsal kullanım örneği
- Example#2183 - - Nesne yönelimli kullanım örneği
- Example#2184 - - Yordamsal kullanım örneği
- Example#2185 - - Nesne yönelimli kullanım örneği
- Example#2186 - - sqlite_fetch_single örneği
- Example#2187 - - Yordamsal kullanım örneği
- Example#2188 - - Nesne yönelimli kullanım örneği
- Example#2189 - - sqlite_open örneği
- Example#2190 - - İkil olarak güvenli azami_uzunluk işlevi örneği
- Example#2191 - - SQLite3::changes örneği
- Example#2192 - - SQLite3::close örneği
- Example#2193 - - SQLite3::__construct örneği
- Example#2194 - SQLite3::createCollation example
- Example#2195 - - SQLite3::createFunction örneği
- Example#2196 - - SQLite3::exec örneği
- Example#2197 - - SQLite3::loadExtension örneği
- Example#2198 - - SQLite3::open örneği
- Example#2199 - - SQLite3::prepare örneği
- Example#2200 - - SQLite3::query örneği
- Example#2201 - - SQLite3::querySingle örneği
- Example#2202 - - SQLite3::version örneği
- Example#2203 - - SQLite3Stmt::bindValue örneği
- Example#2204 - sqlsrv_begin_transaction example
- Example#2205 - sqlsrv_cancel example
- Example#2206 - sqlsrv_client_info example
- Example#2207 - sqlsrv_close example
- Example#2208 - sqlsrv_commit example
- Example#2209 - Connect using Windows Authentication.
- Example#2210 - Connect by specifying a user name and password.
- Example#2211 - Connect on a specifed port.
- Example#2212 - functionname example
- Example#2213 - sqlsrv_execute example
- Example#2214 - Retrieving an associative array.
- Example#2215 - Retrieving a numeric array.
- Example#2216 - sqlsrv_fetch_object example
- Example#2217 - sqlsrv_fetch example
- Example#2218 - sqlsrv_field_metadata example
- Example#2219 - sqlsrv_free_stmt example
- Example#2220 - sqlsrv_get_field example
- Example#2221 - sqlsrv_has_rows example
- Example#2222 - sqlsrv_next_result example
- Example#2223 - sqlsrv_num_fields example
- Example#2224 - sqlsrv_num_rows example
- Example#2225 - sqlsrv_prepare example
- Example#2226 - sqlsrv_query example
- Example#2227 - sqlsrv_rollback example
- Example#2228 - sqlsrv_rows_affected example
- Example#2229 - sqlsrv_send_stream_data example
- Example#2230 - sqlsrv_server_info example
- Example#2231 - Delete-Query
- Example#2232 - sybase_connect example
- Example#2233 - Identical fieldnames
- Example#2234 - sybase_fetch_object return as Foo
- Example#2235 - sybase_set_message_handler callback function
- Example#2236 - sybase_set_message_handler callback to a class
- Example#2237 - sybase_set_message_handler unhandled messages
- Example#2238 - sybase_unbuffered_query example
- Example#2239 - Putting and getting a key-value pair
- Example#2240 - TokyoTyrant::add example
- Example#2241 - TokyoTyrant::connect example
- Example#2242 - TokyoTyrant::connectUri example
- Example#2243 - TokyoTyrant::copy example
- Example#2244 - TokyoTyrant::ext example
- Example#2245 - TokyoTyrant::fwmKeys example
- Example#2246 - TokyoTyrant::get example
- Example#2247 - TokyoTyrant::getIterator example
- Example#2248 - TokyoTyrant::num example
- Example#2249 - TokyoTyrant::out example
- Example#2250 - TokyoTyrant::put example
- Example#2251 - TokyoTyrant::putCat example
- Example#2252 - tokyotyrant::putKeep example
- Example#2253 - TokyoTyrant::putNr example
- Example#2254 - TokyoTyrant::putShl example
- Example#2255 - TokyoTyrant::setMaster example
- Example#2256 - TokyoTyrant::size example
- Example#2257 - TokyoTyrant::stat example
- Example#2258 - TokyoTyrant::vanish example
- Example#2259 - TokyoTyrantTable::genUid example
- Example#2260 - TokyoTyrantTable::get example
- Example#2261 - TokyoTyrantTable::getIterator example
- Example#2262 - TokyoTyrantTable::getQuery example
- Example#2263 - TokyoTyrantTable::out example
- Example#2264 - TokyoTyrantTable::put example
- Example#2265 - TokyoTyrantTable::putCat example
- Example#2266 - TokyoTyrantTable::putKeep example
- Example#2267 - TokyoTyrantQuery::addCond example
- Example#2268 - TokyoTyrantQuery::__construct example
- Example#2269 - TokyoTyrantQuery::count example
- Example#2270 - TokyoTyrantQuery iterator example
- Example#2271 - TokyoTyrantQuery::hint example
- Example#2272 - TokyoTyrantQuery iterator example
- Example#2273 - TokyoTyrantQuery::metaSearch example
- Example#2274 - TokyoTyrantQuery iterator example
- Example#2275 - TokyoTyrantQuery::out example
- Example#2276 - TokyoTyrantQuery iterator example
- Example#2277 - TokyoTyrantQuery::search example
- Example#2278 - TokyoTyrantQuery iterator example
- Example#2279 - TokyoTyrantIterator::__construct example
- Example#2280 - cal_days_in_month örneği
- Example#2281 - cal_from_jd örneği
- Example#2282 - cal_info örneği
- Example#2283 - easter_date örneği
- Example#2284 - easter_days örneği
- Example#2285 - Takvim işlevleri örneği
- Example#2286 - jdtojewish örneği
- Example#2287 - DateTime::add example
- Example#2288 - Further DateTime::add examples
- Example#2289 - Beware when adding months
- Example#2290 - DateTime::__construct example
- Example#2291 - Intricacies of DateTime::__construct
- Example#2292 - DateTime::createFromFormat example
- Example#2293 - Intricacies of DateTime::createFromFormat
- Example#2294 - DateTime::getLastErrors example
- Example#2295 - DateTime::modify example
- Example#2296 - Beware when adding or subtracting months
- Example#2297 - DateTime::setDate example
- Example#2298 - Values exceeding ranges are added to their parent values
- Example#2299 - DateTime::setISODate example
- Example#2300 - Values exceeding ranges are added to their parent values
- Example#2301 - Finding the month a week is in
- Example#2302 - DateTime::setTime example
- Example#2303 - Values exceeding ranges are added to their parent values
- Example#2304 - DateTime::setTimestamp example
- Example#2305 - DateTime::setTimestamp alternative in PHP 5.2
- Example#2306 - DateTime::setTimeZone example
- Example#2307 - DateTime::sub example
- Example#2308 - Further DateTime::sub examples
- Example#2309 - Beware when subtracting months
- Example#2310 - - DateTimeZone örneklenirken hataların
yakalanması
- Example#2311 - - DateTimeZone::getLocation örneği
- Example#2312 - DateTimeZone::getOffset examples
- Example#2313 - A timezone_transitions_get example
- Example#2314 - A timezone_abbreviations_list example
- Example#2315 - A timezone_identifiers_list example
- Example#2316 -
- Example#2317 - - DateInterval örneği
- Example#2318 - - DateInterval ve büyük değerler
- Example#2319 - -
DateInterval ve
DateTime::diff ile %a ve %d değiştiricileri
- Example#2320 - - checkdate örneği
- Example#2321 - - Öntanımlı zaman diliminin getirilmesi
- Example#2322 - - Zaman diliminin kısaltmasının getirilmesi
- Example#2323 - - Öntanımlı zaman dilimini almak
- Example#2324 - date_parse_from_format example
- Example#2325 - - date_parse örneği
- Example#2326 - - date_sun_info örneği
- Example#2327 - - date_sunrise örneği
- Example#2328 - - date_sunset örneği
- Example#2329 - - date örnekleri
- Example#2330 - - date işlevinde önceleme karakterleri
- Example#2331 - - date ve mktime örneği
- Example#2332 - - date Biçemlemesi
- Example#2333 - - getdate örneği
- Example#2334 - - gettimeofday örneği
- Example#2335 - - gmdate örneği
- Example#2336 - - Windows üzerinde gmmktime işlevi
- Example#2337 - - gmstrftime örneği
- Example#2338 - - idate örneği
- Example#2339 - - localtime örneği
- Example#2340 - - microtime ile zamanlama betiği
- Example#2341 - - PHP 5'de zamanlama betiği
- Example#2342 - - Basit bir mktime örneği
- Example#2343 - - mktime örneği
- Example#2344 - - Gelecek ayın son günü
- Example#2345 - strftime locale examples
- Example#2346 - ISO 8601:1988 week number example
- Example#2347 - Cross platform compatible example using the %e modifier
- Example#2348 - Display all known and unknown formats.
- Example#2349 - - strptime örneği
- Example#2350 - A strtotime example
- Example#2351 - Checking for failure
- Example#2352 - - time örneği
- Example#2353 - - timezone_name_from_abbr örneği
- Example#2354 - Getting the timezonedb version
- Example#2355 - Measure several code blocks execution and get the total
- Example#2356 - - Açık bir dosya tanıtıcısının kapatılması
- Example#2357 - - Bir kilidin atanması ve silinmesi
- Example#2358 - - Bir dosya tanıtıcısının açılması
- Example#2359 - - Bir dosyada belli bir konuma gitmek
- Example#2360 - - Bir seri portun hızının ayarlanması
- Example#2361 - - chdir örneği
- Example#2362 - - closedir örneği
- Example#2363 - dir example
- Example#2364 - - getcwd örneği
- Example#2365 - - opendir örneği
- Example#2366 - - Bir dizin içeriğinin listelenmesi
- Example#2367 - - . ve .. girdileri
ayıklanarak dizin içeriğinin listelenmesi
- Example#2368 - - Basit bir scandir örneği
- Example#2369 - - PHP 4 için scandir örneği
- Example#2370 - - finfo_buffer örneği
- Example#2371 - - finfo_file örneği
- Example#2372 - - Nesne yönelimli kullanım örneği
- Example#2373 - - Yordamsal kullanım örneği
- Example#2374 - mime_content_type Example
- Example#2375 - - basename örneği
- Example#2376 - - Bir dosyanın grubunun değiştirilmesi
- Example#2377 - - chown örneği
- Example#2378 - - clearstatcache örneği
- Example#2379 - - copy örneği
- Example#2380 - - dirname örneği
- Example#2381 - - disk_free_space örneği
- Example#2382 - - disk_total_space örneği
- Example#2383 - - Basit bir fclose örneği
- Example#2384 - - Geçersiz dosya tanıtıcılı feof örneği
- Example#2385 - - fflush kullanarak dosyaya yazma örneği
- Example#2386 - - fgetc örneği
- Example#2387 - - Bir CSV dosyasının okunup basılması
- Example#2388 - - Bir dosyanın satır satır okunması
- Example#2389 - - Bir PHP dosyasının satır satır okunması
- Example#2390 - - Bir dosyanın varlığının sınanması
- Example#2391 - - Site başsayfasının kaynak kodunun çıktılanması
- Example#2392 - - include_path içinde arama
- Example#2393 - - Bir dosyanın belli bir bölümünün okunması
- Example#2394 - - Akım bağlamı kullanımı
- Example#2395 - - Basit kullanım örneği
- Example#2396 - - Seçenek kullanımı
- Example#2397 - - file örneği
- Example#2398 - - fileatime örneği
- Example#2399 - - filectime örneği
- Example#2400 - - Bir dosyanın grubunun bulunması
- Example#2401 - - Bir dosyanın düğüm numarasının geçerli dosya ile
karşılaştırılması
- Example#2402 - - filemtime örneği
- Example#2403 - - Bir dosyanın sahibinin bulunması
- Example#2404 - - İzinlerin sekizlik değer olarak gösterilmesi
- Example#2405 - - Tüm izinlerin gösterilmesi
- Example#2406 - - filesize örneği
- Example#2407 - - filetype örneği
- Example#2408 - - flock örneği
- Example#2409 - - Bir renk isminin bir kabuk dosya kalıbıyla eşleştirilmesi
- Example#2410 - - fopen örnekleri
- Example#2411 - - İkil dosyalarla fpassthru kullanımı
- Example#2412 - - fputcsv örneği
- Example#2413 - - Basit bir fread örneği
- Example#2414 - -İkil fread örneği
- Example#2415 - - Uzak fread örnekleri
- Example#2416 - - fscanf örneği
- Example#2417 - - kişiler.txt içeriği
- Example#2418 - - fseek örneği
- Example#2419 - - fstat örneği
- Example#2420 - - ftell örneği
- Example#2421 - - Dosya boyutunu sınırlama örneği
- Example#2422 - - Basit bir fwrite örneği
- Example#2423 - glob işlevini opendir ve
arkadaşları ile değiştirmenin uygun yolu
- Example#2424 - - is_dir örneği
- Example#2425 - - is_executable örneği
- Example#2426 - - is_file örneği
- Example#2427 - - Bir sembolik bağın oluşturulup sınanması
- Example#2428 - - is_readable örneği
- Example#2429 - - is_uploaded_file örneği
- Example#2430 - - is_writable örneği
- Example#2431 - - Bir sembolik bağın grubunun değiştirilmesi
- Example#2432 - - Bir sembolik bağın sahibinin değiştirilmesi
- Example#2433 - - Basit bir sabit bağ oluşturma örneği
- Example#2434 - - linkinfo örneği
- Example#2435 - - stat ve lstat karşılaştırması
- Example#2436 - - mkdir örneği
- Example#2437 - - Çok sayıda dosyanın karşıya yüklenmesi
- Example#2438 - - misal.ini içeriği
- Example#2439 - - parse_ini_file örneği
- Example#2440 - - Bir php.ini dosyasının parse_ini_file ile
çözümlenmesi
- Example#2441 - - pathinfo örneği
- Example#2442 - - pclose örneği
- Example#2443 - - popen örneği
- Example#2444 - - Hata döndüren popen örneği
- Example#2445 - readfile kullanarak dosya indirmeyi zorlamak
- Example#2446 - - readlink örneği
- Example#2447 - realpath_cache_get example
- Example#2448 - realpath_cache_size example
- Example#2449 - - realpath örneği
- Example#2450 - - Windows'ta realpath
- Example#2451 - - renameörneği
- Example#2452 - - rewind üste yazma örneği
- Example#2453 - - rmdir örneği
- Example#2454 - - stat örneği
- Example#2455 - - stat bilgisinin touch
ile birlikte kullanımı
- Example#2456 - - Bir sembolik bağ oluşturmak
- Example#2457 - - tempnam örneği
- Example#2458 - - tmpfile örneği
- Example#2459 - - touch örneği
- Example#2460 - -touch ve zaman kullanımı
- Example#2461 - - umask örneği
- Example#2462 - - Basit unlink kullanımı
- Example#2463 - Example usage of inotify
- Example#2464 - - magic.mime dosya yolunun belirtilmesi
- Example#2465 - setproctitle example
- Example#2466 - setthreadtitle example
- Example#2467 - - Yönetici dosyayı imzalamış mı diye bakmak
- Example#2468 - - Bir dosyanın tüm özniteliklerini listelemek
- Example#2469 - - Bir dosyanın ek özniteliklerinin tamamını silmek
- Example#2470 - - Bir .wav dosyasında ek öznitelik
tanımlamak
- Example#2471 - - xattr_supported örneği
- Example#2472 - - xdiff_file_bdiff_size örneği
- Example#2473 - - xdiff_file_bdiff örneği
- Example#2474 - - xdiff_file_bpatch örneği
- Example#2475 - - xdiff_file_diff_binary örneği
- Example#2476 - - xdiff_file_diff örneği
- Example#2477 - - xdiff_file_merge3 örneği
- Example#2478 - - xdiff_file_patch_binary örneği
- Example#2479 - - xdiff_file_patch örneği
- Example#2480 - - Yamayı geri alma örneği
- Example#2481 - - xdiff_file_rabdiff örneği
- Example#2482 - - xdiff_string_bdiff_size örneği
- Example#2483 - - xdiff_string_diff örneği
- Example#2484 - - xdiff_string_patch örneği
- Example#2485 - Enchant Usage Example
- Example#2486 - List the backends provided by the given broker
- Example#2487 - A enchant_broker_dict_exists example
- Example#2488 - List all available dictionaries for one broker
- Example#2489 - A enchant_broker_request_dict example
- Example#2490 - A enchant_dict_describe example
- Example#2491 - A enchant_dict_quick_check example
- Example#2492 - A enchant_dict_suggest example
- Example#2493 - Usage example.
- Example#2494 - Using Gender\Gender::country
- Example#2495 - - bindtextdomain örneği
- Example#2496 - - gettext örneği
- Example#2497 - ngettext örneği
- Example#2498 - - iconv_get_encoding örneği
- Example#2499 - - iconv_mime_decode_headers örneği
- Example#2500 - - iconv_mime_decode örneği
- Example#2501 - - iconv_mime_encode örneği
- Example#2502 - - iconv_set_encoding örneği
- Example#2503 - - iconv örneği
- Example#2504 - - ob_iconv_handler örneği
- Example#2505 - - Yordamsal API kullanım örneği
- Example#2506 - - Nesne yönelimli API kullanım örneği
- Example#2507 - - FRENCH_COLLATION kuralları
- Example#2508 - - ALTERNATE_HANDLING kuralları
- Example#2509 - - CASE_FIRST kuralları
- Example#2510 - - CASE_LEVEL kuralları
- Example#2511 - - collator_asort örneği
- Example#2512 - - collator_compare örneği
- Example#2513 - - Collator::__construct örneği
- Example#2514 - - collator_create örneği
- Example#2515 - - collator_get_attribute örneği
- Example#2516 - - collator_get_error_code örneği
- Example#2517 - - collator_get_error_message örneği
- Example#2518 - - collator_get_locale örneği
- Example#2519 - collator_get_sort_keyexample
- Example#2520 - - collator_get_strength örneği
- Example#2521 - - collator_set_attribute örneği
- Example#2522 - - collator_set_strength örneği
- Example#2523 - - collator_sort_with_sort_keys örneği
- Example#2524 - - collator_sort örneği
- Example#2525 - - numfmt_create örneği
- Example#2526 - - Nesne yönelimli kullanım örneği
- Example#2527 - - numfmt_format_currency örneği
- Example#2528 - - Nesne yönelimli kullanım örneği
- Example#2529 - - numfmt_format örneği
- Example#2530 - - Nesne yönelimli kullanım örneği
- Example#2531 - - numfmt_get_attribute örneği
- Example#2532 - - Nesne yönelimli kullanım örneği
- Example#2533 - - numfmt_get_error_code örneği
- Example#2534 - - Nesne yönelimli kullanım örneği
- Example#2535 - - numfmt_get_error_message örneği
- Example#2536 - - Nesne yönelimli kullanım örneği
- Example#2537 - - numfmt_get_locale örneği
- Example#2538 - - numfmt_get_pattern örneği
- Example#2539 - - Nesne yönelimli kullanım örneği
- Example#2540 - - numfmt_get_symbol örneği
- Example#2541 - - Nesne yönelimli kullanım örneği
- Example#2542 - - numfmt_get_text_attribute örneği
- Example#2543 - - Nesne yönelimli kullanım örneği
- Example#2544 - - numfmt_parse_currency örneği
- Example#2545 - - Nesne yönelimli kullanım örneği
- Example#2546 - - numfmt_parse örneği
- Example#2547 - - Nesne yönelimli kullanım örneği
- Example#2548 - - numfmt_set_attribute örneği
- Example#2549 - - Nesne yönelimli kullanım örneği
- Example#2550 - numfmt_set_pattern örneği
- Example#2551 - - Nesne yönelimli kullanım örneği
- Example#2552 - - numfmt_set_symbol örneği
- Example#2553 - - Nesne yönelimli kullanım örneği
- Example#2554 - - Yordamsal kullanım örneği
- Example#2555 - - Nesne yönelimli kullanım örneği
- Example#2556 - - locale_accept_from_http örneği
- Example#2557 - - Nesne yönelimli kullanım örneği
- Example#2558 - - locale_compose örneği
- Example#2559 - - Nesne yönelimli kullanım örneği
- Example#2560 - - locale_filter_matches örneği
- Example#2561 - - Nesne yönelimli kullanım örneği
- Example#2562 - - locale_get_all_variants örneği
- Example#2563 - - Nesne yönelimli kullanım örneği
- Example#2564 - - locale_get_default örneği
- Example#2565 - - Nesne yönelimli kullanım örneği
- Example#2566 - - locale_get_display_language örneği
- Example#2567 - - Nesne yönelimli kullanım örneği
- Example#2568 - - locale_get_display_name örneği
- Example#2569 - - Nesne yönelimli kullanım örneği
- Example#2570 - - locale_get_display_region örneği
- Example#2571 - - Nesne yönelimli kullanım örneği
- Example#2572 - - locale_get_display_script örneği
- Example#2573 - - Nesne yönelimli kullanım örneği
- Example#2574 - - locale_get_display_variant örneği
- Example#2575 - - Nesne yönelimli kullanım örneği
- Example#2576 - - locale_get_keywords örneği
- Example#2577 - - Nesne yönelimli kullanım örneği
- Example#2578 - - locale_get_primary_language örneği
- Example#2579 - - Nesne yönelimli kullanım örneği
- Example#2580 - - locale_get_region örneği
- Example#2581 - - Nesne yönelimli kullanım örneği
- Example#2582 - locale_get_script örneği
- Example#2583 - - Nesne yönelimli kullanım örneği
- Example#2584 - - locale_lookup örneği
- Example#2585 - - Nesne yönelimli kullanım örneği
- Example#2586 - - locale_parse örneği
- Example#2587 - - Nesne yönelimli kullanım örneği
- Example#2588 - - locale_set_default örneği
- Example#2589 - - Nesne yönelimli kullanım örneği
- Example#2590 - - normalizer_is_normalized örneği
- Example#2591 - - Nesne yönelimli örnek
- Example#2592 - - normalizer_normalize örneği
- Example#2593 - - Nesne yönelimli örnek
- Example#2594 - - msgfmt_create örneği
- Example#2595 - - Nesne yönelimli örnek
- Example#2596 - - msgfmt_format_message örneği
- Example#2597 - - Nesne yönelimli örnek
- Example#2598 - - msgfmt_format örneği
- Example#2599 - - Nesne yönelimli örnek
- Example#2600 - - msgfmt_get_error_code örneği
- Example#2601 - - Nesne yönelimli örnek
- Example#2602 - - msgfmt_get_error_message örneği
- Example#2603 - - Nesne yönelimli örnek
- Example#2604 - - msgfmt_get_locale örneği
- Example#2605 - - Nesne yönelimli örnek
- Example#2606 - - msgfmt_get_pattern örneği
- Example#2607 - - Nesne yönelimli örnek
- Example#2608 - - msgfmt_parse_message örneği
- Example#2609 - - Nesne yönelimli örnek
- Example#2610 - - msgfmt_parse örneği
- Example#2611 - - Nesne yönelimli örnek
- Example#2612 - - msgfmt_set_pattern örneği
- Example#2613 - - Nesne yönelimli örnek
- Example#2614 - - datefmt_create örneği
- Example#2615 - - Nesne yönelimli kullanım örneği
- Example#2616 - - datefmt_format örneği
- Example#2617 - - Nesne yönelimli kullanım örneği
- Example#2618 - IntlDateFormatter::formatObject examples
- Example#2619 - - datefmt_get_calendar örneği
- Example#2620 - - Nesne yönelimli kullanım örneği
- Example#2621 - - datefmt_get_datetype örneği
- Example#2622 - - Nesne yönelimli kullanım örneği
- Example#2623 - - datefmt_get_error_code örneği
- Example#2624 - - Nesne yönelimli kullanım örneği
- Example#2625 - - datefmt_get_error_message örneği
- Example#2626 - - Nesne yönelimli kullanım örneği
- Example#2627 - - datefmt_get_locale örneği
- Example#2628 - - Nesne yönelimli kullanım örneği
- Example#2629 - - datefmt_get_pattern örneği
- Example#2630 - - Nesne yönelimli kullanım örneği
- Example#2631 - - datefmt_get_timetype örneği
- Example#2632 - - Nesne yönelimli kullanım örneği
- Example#2633 - - datefmt_get_timezone_id örneği
- Example#2634 - - Nesne yönelimli kullanım örneği
- Example#2635 - IntlDateFormatter::getCalendarObject example
- Example#2636 - IntlDateFormatter::getTimeZone examples
- Example#2637 - - datefmt_is_lenient örneği
- Example#2638 - - Nesne yönelimli kullanım örneği
- Example#2639 - - datefmt_localtime örneği
- Example#2640 - - Nesne yönelimli kullanım örneği
- Example#2641 - - datefmt_parse örneği
- Example#2642 - - Nesne yönelimli kullanım örneği
- Example#2643 - - datefmt_set_calendar örneği
- Example#2644 - - Nesne yönelimli kullanım örneği
- Example#2645 - - datefmt_set_lenient örneği
- Example#2646 - - Nesne yönelimli kullanım örneği
- Example#2647 - - datefmt_set_pattern örneği
- Example#2648 - - Nesne yönelimli kullanım örneği
- Example#2649 - - datefmt_set_timezone_id örneği
- Example#2650 - - Nesne yönelimli kullanım örneği
- Example#2651 - IntlDateFormatter::setTimeZone examples
- Example#2652 - - grapheme_extract örneği
- Example#2653 - - grapheme_stripos örneği
- Example#2654 - - grapheme_stristr örneği
- Example#2655 - - grapheme_strlen örneği
- Example#2656 - - grapheme_strpos örneği
- Example#2657 - - grapheme_strripos örneği
- Example#2658 - - grapheme_strrpos örneği
- Example#2659 - - grapheme_strstr örneği
- Example#2660 - - grapheme_substr örneği
- Example#2661 - - idn_to_ascii örneği
- Example#2662 - - idn_to_utf8 örneği
- Example#2663 - - intl_error_name örneği
- Example#2664 - - intl_get_error_code örneği
- Example#2665 - - intl_get_error_message örneği
- Example#2666 - - intl_is_failure örneği
- Example#2667 - - php.ini ayar örnekleri
- Example#2668 - - EUC-JP kullanıcıları için php.ini ayarları
- Example#2669 - - SJIS kullanıcıları için php.ini ayarları
- Example#2670 - - HTTP girdi dönüşümünün php.ini'de kapatılması
- Example#2671 - - php.ini ayarları örneği
- Example#2672 - - Betik örneği
- Example#2673 - - mb_convert_case örneği
- Example#2674 - - mb_convert_encoding örneği
- Example#2675 - - mb_convert_kana örneği
- Example#2676 - - mb_convert_variables örneği
- Example#2677 - - bölge örneği
- Example#2678 - - mb_detect_encoding örneği
- Example#2679 - - Kullanışsız algı sırası örneği
- Example#2680 - - mb_detect_order örnekleri
- Example#2681 - - mb_encode_mimeheader örneği
- Example#2682 - - bölge örneği
- Example#2683 - - mb_encode_numericentity örneği
- Example#2684 - mb_encoding_aliases example
- Example#2685 - mb_ereg_replace_callback example
- Example#2686 - mb_ereg_replace_callback using anonymous function
supported in PHP 5.3.0 or later
- Example#2687 - - mb_internal_encoding örneği
- Example#2688 - - mb_list_encodings örneği
- Example#2689 - - mb_output_handler örneği
- Example#2690 - - mb_preferred_mime_name örneği
- Example#2691 - - mb_strimwidth örneği
- Example#2692 - - mb_strtolower örneği
- Example#2693 - - mb_strtoupper örneği
- Example#2694 - - mb_substitute_character örneği
- Example#2695 - - mb_substr_count örneği
- Example#2696 - pspell_add_to_personal
- Example#2697 - pspell_check Example
- Example#2698 - pspell_add_to_personal Example
- Example#2699 - pspell_config_create
- Example#2700 - pspell_config_ignore
- Example#2701 - pspell_config_mode Example
- Example#2702 - pspell_config_personal
- Example#2703 - pspell_config_repl
- Example#2704 - pspell_config_runtogether
- Example#2705 - pspell_new_config
- Example#2706 - pspell_new_personal
- Example#2707 - pspell_new
- Example#2708 - pspell_add_to_personal
- Example#2709 - pspell_store_replacement
- Example#2710 - pspell_suggest example
- Example#2711 - - Basit bir recode_file örneği
- Example#2712 - - Basit bir recode_string örneği
- Example#2713 - Cairo Example
- Example#2714 - cairo_create example
- Example#2715 - cairo_font_face_get_type example
- Example#2716 - cairo_font_face_status example
- Example#2717 - cairo_font_options_create example
- Example#2718 - cairo_font_options_equal example
- Example#2719 - cairo_font_options_get_antialias example
- Example#2720 - cairo_font_options_get_hint_metrics example
- Example#2721 - cairo_font_options_get_hint_style example
- Example#2722 - cairo_font_options_get_subpixel_order example
- Example#2723 - cairo_font_options_hash example
- Example#2724 - cairo_font_options_merge example
- Example#2725 - cairo_font_options_set_antialias example
- Example#2726 - cairo_font_options_set_hint_metrics example
- Example#2727 - cairo_font_options_set_hint_style example
- Example#2728 - cairo_font_options_set_subpixel_order example
- Example#2729 - cairo_font_options_status example
- Example#2730 - cairo_format_stride_for_width example
- Example#2731 - cairo_image_surface_create_for_data example
- Example#2732 - cairo_image_surface_create_from_png example
- Example#2733 - cairo_image_surface_create example
- Example#2734 - cairo_image_surface_get_data example
- Example#2735 - cairo_image_surface_get_format example
- Example#2736 - cairo_image_surface_get_height example
- Example#2737 - cairo_image_surface_get_stride example
- Example#2738 - cairo_image_surface_get_width example
- Example#2739 - cairo_matrix_invert example
- Example#2740 - cairo_matrix_multiply example
- Example#2741 - cairo_matrix_rotate example
- Example#2742 - cairo_matrix_transform_distance example
- Example#2743 - cairo_matrix_transform_point example
- Example#2744 - cairo_matrix_translate example
- Example#2745 - cairo_pattern_add_color_stop_rgb example
- Example#2746 - cairo_pattern_add_color_stop_rgba example
- Example#2747 - cairo_pattern_create_for_surface example
- Example#2748 - cairo_pattern_create_linear example
- Example#2749 - cairo_pattern_create_radial example
- Example#2750 - cairo_pattern_create_rgb example
- Example#2751 - cairo_pattern_create_rgba example
- Example#2752 - cairo_pattern_get_color_stop_count example
- Example#2753 - cairo_pattern_get_color_stop_rgba example
- Example#2754 - cairo_pattern_get_extend example
- Example#2755 - cairo_pattern_get_filter example
- Example#2756 - cairo_pattern_get_linear_points example
- Example#2757 - cairo_pattern_get_matrix example
- Example#2758 - cairo_pattern_get_radial_circles example
- Example#2759 - cairo_pattern_get_rgba example
- Example#2760 - cairo_pattern_get_surface example
- Example#2761 - cairo_pattern_get_type example
- Example#2762 - cairo_pattern_set_extend example
- Example#2763 - cairo_pattern_set_filter example
- Example#2764 - cairo_pattern_set_matrix example
- Example#2765 - cairo_pattern_status example
- Example#2766 - cairo_pdf_surface_create example
- Example#2767 - cairo_pdf_surface_set_size example
- Example#2768 - cairo_ps_get_levels example
- Example#2769 - cairo_ps_level_to_string example
- Example#2770 - cairo_ps_surface_create example
- Example#2771 - cairo_ps_surface_dsc_begin_page_setup example
- Example#2772 - cairo_ps_surface_dsc_begin_setup example
- Example#2773 - cairo_ps_surface_dsc_comment example
- Example#2774 - cairo_ps_surface_get_eps example
- Example#2775 - cairo_ps_surface_restrict_to_level example
- Example#2776 - cairo_ps_surface_set_eps example
- Example#2777 - cairo_ps_surface_set_size example
- Example#2778 - cairo_scaled_font_create example
- Example#2779 - cairo_scaled_font_extents example
- Example#2780 - cairo_scaled_font_get_ctm example
- Example#2781 - cairo_scaled_font_get_font_face example
- Example#2782 - cairo_scaled_font_get_font_matrix example
- Example#2783 - cairo_scaled_font_get_font_options example
- Example#2784 - cairo_scaled_font_get_scale_matrix example
- Example#2785 - cairo_scaled_font_get_type example
- Example#2786 - cairo_scaled_font_glyph_extents example
- Example#2787 - cairo_scaled_font_status example
- Example#2788 - cairo_scaled_font_text_extents example
- Example#2789 - cairo_surface_copy_page example
- Example#2790 - cairo_surface_create_similar example
- Example#2791 - cairo_surface_finish example
- Example#2792 - cairo_surface_flush example
- Example#2793 - cairo_surface_get_content example
- Example#2794 - cairo_surface_get_device_offset example
- Example#2795 - cairo_surface_get_font_options example
- Example#2796 - cairo_surface_get_type example
- Example#2797 - cairo_surface_mark_dirty_rectangle example
- Example#2798 - cairo_surface_mark_dirty example
- Example#2799 - cairo_surface_set_device_offset example
- Example#2800 - cairo_surface_set_fallback_resolution example
- Example#2801 - cairo_surface_show_page example
- Example#2802 - cairo_surface_status example
- Example#2803 - cairo_surface_write_to_png example
- Example#2804 - cairo_svg_surface_create example
- Example#2805 - cairo_svg_surface_restrict_to_version example
- Example#2806 - cairo_svg_version_to_string example
- Example#2807 - Nesne yönelimli kullanım
- Example#2808 - Yordamsal kullanım
- Example#2809 - Nesne yönelimli kullanım
- Example#2810 - Yordamsal kullanım
- Example#2811 - Nesne yönelimli kullanım
- Example#2812 - Yordamsal kullanım
- Example#2813 - Nesne yönelimli kullanım
- Example#2814 - Yordamsal kullanım
- Example#2815 - Nesne yönelimli kullanım
- Example#2816 - Yordamsal kullanım
- Example#2817 - Nesne yönelimli kullanım
- Example#2818 - Yordamsal kullanım
- Example#2819 - Nesne yönelimli kullanım
- Example#2820 - Yordamsal kullanım
- Example#2821 - Nesne yönelimli kullanım
- Example#2822 - Yordamsal kullanım
- Example#2823 - Nesne yönelimli kullanım
- Example#2824 - Yordamsal kullanım
- Example#2825 - Nesne yönelimli kullanım
- Example#2826 - Yordamsal kullanım
- Example#2827 - Nesne yönelimli kullanım
- Example#2828 - Yordamsal kullanım
- Example#2829 - Nesne yönelimli kullanım
- Example#2830 - Yordamsal kullanım
- Example#2831 - Nesne yönelimli kullanım
- Example#2832 - Yordamsal kullanım
- Example#2833 - CairoContext::__construct example
- Example#2834 - Nesne yönelimli kullanım
- Example#2835 - Yordamsal kullanım
- Example#2836 - Nesne yönelimli kullanım
- Example#2837 - Yordamsal kullanım
- Example#2838 - Nesne yönelimli kullanım
- Example#2839 - Yordamsal kullanım
- Example#2840 - Nesne yönelimli kullanım
- Example#2841 - Yordamsal kullanım
- Example#2842 - Nesne yönelimli kullanım
- Example#2843 - Yordamsal kullanım
- Example#2844 - Nesne yönelimli kullanım
- Example#2845 - Yordamsal kullanım
- Example#2846 - Nesne yönelimli kullanım
- Example#2847 - Yordamsal kullanım
- Example#2848 - Nesne yönelimli kullanım
- Example#2849 - Yordamsal kullanım
- Example#2850 - Nesne yönelimli kullanım
- Example#2851 - Yordamsal kullanım
- Example#2852 - Nesne yönelimli kullanım
- Example#2853 - Yordamsal kullanım
- Example#2854 - Nesne yönelimli kullanım
- Example#2855 - Yordamsal kullanım
- Example#2856 - Nesne yönelimli kullanım
- Example#2857 - Yordamsal kullanım
- Example#2858 - Nesne yönelimli kullanım
- Example#2859 - Yordamsal kullanım
- Example#2860 - Nesne yönelimli kullanım
- Example#2861 - Yordamsal kullanım
- Example#2862 - Nesne yönelimli kullanım
- Example#2863 - Yordamsal kullanım
- Example#2864 - Nesne yönelimli kullanım
- Example#2865 - Yordamsal kullanım
- Example#2866 - Nesne yönelimli kullanım
- Example#2867 - Yordamsal kullanım
- Example#2868 - Nesne yönelimli kullanım
- Example#2869 - Yordamsal kullanım
- Example#2870 - Nesne yönelimli kullanım
- Example#2871 - Yordamsal kullanım
- Example#2872 - Nesne yönelimli kullanım
- Example#2873 - Yordamsal kullanım
- Example#2874 - Nesne yönelimli kullanım
- Example#2875 - Yordamsal kullanım
- Example#2876 - Nesne yönelimli kullanım
- Example#2877 - Yordamsal kullanım
- Example#2878 - Nesne yönelimli kullanım
- Example#2879 - Yordamsal kullanım
- Example#2880 - Nesne yönelimli kullanım
- Example#2881 - Yordamsal kullanım
- Example#2882 - Nesne yönelimli kullanım
- Example#2883 - Yordamsal kullanım
- Example#2884 - Nesne yönelimli kullanım
- Example#2885 - Yordamsal kullanım
- Example#2886 - Nesne yönelimli kullanım
- Example#2887 - Yordamsal kullanım
- Example#2888 - Nesne yönelimli kullanım
- Example#2889 - Yordamsal kullanım
- Example#2890 - Nesne yönelimli kullanım
- Example#2891 - Yordamsal kullanım
- Example#2892 - Nesne yönelimli kullanım
- Example#2893 - Yordamsal kullanım
- Example#2894 - Nesne yönelimli kullanım
- Example#2895 - Yordamsal kullanım
- Example#2896 - Nesne yönelimli kullanım
- Example#2897 - Yordamsal kullanım
- Example#2898 - Nesne yönelimli kullanım
- Example#2899 - Yordamsal kullanım
- Example#2900 - Nesne yönelimli kullanım
- Example#2901 - Yordamsal kullanım
- Example#2902 - Nesne yönelimli kullanım
- Example#2903 - Yordamsal kullanım
- Example#2904 - Nesne yönelimli kullanım
- Example#2905 - Yordamsal kullanım
- Example#2906 - Nesne yönelimli kullanım
- Example#2907 - Yordamsal kullanım
- Example#2908 - Nesne yönelimli kullanım
- Example#2909 - Yordamsal kullanım
- Example#2910 - Nesne yönelimli kullanım
- Example#2911 - Yordamsal kullanım
- Example#2912 - Nesne yönelimli kullanım
- Example#2913 - Yordamsal kullanım
- Example#2914 - Nesne yönelimli kullanım
- Example#2915 - Yordamsal kullanım
- Example#2916 - Nesne yönelimli kullanım
- Example#2917 - Yordamsal kullanım
- Example#2918 - Nesne yönelimli kullanım
- Example#2919 - Yordamsal kullanım
- Example#2920 - Nesne yönelimli kullanım
- Example#2921 - Yordamsal kullanım
- Example#2922 - Nesne yönelimli kullanım
- Example#2923 - Yordamsal kullanım
- Example#2924 - Nesne yönelimli kullanım
- Example#2925 - Yordamsal kullanım
- Example#2926 - Nesne yönelimli kullanım
- Example#2927 - Yordamsal kullanım
- Example#2928 - Nesne yönelimli kullanım
- Example#2929 - Yordamsal kullanım
- Example#2930 - Nesne yönelimli kullanım
- Example#2931 - Yordamsal kullanım
- Example#2932 - Nesne yönelimli kullanım
- Example#2933 - Yordamsal kullanım
- Example#2934 - Nesne yönelimli kullanım
- Example#2935 - Yordamsal kullanım
- Example#2936 - Nesne yönelimli kullanım
- Example#2937 - Yordamsal kullanım
- Example#2938 - Nesne yönelimli kullanım
- Example#2939 - Yordamsal kullanım
- Example#2940 - Nesne yönelimli kullanım
- Example#2941 - Yordamsal kullanım
- Example#2942 - Nesne yönelimli kullanım
- Example#2943 - Yordamsal kullanım
- Example#2944 - Nesne yönelimli kullanım
- Example#2945 - Yordamsal kullanım
- Example#2946 - Nesne yönelimli kullanım
- Example#2947 - Yordamsal kullanım
- Example#2948 - Nesne yönelimli kullanım
- Example#2949 - Yordamsal kullanım
- Example#2950 - Nesne yönelimli kullanım
- Example#2951 - Yordamsal kullanım
- Example#2952 - Nesne yönelimli kullanım
- Example#2953 - Yordamsal kullanım
- Example#2954 - Nesne yönelimli kullanım
- Example#2955 - Yordamsal kullanım
- Example#2956 - Nesne yönelimli kullanım
- Example#2957 - Yordamsal kullanım
- Example#2958 - Nesne yönelimli kullanım
- Example#2959 - Yordamsal kullanım
- Example#2960 - Nesne yönelimli kullanım
- Example#2961 - Yordamsal kullanım
- Example#2962 - Nesne yönelimli kullanım
- Example#2963 - Yordamsal kullanım
- Example#2964 - Nesne yönelimli kullanım
- Example#2965 - Yordamsal kullanım
- Example#2966 - Nesne yönelimli kullanım
- Example#2967 - Yordamsal kullanım
- Example#2968 - Nesne yönelimli kullanım
- Example#2969 - Yordamsal kullanım
- Example#2970 - Nesne yönelimli kullanım
- Example#2971 - Yordamsal kullanım
- Example#2972 - Nesne yönelimli kullanım
- Example#2973 - Yordamsal kullanım
- Example#2974 - Nesne yönelimli kullanım
- Example#2975 - Yordamsal kullanım
- Example#2976 - Nesne yönelimli kullanım
- Example#2977 - Yordamsal kullanım
- Example#2978 - Nesne yönelimli kullanım
- Example#2979 - Yordamsal kullanım
- Example#2980 - Nesne yönelimli kullanım
- Example#2981 - Yordamsal kullanım
- Example#2982 - Nesne yönelimli kullanım
- Example#2983 - Yordamsal kullanım
- Example#2984 - Nesne yönelimli kullanım
- Example#2985 - Yordamsal kullanım
- Example#2986 - Nesne yönelimli kullanım
- Example#2987 - Yordamsal kullanım
- Example#2988 - Nesne yönelimli kullanım
- Example#2989 - Yordamsal kullanım
- Example#2990 - Nesne yönelimli kullanım
- Example#2991 - Yordamsal kullanım
- Example#2992 - Nesne yönelimli kullanım
- Example#2993 - Yordamsal kullanım
- Example#2994 - Nesne yönelimli kullanım
- Example#2995 - Yordamsal kullanım
- Example#2996 - Nesne yönelimli kullanım
- Example#2997 - Yordamsal kullanım
- Example#2998 - Nesne yönelimli kullanım
- Example#2999 - Yordamsal kullanım
- Example#3000 - Nesne yönelimli kullanım
- Example#3001 - Yordamsal kullanım
- Example#3002 - Nesne yönelimli kullanım
- Example#3003 - Yordamsal kullanım
- Example#3004 - Nesne yönelimli kullanım
- Example#3005 - Yordamsal kullanım
- Example#3006 - Nesne yönelimli kullanım
- Example#3007 - Yordamsal kullanım
- Example#3008 - CairoSurface::createSimilar example
- Example#3009 - CairoSurface::finish example
- Example#3010 - CairoSurface::flush example
- Example#3011 - CairoSurface::getContent example
- Example#3012 - CairoSurface::getDeviceOffset example
- Example#3013 - Nesne yönelimli kullanım
- Example#3014 - Yordamsal kullanım
- Example#3015 - CairoSurface::getType example
- Example#3016 - CairoSurface::markDirty example
- Example#3017 - CairoSurface::markDirtyRectangle example
- Example#3018 - CairoSurface::setDeviceOffset example
- Example#3019 - CairoSurface::setFallbackResolution example
- Example#3020 - Nesne yönelimli kullanım
- Example#3021 - Yordamsal kullanım
- Example#3022 - Nesne yönelimli kullanım
- Example#3023 - Yordamsal kullanım
- Example#3024 - CairoSurface::writeToPng example
- Example#3025 - CairoSvgSurface::__construct example
- Example#3026 - CairoSvgSurface::getVersions example
- Example#3027 - Yordamsal kullanım
- Example#3028 - CairoSvgSurface::restrictToVersion example
- Example#3029 - CairoSvgSurface::versionToString example
- Example#3030 - CairoImageSurface::__construct example
- Example#3031 - CairoImageSurface::createForData example
- Example#3032 - CairoImageSurface::createFromPng example
- Example#3033 - CairoImageSurface::getData example
- Example#3034 - CairoImageSurface::getFormat example
- Example#3035 - CairoImageSurface::getHeight example
- Example#3036 - CairoImageSurface::getStride example
- Example#3037 - CairoImageSurface::getWidth example
- Example#3038 - CairoPdfSurface::__construct example
- Example#3039 - CairoPdfSurface::setSize example
- Example#3040 - CairoPsSurface::__construct example
- Example#3041 - CairoPsSurface::dscBeginPageSetup example
- Example#3042 - CairoPsSurface::dscBeginSetup example
- Example#3043 - CairoPsSurface::dscComment example
- Example#3044 - CairoPsSurface::getEps example
- Example#3045 - CairoPsSurface::getLevels example
- Example#3046 - CairoPsSurface::levelToString example
- Example#3047 - CairoPsSurface::restrictToLevel example
- Example#3048 - CairoPsSurface::setEps example
- Example#3049 - CairoPsSurface::setSize example
- Example#3050 - CairoFontFace::__construct example
- Example#3051 - CairoFontFace::getType example
- Example#3052 - Nesne yönelimli kullanım
- Example#3053 - Yordamsal kullanım
- Example#3054 - CairoFontOptions::__construct example
- Example#3055 - CairoFontOptions::equal example
- Example#3056 - Nesne yönelimli kullanım
- Example#3057 - Yordamsal kullanım
- Example#3058 - CairoFontOptions::getHintMetrics example
- Example#3059 - CairoFontOptions::getHintStyle example
- Example#3060 - CairoFontOptions::getSubpixelOrder example
- Example#3061 - CairoFontOptions::hash example
- Example#3062 - CairoFontOptions::merge example
- Example#3063 - Nesne yönelimli kullanım
- Example#3064 - Yordamsal kullanım
- Example#3065 - CairoFontOptions::setHintMetrics example
- Example#3066 - CairoFontOptions::setHintStyle example
- Example#3067 - CairoFontOptions::setSubpixelOrder example
- Example#3068 - Nesne yönelimli kullanım
- Example#3069 - Yordamsal kullanım
- Example#3070 - CairoScaledFont::__construct example
- Example#3071 - CairoScaledFont::extents example
- Example#3072 - CairoScaledFont::getCtm example
- Example#3073 - Nesne yönelimli kullanım
- Example#3074 - Yordamsal kullanım
- Example#3075 - Nesne yönelimli kullanım
- Example#3076 - Yordamsal kullanım
- Example#3077 - Nesne yönelimli kullanım
- Example#3078 - Yordamsal kullanım
- Example#3079 - CairoScaledFont::getScaleMatrix example
- Example#3080 - CairoScaledFont::getType example
- Example#3081 - CairoScaledFont::glyphExtents example
- Example#3082 - Nesne yönelimli kullanım
- Example#3083 - Yordamsal kullanım
- Example#3084 - Nesne yönelimli kullanım
- Example#3085 - Yordamsal kullanım
- Example#3086 - CairoPattern::__construct example
- Example#3087 - Nesne yönelimli kullanım
- Example#3088 - Yordamsal kullanım
- Example#3089 - CairoPattern::getType example
- Example#3090 - Nesne yönelimli kullanım
- Example#3091 - Yordamsal kullanım
- Example#3092 - Nesne yönelimli kullanım
- Example#3093 - Yordamsal kullanım
- Example#3094 - CairoGradientPattern::addColorStopRgb example
- Example#3095 - CairoGradientPattern::addColorStopRgba example
- Example#3096 - CairoGradientPattern::getColorStopCount example
- Example#3097 - CairoGradientPattern::getColorStopRgba example
- Example#3098 - CairoGradientPattern::getExtend example
- Example#3099 - CairoGradientPattern::setExtend example
- Example#3100 - CairoSolidPattern::__construct example
- Example#3101 - CairoSolidPattern::getRgba example
- Example#3102 - CairoSurfacePattern::__construct example
- Example#3103 - CairoSurfacePattern::getExtend example
- Example#3104 - CairoSurfacePattern::getFilter example
- Example#3105 - CairoSurfacePattern::getSurface example
- Example#3106 - CairoSurfacePattern::setExtend example
- Example#3107 - CairoSurfacePattern::setFilter example
- Example#3108 - CairoLinearGradient::__construct example
- Example#3109 - CairoLinearGradient::getPoints example
- Example#3110 - CairoRadialGradient::__construct example
- Example#3111 - CairoRadialGradient::getCircles example
- Example#3112 - CairoFormat::strideForWidth example
- Example#3113 - Nesne yönelimli kullanım
- Example#3114 - Yordamsal kullanım
- Example#3115 - Nesne yönelimli kullanım
- Example#3116 - Yordamsal kullanım
- Example#3117 - Nesne yönelimli kullanım
- Example#3118 - Yordamsal kullanım
- Example#3119 - Nesne yönelimli kullanım
- Example#3120 - Yordamsal kullanım
- Example#3121 - Nesne yönelimli kullanım
- Example#3122 - Yordamsal kullanım
- Example#3123 - CairoMatrix::invert example
- Example#3124 - CairoMatrix::multiply example
- Example#3125 - Nesne yönelimli kullanım
- Example#3126 - Yordamsal kullanım
- Example#3127 - Nesne yönelimli kullanım
- Example#3128 - Yordamsal kullanım
- Example#3129 - CairoMatrix::transformDistance example
- Example#3130 - CairoMatrix::transformPoint example
- Example#3131 - Nesne yönelimli kullanım
- Example#3132 - Yordamsal kullanım
- Example#3133 - - exif_imagetype örneği
- Example#3134 - - exif_read_data örneği
- Example#3135 - - exif_thumbnail örneği
- Example#3136 - PHP ile PNG oluşturmak
- Example#3137 - Alfa kanallarını kullanarak resme damga basmak
- Example#3138 - imagecopymerge kullanarak yarı geçirgen
filigran oluşturmak
- Example#3139 - gd_info kullanımı
- Example#3140 - - getimagesize ve MIME türleri
- Example#3141 - - >getimagesize dosya örneği
- Example#3142 - - getimagesize (URL)
- Example#3143 - - IPTC döndüren getimagesize() örneği
- Example#3144 - getimagesizefromstring example
- Example#3145 - - image_type_to_extension örneği
- Example#3146 - - image_type_to_mime_type örneği
- Example#3147 - - image2wbmp örneği
- Example#3148 - - imagealphablending örneği
- Example#3149 - - Kenar yumuşatmalı çizginin normal çizgiyle karşılaştırılması
- Example#3150 - - imagearc ile çember çizmek
- Example#3151 - - imagechar örneği
- Example#3152 - - imagecharup örneği
- Example#3153 - - imagecolorallocate örneği
- Example#3154 - - imagecolorallocatealpha örneği
- Example#3155 - - Hesapla RGB değeri bileşenlerine ayırmak
- Example#3156 - - imagecolorsforindex ile RGB değeri
bileşenlerine ayırmak
- Example#3157 - - Bir resimde renk aramak
- Example#3158 - - Bir resimde renk aramak
- Example#3159 - - imagecolorclosesthwb örneği
- Example#3160 - - imagecolordeallocate örneği
- Example#3161 - - GD logosunun renklerini öğrenelim
- Example#3162 - - GD logosunun renklerini öğrenelim
- Example#3163 - - imagecolormatch örneği
- Example#3164 - - Bir resimdeki renkleri öğrenmek için
imagecoloresolve kullanımı
- Example#3165 - - Bir resimdeki renkleri öğrenmek için
imagecolorresolvealpha kullanımı
- Example#3166 - - imagecolorset örneği
- Example#3167 - - imagecolorsforindex örneği
- Example#3168 - - imagecolorstotal örneği
- Example#3169 - - imagecolortransparent örneği
- Example#3170 - - PHP.net logosuna kabartma etkisi vermek
- Example#3171 - - Gauss bulanıklığı
- Example#3172 - - PHP.net logosunun kırpılması
- Example#3173 - - PHP.net logo'sunun iki kopyasının %75 şeffaflıkla karıştırılması
- Example#3174 - - imagecopymergegray örneği
- Example#3175 - - Basit örnek
- Example#3176 - - Bir resmin orantılı olarak örneklenmesi
- Example#3177 - - Bir remin boyutlandırılması
- Example#3178 - -
Yeni bir GD resim akımı oluşturup bir resim çıktılamak
- Example#3179 - - imagecreatefromgd2 örneği
- Example#3180 - - imagecreatefromgd2part örneği
- Example#3181 - - imagecreatefromgd örneği
- Example#3182 - - Bir GIF yüklerken oluşan bir hatanın ele alınması
- Example#3183 - - Bir JPEG yüklerken oluşan bir hatanın ele alınması
- Example#3184 - - Bir PNG yüklerken oluşan bir hatanın ele alınması
- Example#3185 - - imagecreatefromstring örneği
- Example#3186 - - Bir WBMP yüklerken oluşan bir hatanın ele alınması
- Example#3187 - Convert an WebP image to a jpeg image using imagecreatefromwebp
- Example#3188 - - imagecreatefromxbm örneği
- Example#3189 - - imagecreatefromxpm örneği
- Example#3190 - Yeni bir GD2 resim akımı oluşturup bir resim çıktılamak
- Example#3191 - - imagedashedline örneği
- Example#3192 - - Başka bir imagedashedline örneği
- Example#3193 - - imagedestroy örneği
- Example#3194 - - imageellipse örneği
- Example#3195 - - imagefill örneği
- Example#3196 - - 3 boyutlu bir pasta oluşturmak
- Example#3197 - - imagefilledellipse örneği
- Example#3198 - - imagefilledpolygon örneği
- Example#3199 - - imagefilledrectangle örneği
- Example#3200 - - Bir elipsi belli bir renge boyamak
- Example#3201 - - imagefilter gri tonlama örneği
- Example#3202 - - imagefilter parlaklık örneği
- Example#3203 - - imagefilter renklendirme örneği
- Example#3204 - imagefilter negatiflik örneği
- Example#3205 - imagefilter mozaikleştirme örneği
- Example#3206 - Flips an image vertically
- Example#3207 - Flips the image horizontally
- Example#3208 - - Yerleşik yazı tipleri üzerinde
imagefontheight
- Example#3209 - - imagefontheight ile
imageloadfont işlevinin birlikte kullanımı
- Example#3210 - - Yerleşik yazı tipleri üzerinde
imagefontwidth
- Example#3211 - imagefontwidth ile
imageloadfont işlevinin birlikte kullanımı
- Example#3212 - - imageftbbox örneği
- Example#3213 - - imagefttext örneği
- Example#3214 - - imagegammacorrect örneği
- Example#3215 - - Bir GD2 resminin çıktılanması
- Example#3216 - - Bir GD2 resminin kaydedilmesi
- Example#3217 - - Bir GD resminin çıktılanması
- Example#3218 - - Bir GD resminin kaydedilmesi
- Example#3219 - - imagegif ile bir resmi çıktılamak
- Example#3220 - - Bir PNG resmini imagegif ile bir GIF resmine
dönüştürmek
- Example#3221 - - imagegrabscreen örneği
- Example#3222 - - imagegrabwindow örneği
- Example#3223 - - imageinterlace ile geçişimi etkin kılmak
- Example#3224 - - imageistruecolor ile resmin gerçek renkli
olup olmadığının saptanması
- Example#3225 - - Bir JPEG resmi çıktılamak
- Example#3226 - - Bir JPEG resmi kaydetmek
- Example#3227 - - Resmi 75% kaliteyle oluşturmak
- Example#3228 - - imagelayereffect örneği
- Example#3229 - - Kalın bir çizgi çizelim
- Example#3230 - - imageloadfont örneği
- Example#3231 - - imagepalettecopy örneği
- Example#3232 - Converts any image resource to true color
- Example#3233 - - imagepolygon örneği
- Example#3234 - - imagepsbbox örneği
- Example#3235 - - imagepsencodefont örneği
- Example#3236 - - imagepsextendfont örneği
- Example#3237 - - imagepsfreefont örneği
- Example#3238 - - imagepsloadfont örneğ
- Example#3239 - - imagepsslantfont örneği
- Example#3240 - - imagepstext örneği
- Example#3241 - - imagerectangle örneği
- Example#3242 - Bir remin 180° döndürülmesi
- Example#3243 - - imagesavealpha örneği
- Example#3244 - - imagesetbrush örneği
- Example#3245 - imagesetinterpolation example
- Example#3246 - - imagesetpixel örneği
- Example#3247 - - imagesetstyle örneği
- Example#3248 - - imagesetthickness örneği
- Example#3249 - - imagesettile örneği
- Example#3250 - - imagestring örneği
- Example#3251 - - imagestring örneği
- Example#3252 - - imagesx örneği
- Example#3253 - - imagesy örneği
- Example#3254 - - Bir gerçek renkli resmi bir paletli resme dönüştürmek
- Example#3255 - - imagettfbbox örneği
- Example#3256 - - imagettftext örneği
- Example#3257 - - PNG desteğinin sınanması
- Example#3258 - - Bir WBMP resmini çıktılamak
- Example#3259 - - Bir WBMP resminin kaydedilmesi
- Example#3260 - - Resmi farklı bir artalan rengi ile çıktılamak
- Example#3261 - Saving an WebP file
- Example#3262 - - Bir XBM dosyasının kaydedilmesi
- Example#3263 - - XBM dosyasını farklı bir artalan rengi ile çıktılamak
- Example#3264 - - IPTC verisinin bir JPEG içine gömülmesi
- Example#3265 - - getimagesize ile
iptcparse kullanımı
- Example#3266 - - jpeg2wbmp örneği
- Example#3267 - - png2wbmp örneği
- Example#3268 - Gmagick Example
- Example#3269 - Gmagick::despeckleimage example
- Example#3270 - - Imagick ile resim örneği (thumbnail) oluşturmak
- Example#3271 - - Bir dizindeki tüm JPG dosyalarının küçük örneklerinin elde
edilmesi
- Example#3272 - - Bir resmin yansımasının oluşturulması
- Example#3273 - - Metni bir örüntü ile kaplamak
- Example#3274 - - GIF resmini okumak ve tüm kareleri boyutlandırmak
- Example#3275 - - Imagick::adaptiveBlurImage örneği
- Example#3276 - - Imagick::adaptiveResizeImageörneği
- Example#3277 - - Imagick::adaptiveSharpenImage örneği
- Example#3278 - - Imagick::annotateImage örneği
- Example#3279 - - Imagick::appendImages örneği
- Example#3280 - - Imagick::blurImage örneği
- Example#3281 - - Imagick::chopImage örneği
- Example#3282 - - Imagick::clutImage örneği
- Example#3283 - - Imagick::commentImage kullanımı
- Example#3284 - - Imagick::compareImageLayers örneği
- Example#3285 - - Imagick::compareImages örneği
- Example#3286 - - Imagick::distortImage örneği
- Example#3287 - Using Imagick::exportImagePixels
- Example#3288 - - Imagick::floodfillPaintImage örneği
- Example#3289 - Create a sinusoidal gradient
- Example#3290 - Create a gradient from the polynomial (4x^2 - 4x + 1)
- Example#3291 - Create a complex gradient from the polynomial (4x^2 - 4x^2 + 1) modulated by a sinusoidal gradient
- Example#3292 - - Imagick::getImageLength örneği
- Example#3293 - - Imagick::getImageProperties örneği
- Example#3294 - - Imagick::getImageProperty örneği
- Example#3295 - - Imagick::getIteratorIndex örneği
- Example#3296 - Imagick::importImagePixels example
- Example#3297 - - Imagick::newImage örneği
- Example#3298 - - Imagick::optimizeImageLayers örneği
- Example#3299 - - Imagick::pingImageBlob örneği
- Example#3300 - - Imagick::pingImageFile örneği
- Example#3301 - - Imagick::polaroidImage örneği
- Example#3302 - - Imagick::queryFontMetrics örneği
- Example#3303 - - Imagick::roundCorners örneği
- Example#3304 - - Imagick::setFont örneği
- Example#3305 - - Imagick::setImage örneği
- Example#3306 - - Imagick::setImageOpacity örneği
- Example#3307 - - Imagick::setImageProperty örneği
- Example#3308 - - Imagick::setIteratorIndex örneği
- Example#3309 - - Imagick::setPointSize örneği
- Example#3310 - Imagick::transformImage örneği
- Example#3311 - - Imagick::trimImage örneği
- Example#3312 - - imap_append örneği
- Example#3313 - - imap_check örneği
- Example#3314 - - imap_createmailbox örneği
- Example#3315 - - imap_delete örneği
- Example#3316 - - imap_fetch_overview örneği
- Example#3317 - - imap_gc örneği
- Example#3318 - - imap_get_quota örneği
- Example#3319 - - imap_get_quota 4.3 ve üstü örneği
- Example#3320 - - imap_get_quotaroot örneği
- Example#3321 - - imap_getacl örneği
- Example#3322 - - imap_getmailboxes örneği
- Example#3323 - - imap_list örneği
- Example#3324 - - imap_mail_compose örneği
- Example#3325 - - imap_mailboxmsginfo örneği
- Example#3326 - - imap_mime_header_decode örneği
- Example#3327 - - imap_open işlevinin farklı kullanımları
- Example#3328 - - imap_open örneği
- Example#3329 - - imap_ping örneği
- Example#3330 - - imap_reopen örneği
- Example#3331 - - imap_rfc822_parse_adrlist örneği
- Example#3332 - - imap_rfc822_write_address örneği
- Example#3333 - - imap_set_quota örneği
- Example#3334 - - imap_setflag_full örneği
- Example#3335 - - imap_status örneği
- Example#3336 - - imap_thread örneği
- Example#3337 - - imap_timeout örneği
- Example#3338 - - Adres özetinin hesaplanıp bir kullanıcının üye yapılması
- Example#3339 - - Eposta gönderimi
- Example#3340 - - Ek başlıklarla eposta gönderimi
- Example#3341 - - Ek komut satırı seçenekleriyle eposta gönderimi
- Example#3342 - - HTML eposta gönderimi
- Example#3343 - mailparse_determine_best_xfer_encoding example
- Example#3344 - mailparse_rfc822_parse_addresses example
- Example#3345 - mailparse_stream_encode example
- Example#3346 - mailparse_uudecode_all example
- Example#3347 - bcadd örneği
- Example#3348 - bccomp örneği
- Example#3349 - bcdiv örneği
- Example#3350 - bcmod örneği
- Example#3351 - bcmul örneği
- Example#3352 - bcpow örneği
- Example#3353 - bcscale örneği
- Example#3354 - bcsqrt örneği
- Example#3355 - bcsub örneği
- Example#3356 - Factorial function using GMP
- Example#3357 - gmp_abs example
- Example#3358 - gmp_add example
- Example#3359 - gmp_and example
- Example#3360 - gmp_clrbit example
- Example#3361 - gmp_cmp example
- Example#3362 - gmp_com example
- Example#3363 - gmp_div_q example
- Example#3364 - Division of GMP numbers
- Example#3365 - gmp_div_r example
- Example#3366 - gmp_divexact example
- Example#3367 - gmp_fact example
- Example#3368 - gmp_gcd example
- Example#3369 - Solving a linear Diophantine equation
- Example#3370 - gmp_hamdist example
- Example#3371 - Creating GMP number
- Example#3372 - gmp_intval example
- Example#3373 - gmp_invert example
- Example#3374 - gmp_jacobi example
- Example#3375 - gmp_legendre example
- Example#3376 - gmp_mod example
- Example#3377 - gmp_mul example
- Example#3378 - gmp_neg example
- Example#3379 - gmp_nextprime example
- Example#3380 - gmp_or example
- Example#3381 - gmp_perfect_square example
- Example#3382 - gmp_popcount example
- Example#3383 - gmp_pow example
- Example#3384 - gmp_powm example
- Example#3385 - gmp_prob_prime example
- Example#3386 - gmp_random example
- Example#3387 - gmp_scan0 example
- Example#3388 - gmp_scan1 example
- Example#3389 - gmp_setbit example - 0 index
- Example#3390 - gmp_setbit example - 1 index
- Example#3391 - gmp_setbit example - clearing a bit
- Example#3392 - gmp_sign example
- Example#3393 - gmp_sqrt example
- Example#3394 - gmp_sqrtrem example
- Example#3395 - Converting a GMP number to a string
- Example#3396 - gmp_sub example
- Example#3397 - gmp_testbit example
- Example#3398 - gmp_xor example
- Example#3399 - Using Lapack::eigenValues:
- Example#3400 - Using Lapack::leastSquaresByFactorisation:
- Example#3401 - Using Lapack::leastSquaresBySVD:
- Example#3402 - Using Lapack::pseudoInverse:
- Example#3403 - Using Lapack::singularValues:
- Example#3404 - Using Lapack::singularValues:
- Example#3405 - abs example
- Example#3406 - base_convert example
- Example#3407 - bindec example
- Example#3408 - bindec interprets input as unsigned integers
- Example#3409 - ceil example
- Example#3410 - cos example
- Example#3411 - decbin example
- Example#3412 - dechex example
- Example#3413 - dechex example with large integers
- Example#3414 - decoct example
- Example#3415 - deg2rad example
- Example#3416 - exp example
- Example#3417 - floor example
- Example#3418 - Using fmod
- Example#3419 - hexdec example
- Example#3420 - is_nan example
- Example#3421 - Example uses of max
- Example#3422 - Example uses of min
- Example#3423 - Example of NULL/FALSE value with min
- Example#3424 - Calculate a random floating-point number
- Example#3425 - mt_rand example
- Example#3426 - mt_srand example
- Example#3427 - octdec example
- Example#3428 - pi example
- Example#3429 - Some examples of pow
- Example#3430 - rad2deg example
- Example#3431 - rand example
- Example#3432 - round examples
- Example#3433 - mode examples
- Example#3434 - mode with precision examples
- Example#3435 - sin example
- Example#3436 - sqrt example
- Example#3437 - srand example
- Example#3438 - tan example
- Example#3439 - Evaluating a FDF document
- Example#3440 - Adding JavaScript code to a FDF
- Example#3441 - Populating a PDF document
- Example#3442 - Storing an uploaded file
- Example#3443 - Detecting all fieldnames in a FDF
- Example#3444 - Accessing the form data
- Example#3445 - Accessing the form data
- Example#3446 - Retrieving FDF as a string
- Example#3447 - Passing FDF data to a second form
- Example#3448 - gnupg clearsign example (procedural)
- Example#3449 - gnupg clearsign example (OO)
- Example#3450 - keylistiterator
- Example#3451 - Procedural gnupg_adddecryptkey example
- Example#3452 - OO gnupg_adddecryptkey example
- Example#3453 - Procedural gnupg_addencryptkey example
- Example#3454 - OO gnupg_addencryptkey example
- Example#3455 - Procedural gnupg_addsignkey example
- Example#3456 - OO gnupg_addsignkey example
- Example#3457 - Procedural gnupg_cleardecryptkeys example
- Example#3458 - OO gnupg_cleardecryptkeys example
- Example#3459 - Procedural gnupg_clearencryptkeys example
- Example#3460 - OO gnupg_clearencryptkeys example
- Example#3461 - Procedural gnupg_clearsignkeys example
- Example#3462 - OO gnupg_clearsignkeys example
- Example#3463 - Procedural gnupg_decrypt example
- Example#3464 - OO gnupg_encrypt example
- Example#3465 - Procedural gnupg_decryptverify example
- Example#3466 - OO gnupg_decryptverify example
- Example#3467 - Procedural gnupg_encrypt example
- Example#3468 - OO gnupg_encrypt example
- Example#3469 - Procedural gnupg_encryptsign example
- Example#3470 - OO gnupg_encryptsign example
- Example#3471 - Procedural gnupg_export example
- Example#3472 - OO gnupg_export example
- Example#3473 - Procedural gnupg_geterror example
- Example#3474 - OO gnupg_geterror example
- Example#3475 - Procedural gnupg_getprotocol example
- Example#3476 - OO gnupg_getprotocol example
- Example#3477 - Procedural gnupg_import example
- Example#3478 - OO gnupg_import example
- Example#3479 - Procedural gnupg_init example
- Example#3480 - OO gnupg initializer example
- Example#3481 - Procedural gnupg_keyinfo example
- Example#3482 - OO gnupg_keyinfo example
- Example#3483 - Procedural gnupg_setarmor example
- Example#3484 - OO gnupg_setarmor example
- Example#3485 - Procedural gnupg_seterrormode example
- Example#3486 - OO gnupg_seterrormode example
- Example#3487 - Procedural gnupg_setsignmode example
- Example#3488 - OO gnupg_setsignmode example
- Example#3489 - Procedural gnupg_sign example
- Example#3490 - OO gnupg_sign example
- Example#3491 - Procedural gnupg_verify example
- Example#3492 - OO gnupg_verify example
- Example#3493 - Fancy "Hello world"
- Example#3494 - swfaction example
- Example#3495 - swfaction example
- Example#3496 - swfaction example
- Example#3497 - swfsprite example
- Example#3498 - ming_useswfversion example
- Example#3499 - Importing a DBL file
- Example#3500 - Using an alpha mask
- Example#3501 - Usual interactions with buttons
- Example#3502 - Drag example
- Example#3503 - swfdisplayitem::multcolor example
- Example#3504 - swfdisplayitem::rotateto example
- Example#3505 - swfdisplayitem::setname example
- Example#3506 - swfgradient example
- Example#3507 - swfmorph example
- Example#3508 - Displaying your $movie in a browser
- Example#3509 - Streaming example
- Example#3510 - SWFShape::addFill example
- Example#3511 - swfshape example
- Example#3512 - swfshape::setline example
- Example#3513 - swftext example
- Example#3514 - Hello World example from PDFlib distribution for PHP 4
- Example#3515 - Hello World example from PDFlib distribution for PHP 5
- Example#3516 - Creating and using a pattern
- Example#3517 - Creating and using a template
- Example#3518 - Hyphennate a text
- Example#3519 - Drawing a rectangle
- Example#3520 - Creating and using a spot color
- Example#3521 - Rotation of the coordinate system
- Example#3522 - Placing text at a given position
- Example#3523 - Drawing a dashed line
- Example#3524 - Translation of the coordinate system
- Example#3525 - Basic RPMReader Example
- Example#3526 - rpm_close example
- Example#3527 - rpm_get_tag example
- Example#3528 - rpm_is_valid example
- Example#3529 - rpm_open example
- Example#3530 - rpm_version example
- Example#3531 - SWF example
- Example#3532 - swf_addbuttonrecord example
- Example#3533 - Creating a simple flash file based on user input and outputting it
and saving it in a database
- Example#3534 - Horizontal text example
- Example#3535 - A simple 3D-rotation around a text
- Example#3536 - Incorrect requests
- Example#3537 - Calling request from a request callback
- Example#3538 - Calling request from a request callback
- Example#3539 - Using eio with libevent
- Example#3540 - Cancelling a request
- Example#3541 - Calling eio_chmod
- Example#3542 - Making a custom request
- Example#3543 - Grouping requests
- Example#3544 - Using eio with libevent
- Example#3545 - eio_cancel example
- Example#3546 - eio_custom example
- Example#3547 - eio_event_loop example
- Example#3548 - eio_lstat example
- Example#3549 - Using eio with libevent
- Example#3550 - Grouping requests
- Example#3551 - eio_grp example
- Example#3552 - eio_link example
- Example#3553 - eio_lstat example
- Example#3554 - eio_mkdir example
- Example#3555 - eio_mknod example
- Example#3556 - eio_nreqs example
- Example#3557 - eio_open example
- Example#3558 - eio_poll example
- Example#3559 - eio_read example
- Example#3560 - eio_readdir example
- Example#3561 - eio_readlink example
- Example#3562 - eio_realpath example
- Example#3563 - eio_rename example
- Example#3564 - eio_rmdir example
- Example#3565 - eio_stat example
- Example#3566 - eio_statvfs example
- Example#3567 - eio_symlink example
- Example#3568 - Simple timers
- Example#3569 - Periodic timer. Tick each 10.5 seconds
- Example#3570 - Periodic timer. Use reschedule callback
- Example#3571 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3572 - Wait until STDIN is readable
- Example#3573 - Use some async I/O to access a socket
- Example#3574 - Embedding one loop into another
- Example#3575 - Embedding loop created with kqueue backend into the default loop
- Example#3576 - Handle SIGTERM signal
- Example#3577 - Monitor changes of /var/log/messages
- Example#3578 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3579 - Process status changes
- Example#3580 - Using reschedule callback
- Example#3581 - Embedding loop created with kqueue backend into the default loop
- Example#3582 - Embedding one loop into another
- Example#3583 - Embedding loop created with kqueue backend into the default loop
- Example#3584 - Embedding loop created with kqueue backend into the default loop
- Example#3585 - Periodic timer. Use reschedule callback
- Example#3586 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3587 - Hourly watcher
- Example#3588 - Handle SIGTERM signal
- Example#3589 - Monitor changes of /var/log/messages
- Example#3590 - Monitor changes of /var/log/messages
- Example#3591 - Simple timers
- Example#3592 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3593 - Register an I/O watcher for some UDP socket but do not keep the
event loop from running just because of that watcher.
- Example#3594 - Expect Usage Example
- Example#3595 - Another Expect Usage Example
- Example#3596 - expect_expectl example
- Example#3597 - expect_popen example
- Example#3598 - polling STDIN using basic API
- Example#3599 - polling STDIN using buffered event API
- Example#3600 - Süreç Denetimi örneği
- Example#3601 - - pcntl_fork örneği
- Example#3602 - - pcntl_signal_dispatch örneği
- Example#3603 - - pcntl_signal örneği
- Example#3604 - - pcntl_sigprocmask örneği
- Example#3605 - - pcntl_sigwaitinfo örneği
- Example#3606 - - posix_access örneği
- Example#3607 - - posix_ctermid örneği
- Example#3608 - - posix_get_last_error örneği
- Example#3609 - - posix_getcwd örneği
- Example#3610 - - posix_getegid örneği
- Example#3611 - - posix_geteuid örneği
- Example#3612 - - posix_getgid örneği
- Example#3613 - - posix_getgrgid örneği
- Example#3614 - - posix_getgrnam örneği
- Example#3615 - - posix_getgroups örneği
- Example#3616 - - posix_getlogin örneği
- Example#3617 - - posix_getpgid örneği
- Example#3618 - - posix_getpid örneği
- Example#3619 - - posix_getppid örneği
- Example#3620 - - posix_getpwnam örneği
- Example#3621 - - posix_getpwuid örneği
- Example#3622 - - posix_getrlimit örneği
- Example#3623 - - posix_getsid örneği
- Example#3624 - - posix_getuid örneği
- Example#3625 - - posix_mknod örneği
- Example#3626 - - posix_setegid örneği
- Example#3627 - - posix_setgid örneği
- Example#3628 - - posix_setuid örneği
- Example#3629 - - posix_strerror örneği
- Example#3630 - - posix_times örneği
- Example#3631 - - posix_uname örneği
- Example#3632 - - escapeshellarg örneği
- Example#3633 - - escapeshellcmd örneği
- Example#3634 - - exec örneği
- Example#3635 - - proc_open örneği
- Example#3636 - - shell_exec örneği
- Example#3637 - - system örneği
- Example#3638 - Fetch a chunk of the property table
- Example#3639 - Counting the properties of an object
- Example#3640 - Detecting fatal errors in Threads
- Example#3641 - Detect the state of the referenced object
- Example#3642 - Detect the state of the referenced object
- Example#3643 - Detect the state of the referenced object
- Example#3644 - Locking Object Properties
- Example#3645 - Merging into the property table of a threaded object
- Example#3646 - Notifications and Waiting
- Example#3647 - Popping the last item from the property table of a threaded object
- Example#3648 - Shifting the first item from the property table of a threaded object
- Example#3649 - Synchronizing
- Example#3650 - Locking the property table of a threaded object
- Example#3651 - Notifications and Waiting
- Example#3652 - Return the identity of the Thread or Process that created the referenced Thread
- Example#3653 - Return the currently executing Thread
- Example#3654 - Return the identity of the currently executing Thread
- Example#3655 - Return the identity of the referenced Thread
- Example#3656 - Execute in the global scope
- Example#3657 - Detect the state of the referenced Thread
- Example#3658 - Tell if the referenced Thread was started
- Example#3659 - Join with the referenced Thread
- Example#3660 - Kill the referenced Thread
- Example#3661 - Starting Threads
- Example#3662 - Returns the number of objects currently waiting to be executed by the referenced Worker
- Example#3663 - Detect the state of a Worker
- Example#3664 - Detect the state of a Worker
- Example#3665 - Shutdown the referenced Worker
- Example#3666 - Stacking objects for execution in Workers
- Example#3667 - Removing objects from the stack of Workers
- Example#3668 - protected method example: protected methods can only be executed by one Thread at a time.
- Example#3669 - private method example: private methods may only be executed by the Threaded object during execution
- Example#3670 - Creating Pools
- Example#3671 - Creating Pools
- Example#3672 - Submitting Tasks
- Example#3673 - Submitting Tasks
- Example#3674 - Mutex Creation and Destruction
- Example#3675 - Mutex Creation and Destruction
- Example#3676 - Mutex Locking and Unlocking
- Example#3677 - Mutex Locking and Unlocking
- Example#3678 - Mutex Locking and Unlocking
- Example#3679 - Condition Broadcasting
- Example#3680 - Condition Creation and Destruction
- Example#3681 - Condition Creation and Destruction
- Example#3682 - Condition Signalling
- Example#3683 - Waiting for Conditions
- Example#3684 -
- Example#3685 - Shared Memory Operations Overview
- Example#3686 - Closing shared memory block
- Example#3687 - Deleting shared memory block
- Example#3688 - Create a new shared memory block
- Example#3689 - Reading shared memory block
- Example#3690 - Getting the size of the shared memory block
- Example#3691 - Writing to shared memory block
- Example#3692 - A geoip_asnum_by_name example
- Example#3693 - A geoip_continent_code_by_name example
- Example#3694 - A geoip_country_code_by_name example
- Example#3695 - A geoip_country_code3_by_name example
- Example#3696 - A geoip_country_name_by_name example
- Example#3697 - A geoip_database_info example
- Example#3698 - A geoip_db_avail example
- Example#3699 - A geoip_db_filename example
- Example#3700 - A geoip_db_get_all_info example
- Example#3701 - A geoip_db_get_all_info example
- Example#3702 - A geoip_domain_by_name example
- Example#3703 - A geoip_id_by_name example
- Example#3704 - A geoip_isp_by_name example
- Example#3705 - A geoip_netspeedcell_by_name example
- Example#3706 - A geoip_org_by_name example
- Example#3707 - A geoip_record_by_name example
- Example#3708 - A geoip_region_by_name example
- Example#3709 - A geoip_region_name_by_code example using region code for US/Canada
- Example#3710 - A geoip_region_name_by_code example using FIPS codes
- Example#3711 - A geoip_setup_custom_directory example
- Example#3712 - A geoip_time_zone_by_country_and_region example using region code for US/Canada
- Example#3713 - A geoip_time_zone_by_country_and_region example using FIPS codes
- Example#3714 - Simple train
- Example#3715 - Simple test
- Example#3716 - fann_create_train_from_callback example
- Example#3717 - fann_read_train_from_file example
- Example#3718 - - json_decode örnekleri
- Example#3719 - - Diğer örnek
- Example#3720 - - json_decode kullanırken yapılan genel bir hata.
- Example#3721 - - depth hataları
- Example#3722 - - json_encode örneği
- Example#3723 - - json_encode işlevinin tüm seçeneklerini gösteren bir örnek
- Example#3724 - json_last_error örneği
- Example#3725 - Judy array example
- Example#3726 - Lua::assignexample
- Example#3727 - Lua::callexample
- Example#3728 - Lua::evalexample
- Example#3729 - Lua::registerCallbackexample
- Example#3730 - LuaClosure::__invokeexample
- Example#3731 - - constant örneği
- Example#3732 - - Sabit tanımlamak
- Example#3733 - - Sabitlerin tanımlılığını sınamak
- Example#3734 - - eval örneği
- Example#3735 - - exit örneği
- Example#3736 - - Çıkış durumu örneği
- Example#3737 - Kullanıcının tarayıcısı ile ilgili tüm bilginin listelenmesi
- Example#3738 - - __halt_compiler örneği
- Example#3739 - - highlight_string örneği
- Example#3740 - - ignore_user_abort örneği
- Example#3741 - - pack örneği
- Example#3742 - - php_strip_whitespace örneği
- Example#3743 - - sleep örneği
- Example#3744 - - sys_getloadavg örneği
- Example#3745 - - time_nanosleep örneği
- Example#3746 - - time_sleep_until örneği
- Example#3747 - - uniqid örneği
- Example#3748 - - unpack örneği
- Example#3749 - - usleep örneği
- Example#3750 - parsekit_compile_file example
- Example#3751 - parsekit_compile_string example
- Example#3752 - parsekit_func_arginfo example
- Example#3753 - SplDoublyLinkedList::__construct example
- Example#3754 - SplStack::__construct example
- Example#3755 - SplQueue::__construct example
- Example#3756 - Efficiently handling tasks with SplQueue
- Example#3757 - SplFixedArray usage example
- Example#3758 - SplFixedArray::__construct example
- Example#3759 - SplFixedArray::count example
- Example#3760 - SplFixedArray::fromArray example
- Example#3761 - SplFixedArray::getSize example
- Example#3762 - SplFixedArray::setSize example
- Example#3763 - SplFixedArray::toArray example
- Example#3764 - SplObjectStorage as a set
- Example#3765 - SplObjectStorage as a map
- Example#3766 - SplObjectStorage::addAll example
- Example#3767 - SplObjectStorage::attach example
- Example#3768 - SplObjectStorage::contains example
- Example#3769 - SplObjectStorage::count example
- Example#3770 - SplObjectStorage::current example
- Example#3771 - SplObjectStorage::detach example
- Example#3772 - SplObjectStorage::getHash example
- Example#3773 - SplObjectStorage::getInfo example
- Example#3774 - SplObjectStorage::key example
- Example#3775 - SplObjectStorage::next example
- Example#3776 - SplObjectStorage::offsetExists example
- Example#3777 - SplObjectStorage::offsetGet example
- Example#3778 - SplObjectStorage::offsetSet example
- Example#3779 - SplObjectStorage::offsetUnset example
- Example#3780 - SplObjectStorage::removeAll example
- Example#3781 - SplObjectStorage::removeAllExcept example
- Example#3782 - SplObjectStorage::rewind example
- Example#3783 - SplObjectStorage::serialize example
- Example#3784 - SplObjectStorage::setInfo example
- Example#3785 - SplObjectStorage::unserialize example
- Example#3786 - SplObjectStorage::valid example
- Example#3787 - AppendIterator::append example
- Example#3788 - Iterating AppendIterator with foreach
- Example#3789 - Iterating AppendIterator with the AppendIterator API
- Example#3790 - AppendIterator::getInnerIterator example
- Example#3791 - AppendIterator.getIteratorIndex basic example
- Example#3792 - AppendIterator::key basic example
- Example#3793 - ArrayIterator::current example
- Example#3794 - ArrayIterator::key example
- Example#3795 - ArrayIterator::next example
- Example#3796 - ArrayIterator::rewind example
- Example#3797 - ArrayIterator::valid example
- Example#3798 - CachingIterator::getCache example
- Example#3799 - Available callback arguments
- Example#3800 - Callback basic examples
- Example#3801 - A DirectoryIterator::__construct example
- Example#3802 - A DirectoryIterator::current example
- Example#3803 - A DirectoryIterator::getATime example
- Example#3804 - A DirectoryIterator::getBasename example
- Example#3805 - DirectoryIterator::getCTime example
- Example#3806 - DirectoryIterator::getExtension example
- Example#3807 -
- Example#3808 - A DirectoryIterator::getFilename example
- Example#3809 - DirectoryIterator::getGroup example
- Example#3810 - DirectoryIterator::getInode example
- Example#3811 - A DirectoryIterator::getMTime example
- Example#3812 - DirectoryIterator::getOwner example
- Example#3813 - DirectoryIterator::getPath example
- Example#3814 - DirectoryIterator::getPathname example
- Example#3815 - DirectoryIterator::getPerms example
- Example#3816 - DirectoryIterator::getSize example
- Example#3817 - DirectoryIterator::getType example
- Example#3818 - DirectoryIterator::isDir example
- Example#3819 - A DirectoryIterator::isDot example
- Example#3820 - DirectoryIterator::isExecutable example
- Example#3821 - DirectoryIterator::isFile example
- Example#3822 - A DirectoryIterator::isLink example
- Example#3823 - DirectoryIterator::isReadable example
- Example#3824 - DirectoryIterator::isWritable example
- Example#3825 - A DirectoryIterator::key example
- Example#3826 - DirectoryIterator::next example
- Example#3827 - DirectoryIterator::rewind example
- Example#3828 - DirectoryIterator::seek example
- Example#3829 - A DirectoryIterator::__toString example
- Example#3830 - A DirectoryIterator::valid example
- Example#3831 - FilesystemIterator::__construct example
- Example#3832 - FilesystemIterator::current example
- Example#3833 - FilesystemIterator::key example
- Example#3834 - FilesystemIterator::next example
- Example#3835 - FilesystemIterator::rewind example
- Example#3836 - FilesystemIterator::key example
- Example#3837 - FilterIterator::accept example
- Example#3838 - GlobIterator example
- Example#3839 - GlobIterator::count example
- Example#3840 - InfiniteIterator::__construct example
- Example#3841 - LimitIterator usage example
- Example#3842 - LimitIterator::__construct example
- Example#3843 - LimitIterator::getPosition example
- Example#3844 - Iterating a MultipleIterator
- Example#3845 - NoRewindIterator::__construct example
- Example#3846 - NoRewindIterator::rewind example
- Example#3847 - RecursiveArrayIterator::getChildren example
- Example#3848 - RecursiveArrayIterator::hasChildren example
- Example#3849 - Available callback arguments
- Example#3850 - Recursive callback basic example
- Example#3851 - RecursiveCallbackFilterIterator::hasChildren basic usage
- Example#3852 - RecursiveDirectoryIterator example
- Example#3853 - Basic RecursiveFilterIterator example
- Example#3854 - RecursiveFilterIterator example
- Example#3855 - Iterating a RecursiveIteratorIterator
- Example#3856 - RecursiveRegexIterator::__construct example
- Example#3857 - RecursiveRegexIterator::getChildren example
- Example#3858 - RecursiveRegexIterator::hasChildren example
- Example#3859 - RegexIterator::accept example
- Example#3860 - RegexIterator::__construct example
- Example#3861 - RegexIterator::getFlags example
- Example#3862 - RegexIterator::getMode example
- Example#3863 - RegexIterator::getPregFlags example
- Example#3864 - RegexIterator::setFlags example
- Example#3865 - RegexIterator::setMode example
- Example#3866 - RegexIterator::setPregFlags example
- Example#3867 - Countable::count example
- Example#3868 - Basic usage
- Example#3869 - SeekableIterator::seek example
- Example#3870 - class_implements example
- Example#3871 - class_parents example
- Example#3872 - class_uses example
- Example#3873 - iterator_apply example
- Example#3874 - iterator_count example
- Example#3875 - iterator_to_array example
- Example#3876 - spl_autoload_register as a replacement for an __autoload function
- Example#3877 - spl_autoload_register example where the class is not loaded
- Example#3878 - spl_classes example
- Example#3879 - A spl_object_hash example
- Example#3880 - SplFileInfo::__construct example
- Example#3881 - SplFileInfo::getBasename example
- Example#3882 - SplFileInfo::getCTime example
- Example#3883 - SplFileInfo::getExtension example
- Example#3884 -
- Example#3885 - SplFileInfo::getFilename example
- Example#3886 - SplFileInfo::getGroup example
- Example#3887 - SplFileInfo::getLinkTarget example
- Example#3888 - SplFileInfo::getOwner example
- Example#3889 - SplFileInfo::getPath example
- Example#3890 - SplFileInfo::getPathInfo example
- Example#3891 - SplFileInfo::getPathname example
- Example#3892 - SplFileInfo::getPerms example
- Example#3893 - SplFileInfo::getRealPath example
- Example#3894 - SplFileInfo::getType example
- Example#3895 - SplFileInfo::isDir example
- Example#3896 - SplFileInfo::isExecutable example
- Example#3897 - SplFileInfo::isFile example
- Example#3898 - SplFileInfo::isLink example
- Example#3899 - SplFileInfo::isReadable example
- Example#3900 - SplFileInfo::openFile example
- Example#3901 - SplFileInfo::setFileClass example
- Example#3902 - SplFileInfo::setFileClass example
- Example#3903 - SplFileInfo::__toString example
- Example#3904 - SplFileObject::__construct example
- Example#3905 - SplFileObject::current example
- Example#3906 - SplFileObject::eof example
- Example#3907 - SplFileObject::fflush example
- Example#3908 - SplFileObject::fgetc example
- Example#3909 - SplFileObject::fgetcsv example
- Example#3910 - SplFileObject::READ_CSV example
- Example#3911 - SplFileObject::fgets example
- Example#3912 - SplFileObject::fgetss example
- Example#3913 - SplFileObject::flock example
- Example#3914 - SplFileObject::fpassthru example
- Example#3915 - SplFileObject::fputcsv example
- Example#3916 - SplFileObject::fscanf example
- Example#3917 - SplFileObject::fseek example
- Example#3918 - SplFileObject::fstat example
- Example#3919 - SplFileObject::ftell example
- Example#3920 - SplFileObject::ftruncate example
- Example#3921 - SplFileObject::fwrite example
- Example#3922 - SplFileObject::getCsvControl example
- Example#3923 - SplFileObject::getFlags example
- Example#3924 - SplFileObject::getMaxLineLen example
- Example#3925 - SplFileObject::key example
- Example#3926 - SplFileObject::key example with SplFileObject::setMaxLineLen
- Example#3927 - SplFileObject::next example
- Example#3928 - SplFileObject::rewind example
- Example#3929 - SplFileObject::seek example
- Example#3930 - SplFileObject::setCsvControl example
- Example#3931 - SplFileObject::setFlags example
- Example#3932 - SplFileObject::setMaxLineLen example
- Example#3933 - SplFileObject::valid example
- Example#3934 - SplTempFileObject example
- Example#3935 - ArrayObject::append example
- Example#3936 - ArrayObject::asort example
- Example#3937 - ArrayObject::__construct example
- Example#3938 - ArrayObject::count example
- Example#3939 - ArrayObject::exchangeArray example
- Example#3940 - ArrayObject::getArrayCopy example
- Example#3941 - ArrayObject::getFlags example
- Example#3942 - ArrayObject::getIterator example
- Example#3943 - ArrayObject::getIteratorClass example
- Example#3944 - ArrayObject::ksort example
- Example#3945 - ArrayObject::natcasesort example
- Example#3946 - ArrayObject::natsort example
- Example#3947 - ArrayObject::offsetExists example
- Example#3948 - ArrayObject::offsetGet example
- Example#3949 - ArrayObject::offsetSet example
- Example#3950 - ArrayObject::offsetUnset example
- Example#3951 - ArrayObject::serialize example
- Example#3952 - ArrayObject::setFlags example
- Example#3953 - ArrayObject::setIteratorClass example
- Example#3954 - ArrayObject::uasort example
- Example#3955 - ArrayObject::uksort example
- Example#3956 - SplInt usage example
- Example#3957 - SplFloat usage example
- Example#3958 - SplEnum usage example
- Example#3959 - SplEnum::getConstList example
- Example#3960 - SplBool usage example
- Example#3961 - SplString usage example
- Example#3962 - - Çok sayıda kaynaktan veri almak için
file_get_contents kullanımı
- Example#3963 - - Bir HTTPS sunucusundan bir POST isteği yapmak
- Example#3964 - - Sıkıştırılmış bir dosyaya veri yazmak
- Example#3965 - - Küresel değişkenlere veri okuyup yazan bir akım
- Example#3966 - - Tar arşivindeki dosyaları listelemek
- Example#3967 - - stream_context_create örneği
- Example#3968 - - stream_context_get_default örneği
- Example#3969 - - stream_context_get_options örneği
- Example#3970 - - stream_context_get_params örneği
- Example#3971 - - stream_context_set_default örneği
- Example#3972 - - stream_copy_to_stream örneği
- Example#3973 - - Süzgeçlerin uygulanacağı yerin belirlenmesi
- Example#3974 - - foo-bar.txt akımında büyük harfe dönüşüm
süzgeci
- Example#3975 - - Çok sayıda süzgeç ismiyle eşleşen soysal bir süzgeç sınıfının
tanıtımı
- Example#3976 - - Bir akımın devingen olarak süzülmesi
- Example#3977 - - stream_get_contents örneği
- Example#3978 - - stream_get_filters örneği
- Example#3979 - - stream_get_meta_data örneği
- Example#3980 - - stream_get_transports örneği
- Example#3981 - - stream_get_wrappers örneği
- Example#3982 - - Bir akım sarmalayıcının varlığının sınanması
- Example#3983 - - stream_is_local örneği
- Example#3984 - - stream_notification_callback örneği
- Example#3985 - - Komut satırı istemcisi için basit bir ilerleme çubuğu
- Example#3986 - - stream_select örneği
- Example#3987 - - stream_set_timeout örneği
- Example#3988 - - stream_set_write_buffer örneği
- Example#3989 - - stream_socket_client örneği
- Example#3990 - - UDP bağlantı kullanımı
- Example#3991 - - stream_socket_enable_crypto örneği
- Example#3992 - - stream_socket_pair örneği
- Example#3993 - - stream_socket_recvfrom örneği
- Example#3994 - - stream_socket_sendto örneği
- Example#3995 - - TCP sunucu soketlerinin kullanımı
- Example#3996 - - UDP sunucu soketlerinin kullanımı
- Example#3997 - - stream_socket_shutdown örneği
- Example#3998 - - Bir akım sarmalayıcının etkin kılınması
- Example#3999 - - PHP 4.3.x'te tidy kurulumu
- Example#4000 - - Temel Tidy Kullanımı
- Example#4001 - - tidy::getBody örneği
- Example#4002 - - tidy::cleanrepair örneği
- Example#4003 - - tidy::__construct örneği
- Example#4004 - - tidy::diagnose örneği
- Example#4005 - tidy_get_error_buffer example
- Example#4006 - - tidy::getConfig örneği
- Example#4007 - - tidy_getopt örneği
- Example#4008 - - Tüm seçeneklerin belgelerini ve öntanımlı değerlerini almak
- Example#4009 - - tidy::getStatus örneği
- Example#4010 - - tidy::head örneği
- Example#4011 - - tidy::html örneği
- Example#4012 - - tidy::parseFile örneği
- Example#4013 - - tidy::parseString örneği
- Example#4014 - - tidy::repairFile örneği
- Example#4015 - - tidy::repairString örneği
- Example#4016 - - tidy::root örneği
- Example#4017 - - tidyNode::getParent örneği
- Example#4018 - - tidyNode::hasChildren örneği
- Example#4019 - - tidyNode::hasSiblings örneği
- Example#4020 - - Karışık bir HTML belgeden ASP kodunu çıkarmak
- Example#4021 - - Karışık bir HTML belgeden açıklamaları çıkarmak
- Example#4022 - - Karışık bir HTML belgeden HTML kodunu çıkarmak
- Example#4023 - - Karışık bir HTML belgeden JSTE kodunu çıkarmak
- Example#4024 - - Karışık bir HTML belgeden PHP kodunu çıkarmak
- Example#4025 - - Karışık bir HTML belgeden metni çıkarmak
- Example#4026 - - ob_tidyhandler örneği
- Example#4027 - - tidy_access_count örneği
- Example#4028 - - tidy_config_count örneği
- Example#4029 - - tidy_error_count örneği
- Example#4030 - - tidy_get_output örneği
- Example#4031 - - tidy_setopt örneği
- Example#4032 - - tidy_warning_count örneği
- Example#4033 - - Açıklamaları simgeleştirici ile ayıklamak
- Example#4034 - - token_get_all örnekleri
- Example#4035 - - token_name örneği
- Example#4036 - - base64_decode örneği
- Example#4037 - - base64_encode örneği
- Example#4038 - - get_headers örneği
- Example#4039 - - get_meta_tags bunları çözümler
- Example#4040 - - get_meta_tags örneği
- Example#4041 - - http_build_query basit kullanımı
- Example#4042 - - Sayısal indisli elemanlarla http_build_query
- Example#4043 - - http_build_query ve çok boyutlu diziler
- Example#4044 - - http_build_query ve bir nesne
- Example#4045 - - parse_url örneği
- Example#4046 - - rawurldecode örneği
- Example#4047 - - Bir FTP URL'sinde parola belirtmek
- Example#4048 - - Başka bir rawurlencode örneği
- Example#4049 - - urldecode örneği
- Example#4050 - - urlencode örneği
- Example#4051 - - urlencode ve
htmlentities örneği
- Example#4052 - Basic Javascript execution
- Example#4053 - Yaml Example
- Example#4054 - Parse callback example
- Example#4055 - Emit callback example
- Example#4056 - yaml_emit example
- Example#4057 - yaml_parse example
- Example#4058 - A classic Application directory layout
- Example#4059 - Entry
- Example#4060 - Rewrite rule
- Example#4061 - Application config
- Example#4062 - Default controller
- Example#4063 - Default view template
- Example#4064 - Run the Application
- Example#4065 - An array of yaf configuration example
- Example#4066 - an ini file of yaf configuration example
- Example#4067 - A Bootstrapexample
- Example#4068 - Yaf_Application::bootstrapexample
- Example#4069 - Yaf_Application::clearLastErrorexample
- Example#4070 - A ini config file example
- Example#4071 - Yaf_Application::__constructexample
- Example#4072 - Yaf_Application::__constructexample
- Example#4073 - Yaf_Application::environexample
- Example#4074 - Yaf_Application::executeexample
- Example#4075 - Yaf_Application::getConfigexample
- Example#4076 - Yaf_Application::getDispatcherexample
- Example#4077 - Yaf_Application::getLastErrorMsgexample
- Example#4078 - Yaf_Application::getLastErrorNoexample
- Example#4079 - Yaf_Application::getModulesexample
- Example#4080 - Bootstrap example
- Example#4081 - Yaf_Dispatcher::autoRenderexample
- Example#4082 - Yaf_Dispatcher::catchExceptionexample
- Example#4083 - Yaf_Dispatcher::registerPluginexample
- Example#4084 - A custom View engineexample
- Example#4085 - Yaf_Dispatcher::setViewexample
- Example#4086 - Yaf_Dispatcher::throwexceptionexample
- Example#4087 - Yaf_Dispatcher::throwexceptionexample
- Example#4088 - Yaf_Config_Iniexample
- Example#4089 - define action in a separate file
- Example#4090 - Dummy_action.php
- Example#4091 - Yaf_Controller_Abstract::forwardexample
- Example#4092 - Yaf_Action_Abstract::executeexample
- Example#4093 - Yaf_Action_Abstract::executeexample
- Example#4094 - Yaf_View_Simple::assignexample
- Example#4095 - templateexample
- Example#4096 - Yaf_View_Simple::assignRefexample
- Example#4097 - templateexample
- Example#4098 - Yaf_View_Simple::clearexample
- Example#4099 - Yaf_View_Simple::__constructorexample
- Example#4100 - Yaf_View_Simple::__setexample
- Example#4101 - Config example
- Example#4102 - Register localnamespace
- Example#4103 - Load class example
- Example#4104 - Load namespace class example
- Example#4105 - MVC class loading example
- Example#4106 - MVC class distinctions
- Example#4107 - MVC loading example
- Example#4108 - Yaf_Loader::registerLocalNamespaceexample
- Example#4109 - Plugin example
- Example#4110 - Yaf_Plugin_Abstract::routerShutdownexample
- Example#4111 - Yaf_Response_Abstract::appendBodyexample
- Example#4112 - Yaf_Response_Abstract::getBodyexample
- Example#4113 - Yaf_Response_Abstract::prependBodyexample
- Example#4114 - Yaf_Response_Abstract::responseexample
- Example#4115 - Yaf_Response_Abstract::setBodyexample
- Example#4116 - Yaf_Route_Map::assembleexample
- Example#4117 - Yaf_Route_Mapexample
- Example#4118 - Yaf_Route_Mapexample
- Example#4119 - Yaf_Route_Mapexample
- Example#4120 - Yaf_Route_Regex::assembleexample
- Example#4121 - Yaf_Route_Regexexample
- Example#4122 - Yaf_Route_Regex(as of 2.3.0)example
- Example#4123 - Yaf_Route_Regexexample
- Example#4124 - Yaf_Route_Rewrite::assembleexample
- Example#4125 - Yaf_Route_Rewriteexample
- Example#4126 - Yaf_Route_Rewriteexample
- Example#4127 - Yaf_Route_Rewrite(as of 2.3.0)example
- Example#4128 - Rewrite rule for Apache
- Example#4129 - Rewrite rule for Apache
- Example#4130 - Rewrite rule for Lighttpd
- Example#4131 - Rewrite rule for Nginx
- Example#4132 - Yaf_Route_Static(default route)example
- Example#4133 - application.iniexample
- Example#4134 - Yaf_Dispatcher::autoConfigexample
- Example#4135 - Yaf_Dispatcher::autoRenderexample
- Example#4136 - Register some routes in Bootstrap
- Example#4137 - plugin Dummy.php (under application.directory/plugins)
- Example#4138 - Yaf_Route_Simple::assembleexample
- Example#4139 - Yaf_Route_Simple::routeexample
- Example#4140 - Yaf_Route_Simple::routeexample
- Example#4141 - Yaf_Route_Static::assembleexample
- Example#4142 - Yaf_Route_Static::routeexample
- Example#4143 - Yaf_Route_Supervar::assembleexample
- Example#4144 - Yaf_Route_Supervarexample
- Example#4145 - Taintexample
- Example#4146 - Creating a chdb file
- Example#4147 - Loading and looking up a chdb file
- Example#4148 - chdb::get example
- Example#4149 - chdb_create example
- Example#4150 - - example.com ana sayfasını bir dosyaya aktarmak amacıyla cURL
işlevlerinin kullanımı
- Example#4151 - - Yeni bir cURL oturumunun ilklendirilmesi ve bir HTML sayfasının
alınması
- Example#4152 - - Bir cURL tanıtıcısının kopyalanması
- Example#4153 - - curl_errno örneği
- Example#4154 - - curl_error örneği
- Example#4155 - curl_escape example
- Example#4156 - - Yeni bir cURL oturumunun ilklendirilmesi ve bir HTML sayfasının
alınması
- Example#4157 - - curl_getinfo örneği
- Example#4158 - - Yeni bir cURL oturumunun ilklendirilmesi ve bir HTML sayfasının
alınması
- Example#4159 - - curl_multi_add_handle örneği
- Example#4160 - - curl_multi_close örneği
- Example#4161 - - curl_multi_exec örneği
- Example#4162 - - curl_multi_init örneği
- Example#4163 - curl_multi_strerror example
- Example#4164 - curl_reset example
- Example#4165 - - Yeni bir cURL oturumunun ilklendirilmesi ve bir HTML sayfasının
alınması
- Example#4166 - - curl_setopt_array için kendi
gerçeklenimimiz
- Example#4167 - - Yeni bir cURL oturumunun ilklendirilmesi ve bir HTML sayfasının
alınması
- Example#4168 - - Karşıya dosya yüklemek
- Example#4169 - curl_share_setopt example
- Example#4170 - curl_share_init example
- Example#4171 - curl_share_setopt example
- Example#4172 - curl_errno example
- Example#4173 - curl_escape example
- Example#4174 - - curl_version örneği
- Example#4175 - Simple HTTP client
- Example#4176 - HTTP client using asynchronous DNS resolver
- Example#4177 - Echo server
- Example#4178 - SSL echo server
- Example#4179 - Signal handler
- Example#4180 - Use libevent's loop to process requests of `eio' extension
- Example#4181 - Miscellaneous
- Example#4182 - Simple HTTP server
- Example#4183 - EventHttpConnection::makeRequest example
- Example#4184 - Connection listener based on a UNIX domain socket
- Example#4185 - Simple SMTP server
- Example#4186 - Handling SIGTERM signal
- Example#4187 - Event::addSignal example
- Example#4188 - Event::addTimer example
- Example#4189 - EventBase::getFeatures example
- Example#4190 - EventBase::getMethod example
- Example#4191 - EventBuffer::search example
- Example#4192 - EventBufferEvent::connect example
- Example#4193 - Connect to UNIX domain socket which presumably is served by a server, read response from
the server and output it to the console
- Example#4194 - EventBufferEvent::connectHost example
- Example#4195 - Buffer event's read callback
- Example#4196 - EventBufferEvent::getOutput example
- Example#4197 - EventBufferEvent::sslError example
- Example#4198 - Simple SMTP server
- Example#4199 - EventConfig::avoidMethod example
- Example#4200 - EventConfig::__construct example
- Example#4201 - EventConfig::requireFeatures example
- Example#4202 - EventHttp::accept example
- Example#4203 - EventHttp::addServerAlias example
- Example#4204 - EventHttp::bind example
- Example#4205 - Simple HTTP server
- Example#4206 - EventHttp::setCallback example
- Example#4207 - EventHttp::setDefaultCallback example
- Example#4208 - EventHttpConnection::makeRequest example
- Example#4209 - EventHttpConnection::setCloseCallback example
- Example#4210 - EventHttpRequest::__construct example
- Example#4211 - EventHttpRequest::sendError example
- Example#4212 - EventListener::__construct example
- Example#4213 - EventSslContext::__construct example
- Example#4214 - - FTP örneği
- Example#4215 - - ftp_alloc örneği
- Example#4216 - - ftp_cdup örneği
- Example#4217 - - ftp_chdir örneği
- Example#4218 - - ftp_chmod örneği
- Example#4219 - - ftp_close örneği
- Example#4220 - - ftp_connect örneği
- Example#4221 - - ftp_delete örneği
- Example#4222 - - ftp_exec örneği
- Example#4223 - - ftp_fget örneği
- Example#4224 - - ftp_fput örneği
- Example#4225 - - ftp_get_option örneği
- Example#4226 - - ftp_get örneği
- Example#4227 - - ftp_login örneği
- Example#4228 - - ftp_mdtm örneği
- Example#4229 - - ftp_mkdir örneği
- Example#4230 - - ftp_nb_continue örneği
- Example#4231 - - ftp_nb_fget örneği
- Example#4232 - - ftp_nb_fput örneği
- Example#4233 - - ftp_nb_get örneği
- Example#4234 - - ftp_nb_get ile indirmeyi devam ettirmek
- Example#4235 - - ftp_nb_get ile indirmeyi yeni bir dosyanın
100. baytından sürdürmek
- Example#4236 - - ftp_nb_put örneği
- Example#4237 - - ftp_nb_put ile yüklemeyi devam ettirmek
- Example#4238 - - ftp_nlist örneği
- Example#4239 - - ftp_pasv örneği
- Example#4240 - - ftp_put örneği
- Example#4241 - - ftp_pwd örneği
- Example#4242 - - Bir FTP sunucusuna ftp_raw kullanarak el
yordamıyla oturum açmak
- Example#4243 - - ftp_rawlist örneği
- Example#4244 - - ftp_rename örneği
- Example#4245 - - ftp_rmdir örneği
- Example#4246 - - ftp_set_option örneği
- Example#4247 - - Bir FTP sunucusuna bir SITE komutu göndermek
- Example#4248 - - ftp_size örneği
- Example#4249 - - ftp_ssl_connect örneği
- Example#4250 - - ftp_systype örneği
- Example#4251 - Basic Gearman client and worker
- Example#4252 - Basic Gearman client and worker, background
- Example#4253 - Basic Gearman client and worker, submitting tasks
- Example#4254 - Adding two job servers
- Example#4255 - Add two job servers
- Example#4256 - Basic submission of two tasks
- Example#4257 - Basic submission of two tasks with passing application context
- Example#4258 - Two tasks, one background and one not
- Example#4259 - A high priority task along with two normal tasks
- Example#4260 - A low priority task along with two normal tasks
- Example#4261 - Monitor completion of multiple background tasks
- Example#4262 - Simple job submission with immediate return
- Example#4263 - Submitting a job and retrieving incremental status
- Example#4264 - Submit and monitor a background job
- Example#4265 - Simple job submission with immediate return
- Example#4266 - Submitting a job and retrieving incremental status
- Example#4267 - Get the status of a long running job
- Example#4268 - Monitor the status of a long running background job
- Example#4269 - Simple worker making use of extra application context data
- Example#4270 - Add alternate Gearman servers
- Example#4271 - Add two job servers
- Example#4272 - GearmanWorker::setId example
- Example#4273 - A simple worker with a 5 second timeout
- Example#4274 - Running worker in non-blocking mode
- Example#4275 - GearmanWorker::work example
- Example#4276 - Hypothetical output from gopher://gopher.example.com/
- Example#4277 - Using gopher_parsedir
- Example#4278 - Search for all UPnP devices and services.
- Example#4279 - Implementing light server
- Example#4280 - Implementing light client
- Example#4281 - Create new UPnP context and get IP address of the host
- Example#4282 - Create new UPnP context and get port number
- Example#4283 - Create new UPnP context and set host path
- Example#4284 - Create new UPnP context
- Example#4285 - Create new UPnP context and set callback
- Example#4286 - Create new UPnP context and start browsing
- Example#4287 - Create new UPnP context and start browsing
- Example#4288 - Create new UPnP context and get device info service
- Example#4289 - Create new UPnP context and get device info service
- Example#4290 - - HttpDeflateStream örneği
- Example#4291 - - HttpInflateStream örneği
- Example#4292 - - HttpRequest::addCookies örneği
- Example#4293 - - GET örneği
- Example#4294 - - POST örneği
- Example#4295 - - HttpRequestPool örneği
- Example#4296 - - HttpRequestPool::socketPerform örneği
- Example#4297 - - HttpResponse::capture örneği
- Example#4298 - - HttpResponse::send örneği
- Example#4299 - - http_cache_etag örneği
- Example#4300 - - http_cache_last_modified örneği
- Example#4301 - - http_chunked_decode örneği
- Example#4302 - - http_support örneği
- Example#4303 - - http_negotiate_charset kullanımı
- Example#4304 - - http_negotiate_content_type kullanımı
- Example#4305 - - http_negotiate_language kullanımı
- Example#4306 - - http_parse_cookie kullanımı
- Example#4307 - - http_parse_headers kullanımı
- Example#4308 - - http_parse_message kullanımı
- Example#4309 - - http_parse_params örneği
- Example#4310 - - http_persistent_handles_count örneği
- Example#4311 - - http_persistent_handles_ident örneği
- Example#4312 - - http_get örneği
- Example#4313 - - http_post_fields örneği
- Example#4314 - - http_redirect örneği
- Example#4315 - - http_send_file örneği
- Example#4316 - - http_throttle örneği
- Example#4317 - - http_build_url örneği
- Example#4318 - modifying an attribute
- Example#4319 - adding a completely new attribute
- Example#4320 - modifying Title attribute
- Example#4321 - modifying Title attribute
- Example#4322 - removing attribute
- Example#4323 - Retrieve an object
- Example#4324 - Java Example
- Example#4325 - AWT Example
- Example#4326 - Java exception handler
- Example#4327 - LDAP search example
- Example#4328 - Complete example with authenticated bind
- Example#4329 - Using LDAP Bind
- Example#4330 - Using LDAP Bind Anonymously
- Example#4331 - Complete example of password check
- Example#4332 - Example of connecting to LDAP server.
- Example#4333 - Example of connecting securely to LDAP server.
- Example#4334 - LDAP pagination
- Example#4335 - LDAP pagination
- Example#4336 - ldap-count-entries example
- Example#4337 - Enumerating all LDAP error messages
- Example#4338 - Generating and catching an error
- Example#4339 - Show the list of attributes held for a particular directory entry
- Example#4340 - Check protocol version
- Example#4341 - List all values of the "mail" attribute for a
directory entry
- Example#4342 - Produce a list of all organizational units of an organization
- Example#4343 - LDAP search
- Example#4344 - Set protocol version
- Example#4345 - Set server controls
- Example#4346 - LDAP sort
- Example#4347 - memcache extension overview example
- Example#4348 - Using memcache session handler
- Example#4349 - Memcache::add example
- Example#4350 - Memcache::addServer example
- Example#4351 - Memcache::close example
- Example#4352 - Memcache::connect example
- Example#4353 - Memcache::decrement example
- Example#4354 - Memcache::delete example
- Example#4355 - Memcache::flush example
- Example#4356 - Memcache::get example
- Example#4357 - Memcache::getExtendedStats example
- Example#4358 - Memcache::getServerStatus example
- Example#4359 - Memcache::getVersion example
- Example#4360 - Memcache::increment example
- Example#4361 - Memcache::pconnect example
- Example#4362 - Memcache::replace example
- Example#4363 - Memcache::set example
- Example#4364 - Memcache::set example
- Example#4365 - Memcache::setCompressThreshold example
- Example#4366 - Memcache::setServerParams example
- Example#4367 - Result callback example
- Example#4368 - Read-through callback example
- Example#4369 - Memcached::addServer example
- Example#4370 - Memcached::addServers example
- Example#4371 - Memcached::append example
- Example#4372 - Memcached::cas example
- Example#4373 - Creating a Memcached object
- Example#4374 - Memcached::decrement example
- Example#4375 - Memcached::delete example
- Example#4376 - Memcached::fetch example
- Example#4377 - Memcached::getDelayed example
- Example#4378 - Memcached::flush example
- Example#4379 - Memcached::get example #1
- Example#4380 - Memcached::get example #2
- Example#4381 - Memcached::getDelayed example
- Example#4382 - Memcached::getMulti example
- Example#4383 - Memcached::GET_PRESERVE_ORDER example
- Example#4384 - Retrieving Memcached options
- Example#4385 - Memcached::getResultCode example
- Example#4386 - Memcached::getResultMessage example
- Example#4387 - Memcached::getServerByKey example
- Example#4388 - Memcached::getServerList example
- Example#4389 - Memcached::getStats example
- Example#4390 - Memcached::getVersion example
- Example#4391 - Memcached::increment example
- Example#4392 - Memcached::prepend example
- Example#4393 - Memcached::set example
- Example#4394 - Memcached::setByKey example
- Example#4395 - Memcached::setMulti example
- Example#4396 - Setting a Memcached option
- Example#4397 - Setting Memcached options
- Example#4398 - mqseries_back
example
- Example#4399 - mqseries_begin
example
- Example#4400 - mqseries_close
example
- Example#4401 - mqseries_cmit
example
- Example#4402 - mqseries_conn
example
- Example#4403 - mqseries_connx
example
- Example#4404 - mqseries_connx
example using SSL connection & OCSP Responder URL
- Example#4405 - mqseries_disc
example
- Example#4406 - mqseries_get
example
- Example#4407 - mqseries_inq
example
- Example#4408 - mqseries_open
example
- Example#4409 - mqseries_put
example
- Example#4410 - mqseries_strerror
example
- Example#4411 - - define_syslog_variables örneği
- Example#4412 - - dns_get_record kullanımı
- Example#4413 - - dns_get_record ve DNS_ANY kullanımı
- Example#4414 - - fsockopen örneği
- Example#4415 - - UDP bağlantısı kullanımı
- Example#4416 - - gethostbyaddr örnek
- Example#4417 - - gethostbyname örneği
- Example#4418 - - gethostbynamel örneği
- Example#4419 - - gethostname örneği
- Example#4420 - - getprotobyname örneği
- Example#4421 - - getservbyname örneği
- Example#4422 - header_register_callback example
- Example#4423 - Unsetting specific header.
- Example#4424 - Unsetting all previously set headers.
- Example#4425 - - İndirme söyleşisi
- Example#4426 - - Yönergelerin önbelleklenmesi
- Example#4427 - - headers_list kullanım örneği
- Example#4428 - - headers_sent kullanım örnekleri
- Example#4429 - Examples using http_response_code
- Example#4430 - - inet_ntop örneği
- Example#4431 - - inet_pton örneği
- Example#4432 - - ip2long Örneği
- Example#4433 - - Bir IP adresinin gösterilmesi
- Example#4434 - - IP doğrulama
- Example#4435 - - setcookie gönderim örneği
- Example#4436 - - setcookie silme örneği
- Example#4437 - - setcookie ve diziler
- Example#4438 - - syslog kullanımı
- Example#4439 - Procedural usage of rrd
- Example#4440 - OO usage of rrd
- Example#4441 - RRDGraph::setOptions example
- Example#4442 - Set multiple color options
- Example#4443 - RRDUpdater::update examples
- Example#4444 - Creating a connection and connecting to a remote WebSphere MQSeries Messaging Server
- Example#4445 - Creating a connection and connecting to a remote WebSphere Application Server
- Example#4446 - Creating a connection and connecting to an MQTT server
- Example#4447 - Creating a message with a simple text body
- Example#4448 - Setting a text format property using the default syntax
- Example#4449 - Setting a property using a type hint
- Example#4450 - Retrieving a property from a message header
- Example#4451 - Adding a message to a queue and receiving a response
- Example#4452 - Creating a durable subscription to a topic
- Example#4453 - Subscribing to a topic using a WebSphere Platform Messaging (WPM) server
- Example#4454 - Receiving published data using a durable subscription
- Example#4455 - Deleting a durable subscription to a topic
- Example#4456 - Handling an error from a method that returns no result
- Example#4457 - Handling an error from a method that returns a result
- Example#4458 - Committing the current unit of work
- Example#4459 - Creating a connection to a Messaging Server using the IBM MQSeries
protocol (WMQ)
- Example#4460 - Creating a connection with application transaction control and default
host and port values
- Example#4461 - Creating a connection to a Messaging Server using the IBM WebSphere
Platform Messaging protocol (WPM)
- Example#4462 - Creating a connection object and connecting to a Messaging Server
- Example#4463 - Disconnecting from a Messaging Server
- Example#4464 - Using the error number and description properties
- Example#4465 - Using the error number and description properties
- Example#4466 - Checking whether there us a connection to a Messaging Server
- Example#4467 - Retrieve the next message from a queue without removing it
- Example#4468 - Retrieve a specific message from a queue without removing it from the queue
- Example#4469 - Retrieve all messages in a queue without removing them
- Example#4470 - Retrieve all messages from a queue with a matching correlation id
- Example#4471 - Receiving a message from a queue
- Example#4472 - Receiving a message from a queue with options
- Example#4473 - Receiving a message from a subscription
- Example#4474 - Removing a message from a queue by message id
- Example#4475 - Cancelling an in-flight unit of work
- Example#4476 - Send a message to a queue
- Example#4477 - Publish a message to a topic
- Example#4478 - Send a request and receive a response
- Example#4479 - Turn on debugging output
- Example#4480 - Turn off debugging output
- Example#4481 - Subscribe to a topic
- Example#4482 - Delete a subscription
- Example#4483 - Setting a text string into the body of a message
- Example#4484 - Creating a message
- Example#4485 - Creating a message with a simple text payload
- Example#4486 - Setting a text format property using the default syntax
- Example#4487 - Setting a text format property using a type hint
- Example#4488 - Setting properties as the sender of a message
- Example#4489 - Retreiving property values from a message
- Example#4490 - snmp_get_quick_print example
- Example#4491 - Using snmp_get_valueretrieval
- Example#4492 - Using snmp_read_mib
- Example#4493 - Using snmp_set_enum_print
- Example#4494 - Using snmprealwalk
- Example#4495 - Using snmp_set_quick_print
- Example#4496 - Using
snmp_set_valueretrieval
- Example#4497 - Using snmp2_get
- Example#4498 - Using snmp2_get_next
- Example#4499 - Using snmp2_real_walk
- Example#4500 - Using snmp2_set
- Example#4501 - Using snmp2_set for setting BITS SNMP object id
- Example#4502 - snm2_pwalk Example
- Example#4503 - Using snmp3_get
- Example#4504 - Using snmp3_getnext
- Example#4505 - Using
snmp3_real_walk
- Example#4506 - Using snmp3_set
- Example#4507 - Using snmp3_set for setting BITS SNMP object id
- Example#4508 - snmp3_walk Example
- Example#4509 - Using snmpget
- Example#4510 - Using snmpgetnext
- Example#4511 - Using snmprealwalk
- Example#4512 - Using snmpset
- Example#4513 - Using snmpset for setting BITS SNMP object id
- Example#4514 - snmpwalk Example
- Example#4515 - snmpwalkoid Example
- Example#4516 - SNMP::close example
- Example#4517 - Fetching sysLocation
- Example#4518 - Single SNMP object
- Example#4519 - Miltiple SNMP objects
- Example#4520 - SNMP::getErrno example
- Example#4521 - SNMP::getError example
- Example#4522 - Single SNMP object
- Example#4523 - Miltiple SNMP objects
- Example#4524 - Set single SNMP object id
- Example#4525 - Set multiple values using single SNMP::set
call
- Example#4526 - Using SNMP::set for setting BITS SNMP object id
- Example#4527 - SNMP::setSecurity example
- Example#4528 - SNMP::walk example
- Example#4529 - suffix_as_key example
- Example#4530 - - Soket örneği: Basit bir TCP/IP sunucu
- Example#4531 - - Soket örneği: Basit TCP/IP istemci
- Example#4532 - - Kaynak adresini belirtmek için
socket_bind kullanımı
- Example#4533 - - socket_create_pair örneği
- Example#4534 - -socket_create_pair IPC örneği
- Example#4535 - - socket_get_option örneği
- Example#4536 - socket_import_stream example
- Example#4537 - - socket_last_error örneği
- Example#4538 - - socket_recv örneği
- Example#4539 - - socket_recvfrom örneği
- Example#4540 - - socket_select ile NULL kullanımı
- Example#4541 - - socket_select sonucunu anlamak
- Example#4542 - - socket_select örneği
- Example#4543 - - socket_sendto örneği
- Example#4544 - - socket_set_block örneği
- Example#4545 - - socket_set_nonblock örneği
- Example#4546 - - socket_set_option örneği
- Example#4547 - - socket_strerror örneği
- Example#4548 - Authenticating with a ssh agent
- Example#4549 - - Genel konak anahtarlı kimlik doğrulama
- Example#4550 - - Kimlik doğrulama yöntemlerinin öğrenilmesi
- Example#4551 - - Parolalı kimlik doğrulama
- Example#4552 - - Genel anahtarlı kimlik doğrulama
- Example#4553 - - ssh2_connect örneği
- Example#4554 - - Karşıda bir komut çalıştırmak
- Example#4555 - - Bir kabuk açıp kabukla ilgili standart hataya erişmek
- Example#4556 - - Parmakizini karşılaştırmak
- Example#4557 - - Müzakere yöntemlerini öğrenmek
- Example#4558 - - ssh2_publickey_add örneği
- Example#4559 - - ssh2_publickey_list örneği
- Example#4560 - - SCP üzerinden dosya indirmek
- Example#4561 - - SCP üzerinden karşıya dosya yükleme
- Example#4562 - Creating a directory on a remote server
- Example#4563 - - SFTP üzerinden bir sembolik bağın durum bilgisini almak
- Example#4564 - - Karşıda bir dizin oluşturmak
- Example#4565 - - Bir sembolik bağı okumak
- Example#4566 - - Bir dosya yolunun çözümlenmesi
- Example#4567 - - SFTP üzerinden bır dosyanın ismini değiştirmek
- Example#4568 - - Uzak sunucudan bir dizini silmek
- Example#4569 - - SFTP üzerinden bir dosyanın durum bilgisini almak
- Example#4570 - - Karşıya bir sembolik bağ oluşturmak
- Example#4571 - - Karşıdan bir dosya silmek
- Example#4572 - - SFTP üzerinden bir dosya açmak
- Example#4573 - - Bir kabuk oturumunun açılması
- Example#4574 - - Belli bir konağa bir tünel açmak
- Example#4575 - Nesne yönelimli kullanım
- Example#4576 - Yordamsal kullanım
- Example#4577 - stomp_connect_error example
- Example#4578 - stomp_version example
- Example#4579 - Nesne yönelimli kullanım
- Example#4580 - Yordamsal kullanım
- Example#4581 - Nesne yönelimli kullanım
- Example#4582 - Yordamsal kullanım
- Example#4583 - Nesne yönelimli kullanım
- Example#4584 - Yordamsal kullanım
- Example#4585 - Nesne yönelimli kullanım
- Example#4586 - Yordamsal kullanım
- Example#4587 - Nesne yönelimli kullanım
- Example#4588 - Yordamsal kullanım
- Example#4589 - Nesne yönelimli kullanım
- Example#4590 - Yordamsal kullanım
- Example#4591 - Nesne yönelimli kullanım
- Example#4592 - Yordamsal kullanım
- Example#4593 - Nesne yönelimli kullanım
- Example#4594 - Yordamsal kullanım
- Example#4595 - Nesne yönelimli kullanım
- Example#4596 - Yordamsal kullanım
- Example#4597 - Train from array
- Example#4598 - Train from a file
- Example#4599 - svn_add example
- Example#4600 - Default authentication example
- Example#4601 - svn_blame example
- Example#4602 - Basic example
- Example#4603 - Basic example
- Example#4604 - Basic example
- Example#4605 - Basic example
- Example#4606 - Basic example
- Example#4607 - Basic example
- Example#4608 - Diffing two revisions of a repository path
- Example#4609 - Portably diffing two local files
- Example#4610 - svn_export example
- Example#4611 - Basic example
- Example#4612 - svn_log example
- Example#4613 - svn_ls example
- Example#4614 - Basic example
- Example#4615 - Basic example
- Example#4616 - - localhost'tan tüm bağlantıları yasaklamak
- Example#4617 - Ban an URL
- Example#4618 - Get statistic snapshot
- Example#4619 - Read varnish shared memory log
- Example#4620 - VarnishAdmin::__construct example
- Example#4621 - - Unix üzerinde YAZ destekli PHP 4 kurulumu
- Example#4622 - YAZ kullanarak paralel arama
- Example#4623 - - CCL yapılandırması
- Example#4624 - - CCL çözümlemesi
- Example#4625 - - Kayıt Güncelleme
- Example#4626 - - GRS-1 kaydı için bir dizi
- Example#4627 - - MARCXML ile çalışma
- Example#4628 - - Başlıkları tarayan PHP işlevi
- Example#4629 - - Sorgu örnekleri - Aşağıdaki gibi basit ifadeleri aratabilirsiniz
- Example#4630 - - Sıralama kuralları
- Example#4631 - Example for NIS errors
- Example#4632 - Example for the NIS first
- Example#4633 - Example for the default domain
- Example#4634 - Example for the NIS master
- Example#4635 - Example for NIS match
- Example#4636 - Example for NIS next
- Example#4637 - Example for the NIS order
- Example#4638 - A ZMQContext example
- Example#4639 - A ZMQContext example
- Example#4640 - A ZMQContext example
- Example#4641 - A ZMQSocket example
- Example#4642 - A send/recv example
- Example#4643 - A ZMQPoll example
- Example#4644 -
- Example#4645 - udm_api_version example
- Example#4646 - udm_cat_listexample
- Example#4647 - Specifying path to the current category in the following format:
'> Root > Sport > Auto > Ferrari'
- Example#4648 - udm_load_ispell_data example
- Example#4649 - udm_load_ispell_data example
- Example#4650 - solr_get_version example
- Example#4651 - Contents of the BootStrap file
- Example#4652 - Adding a document to the index
- Example#4653 - Merging one document into another document
- Example#4654 - Searching for documents - SolrObject responses
- Example#4655 - Searching for documents - SolrDocument responses
- Example#4656 - Simple TermsComponent example - basic
- Example#4657 - Simple TermsComponent example - using a prefix
- Example#4658 - Simple TermsComponent example - specifying a minimum frequency
- Example#4659 - Simple Facet Example
- Example#4660 - Simple Facet Example - with optional field override for mincount
- Example#4661 - Facet Date Example
- Example#4662 - Connecting to SSL-Enabled Server
- Example#4663 - SolrDocument::toArray example
- Example#4664 - SolrObject::__construct example
- Example#4665 - SolrObject::offsetUnset example
- Example#4666 - SolrClient::addDocument example
- Example#4667 - SolrClient::addDocument example 2
- Example#4668 - SolrClient::addDocuments example
- Example#4669 - SolrClient::__construct example
- Example#4670 - SolrQuery::deleteByQuery example
- Example#4671 - SolrClient::ping example
- Example#4672 - SolrClient::query example
- Example#4673 - SolrClient::request example
- Example#4674 - SolrClient::setResponseWriter example
- Example#4675 - SolrParams::setParam example
- Example#4676 - SolrQuery::addFacetField example
- Example#4677 - SolrQuery::addFacetField example
- Example#4678 - SolrQuery::addFilterQuery example
- Example#4679 - Basic usage example
- Example#4680 - Basic search query
- Example#4681 - A Swish::__construct example
- Example#4682 - Basic Swish::getMetaList example
- Example#4683 - Basic Swish::getPropertyList example
- Example#4684 - Basic Swish::prepare example
- Example#4685 - Basic Swish::query example
- Example#4686 - Basic SwishResult::stem example
- Example#4687 - Basic SwishResults::getParsedWords example
- Example#4688 - Basic SwishResults::nextResult example
- Example#4689 - Basic SwishResults::seekResult example
- Example#4690 - Basic SwishSearch::execute example
- Example#4691 - Basic SwishSearch::resetLimit example
- Example#4692 - Basic SwishSearch::setLimit example
- Example#4693 - Basic SwishSearch::setPhraseDelimiter example
- Example#4694 - Basic SwishSearch::setSort example
- Example#4695 - Basic SwishSearch::setStructure example
- Example#4696 - - .htaccess kullanarak PHP yorumlamasının bir dizinde kapatılması
- Example#4697 - - apache_get_modules örneği
- Example#4698 - - apache_get_version örneği
- Example#4699 - - apache_getenv örneği
- Example#4700 - - apache_lookup_uri örneği
- Example#4701 - PHP ve Perl arasında bilgi aktarımı
- Example#4702 - - access.log dosyasındaki oturum değerleri
- Example#4703 - - apache_request_headers örneği
- Example#4704 - - apache_response_headers örneği
- Example#4705 - - apache_setenv ile bir Apache ortam
değişkenini atamak
- Example#4706 - - getallheaders örneği
- Example#4707 - nsapi_request_headers example
- Example#4708 - -
Bir değişkeni $_SESSION ile kayıt altına almak
- Example#4709 - - register_globals etkin
değilken $_SESSION ile bir değişkeni tanımsız yapmak
- Example#4710 - - Tek bir kullanıcının sayfa erişimlerinin sayılması
- Example#4711 - Example information
- Example#4712 - - session_cache_expire örneği
- Example#4713 - - session_cache_limiter örneği
- Example#4714 - - Bir oturumun $_SESSION ile yokedilmesi
- Example#4715 - - session_name örneği
- Example#4716 - - session_regenerate_id örneği
- Example#4717 - - session_set_save_handler örneği
- Example#4718 - - Bir oturum örneği: sayfa1.php
- Example#4719 - - Bir oturum örneği: sayfa2.php
- Example#4720 - Using SessionHandler to add encryption to internal PHP save handlers.
- Example#4721 - Example using SessionHandlerInterface
- Example#4722 - - bbcode_add_smiley örneği
- Example#4723 - - bbcode_create örneği
- Example#4724 - - bbcode_set_arg_parser örneği
- Example#4725 - - bbcode_set_flags örneği
- Example#4726 - - Geçerli şablon örnekleri
- Example#4727 - - Geçersiz şablon örnekleri
- Example#4728 - - preg_filter ile
preg_replace işlevini karşılaştırma örneği
- Example#4729 - - preg_grep örneği
- Example#4730 - - preg_last_error örneği
- Example#4731 - - Bir metinden telefon numaralarının toplanması
- Example#4732 - - HTML etiketlerini bulmak (tamahkarca)
- Example#4733 - İsimli alt şablon kullanımı
- Example#4734 - - Metin içinde "php" dizgesini bulmak
- Example#4735 - - "cebir" sözcüğünü bulmak
- Example#4736 - - Bir adresten alan ismini çekip almak
- Example#4737 - - İsimli alt şablon kullanımı
- Example#4738 - - preg_quote örneği
- Example#4739 - - Bir metnin içindeki bir kelimeyi vurgulamak
- Example#4740 - preg_replace_callback ve
create_function
- Example#4741 - - 1. preg_replace_callback örneği
- Example#4742 - - 2. preg_replace_callback örneği
- Example#4743 - - Ardından bir sayı gelen geriye gönderim kullanımı
- Example#4744 - - preg_replace ile indisli dizi kullanımı
- Example#4745 - - Çeşitli değerlerin değiştirilmesi
- Example#4746 - - 'e' değiştiricisinin kullanımı
- Example#4747 - - Boşluk ayıklama
- Example#4748 - - sayı değiştirgesinin kullanımı
- Example#4749 - - preg_split örneği
- Example#4750 - - Bir dizgeyi karakterlerine bölmek
- Example#4751 - - Bir dizgeyi sözcüklerine ayırıp başlangıçlarıyla döndürmek
- Example#4752 - Düzenli İfade Örnekleri
- Example#4753 - - ereg_replace örneği - 1
- Example#4754 - - ereg_replace örneği - 2
- Example#4755 - - URL'den bağlantı oluşturma
- Example#4756 - - ereg örneği
- Example#4757 - - Arama sonuçlarını göster
- Example#4758 - - eregi örneği
- Example#4759 - - split örneği - 1
- Example#4760 - - split örneği - 2
- Example#4761 - - spliti örneği
- Example#4762 - - sql_regcase örneği
- Example#4763 - - addcslashes örneği
- Example#4764 - - addslashes örneği
- Example#4765 - - chr örneği
- Example#4766 - - chunk_split örneği
- Example#4767 - - convert_uudecode örneği
- Example#4768 - - convert_uuencode örneği
- Example#4769 - - count_chars örneği
- Example#4770 - - Bir crc32 sağlamasının gösterilmesi
- Example#4771 - - crypt örnekleri
- Example#4772 - - htpasswd ile crypt kullanımı
- Example#4773 - - crypt işlevinin farklı şifreleme türleri ile
kullanımı
- Example#4774 - - echo örnekleri
- Example#4775 - - explode örneği
- Example#4776 - - sınır değiştirgesi örnekleri
- Example#4777 - - fprintf: Sıfır dolgulu tamsayılar
- Example#4778 - - fprintf: para biçemleme
- Example#4779 - - Dönüşüm tablosu örneği
- Example#4780 - hex2bin example
- Example#4781 - - HTML öğelerinin karakterlere dönüştürülmesi
- Example#4782 - - htmlentities örneği
- Example#4783 - - htmlspecialchars_decode örneği
- Example#4784 - - htmlspecialchars örneği
- Example#4785 - - implode örneği
- Example#4786 - - lcfirst örneği
- Example#4787 - - levenshtein örneği
- Example#4788 - - localeconv örneği
- Example#4789 - - ltrim örneği
- Example#4790 - - md5_fileörneği
- Example#4791 - - md5 örneği
- Example#4792 - - money_format örneği
- Example#4793 - - nl2br örneği
- Example#4794 - - xhtml değiştirgesi kullanımı
- Example#4795 - - number_format örneği
- Example#4796 - - ord örneği
- Example#4797 - - parse_str kullanımı
- Example#4798 - - print örnekleri
- Example#4799 - - rtrim örneği
- Example#4800 - - setlocale örnekleri
- Example#4801 - - Windows için setlocale örnekleri
- Example#4802 - - sha1_file örneği
- Example#4803 - - sha1 örneği
- Example#4804 - - soundex örnekleri
- Example#4805 - - Değiştirge takaslama
- Example#4806 - - Değiştirge takaslama
- Example#4807 - - Değiştirge takaslama
- Example#4808 - - Değiştirge takaslama
- Example#4809 - - Çeşitli printförnekleri
- Example#4810 - - printf dizge belirtimleri
- Example#4811 - - sprintf ve sıfır dolgulu tamsayılar
- Example#4812 - - sprintf ve para biçemleme
- Example#4813 - - sprintf ve bilimsel gösterim
- Example#4814 - - sscanf örneği
- Example#4815 - - Seçimlik değiştirgelerle sscanf
kullanımı
- Example#4816 - - str_ireplace örneği
- Example#4817 - - str_pad örneği
- Example#4818 - - str_repeat örneği
- Example#4819 - - Basit str_replace örnekleri
- Example#4820 - - str_replacestr_replace
ile ilgili olası sorunlar
- Example#4821 - - str_rot13 örneği
- Example#4822 - - str_shuffle örneği
- Example#4823 - - str_split örneği
- Example#4824 - - str_word_count örneği
- Example#4825 - - strcasecmp örneği
- Example#4826 - - strip_tags örneği
- Example#4827 - - stripos örnekleri
- Example#4828 - - stripslashes örneği
- Example#4829 - - Dizi üzerinde stripslashes kullanımı
- Example#4830 - - stristr örneği
- Example#4831 - Bir dizgenin varlığına bakmak
- Example#4832 - - Dizge olmayan iğne kullanımı
- Example#4833 - - strlen örneği
- Example#4834 - - strpbrk örneği
- Example#4835 - - Aynılık işlecinin (===) kullanımı
- Example#4836 - - Farklılık işlecinin (!==) kullanımı
- Example#4837 - - Bir başlangıç kullanımı
- Example#4838 - - strrchr örneği
- Example#4839 - - strrev örneği
- Example#4840 - - strripos örneği
- Example#4841 - - strspn örneği
- Example#4842 - - strstr örneği
- Example#4843 - - strtok örneği
- Example#4844 - - Eski strtok davranışı
- Example#4845 - Yeni strtok davranışı
- Example#4846 - - strtolower örneği
- Example#4847 - - strtoupper örneği
- Example#4848 - - strtr örneği
- Example#4849 - - İki değiştirgeli strtr örneği
- Example#4850 - - substr_compare örneği
- Example#4851 - - substr_count örneği
- Example#4852 - - substr_replace örneği
- Example#4853 - - Negatif başlangıç kullanımı
- Example#4854 - - Negatif uzunluk kullanımı
- Example#4855 - - Basit substr kullanımı
- Example#4856 -
- Example#4857 - - trim işlevinin kullanımı
- Example#4858 - - trim işlevini dizi değerlerine uygulama
- Example#4859 - - ucfirst örneği
- Example#4860 - - ucwords örneği
- Example#4861 - vfprintf: sıfır dolgulu tamsayılar
- Example#4862 - - vprintf: sıfır dolgulu tamsayılar
- Example#4863 - - vsprintf: sıfır dolgulu tamsayılar
- Example#4864 - - wordwrap örneği
- Example#4865 - - Kesmeli wordwrap örneği
- Example#4866 - - array_change_key_case örneği
- Example#4867 - - array_chunk örneği
- Example#4868 - Get column of first names from recordset
- Example#4869 - Get column of last names from recordset, indexed by the "id" column
- Example#4870 - - array_combine örneği
- Example#4871 - - array_count_values örneği
- Example#4872 - - array_diff_assoc örneği - 1
- Example#4873 - - array_diff_assoc örneği - 2
- Example#4874 - - array_diff_key örneği
- Example#4875 - - array_diff_uassoc örneği
- Example#4876 - - array_diff_ukey örneği
- Example#4877 - - array_diff örneği
- Example#4878 - - array_fill_keys örneği
- Example#4879 - - array_fill örneği
- Example#4880 - - array_filter örneği
- Example#4881 - - işlevsiz array_filter
örneği
- Example#4882 - - array_flip örneği
- Example#4883 - - Kayıplı array_flip örneği
- Example#4884 - - array_intersect_assoc örneği
- Example#4885 - - array_intersect_key örneği
- Example#4886 - - array_intersect_uassoc örneği
- Example#4887 - - array_intersect_ukey örneği
- Example#4888 - - array_intersect örneği
- Example#4889 - - array_key_exists örneği
- Example#4890 - - array_key_exists işlevine karşı
isset
- Example#4891 - - array_keys örneği
- Example#4892 - - array_map örneği
- Example#4893 - - Lamda işlevi kullanan array_map örneği
(PHP 5.3.0 ve sonrası)
- Example#4894 - - Birden fazla diziyle array_map örneği
- Example#4895 - - Bir diziler dizisi oluşturmak
- Example#4896 - - Dizgesel anahtarlarla array_map örneği
- Example#4897 - - array_merge_recursive örneği
- Example#4898 - - array_merge PHP 5 örneği
- Example#4899 - - array_merge örneği
- Example#4900 - - Basit array_merge örneği
- Example#4901 - - Çok sayıda diziyi sıralamak
- Example#4902 - - Çok boyutlu diziyi sıralamak
- Example#4903 - - Veritabanı sonuçlarının sıralanması
- Example#4904 - - Harf büyüklüğüne duyarsız sıralama
- Example#4905 - - array_pad örneği
- Example#4906 - - array_pop örneği
- Example#4907 - - array_product örneği
- Example#4908 - - array_push örneği
- Example#4909 - - array_rand örneği
- Example#4910 - - array_reduce örneği
- Example#4911 - - array_replace_recursive örneği
- Example#4912 - - array_replace_recursiveve ardışık işlem
- Example#4913 - - array_replace örneği
- Example#4914 - - array_reverse örneği
- Example#4915 - - array_search örneği
- Example#4916 - - array_shift örneği
- Example#4917 - - array_slice örnekleri
- Example#4918 - - array_splice örnekleri
- Example#4919 - - array_splice örnekleri
- Example#4920 - - array_sum örnekleri
- Example#4921 - - array_udiff_assoc örneği
- Example#4922 - - array_udiff_uassoc örneği
- Example#4923 - - array_udiff örneği
- Example#4924 - - array_uintersect_assoc örneği
- Example#4925 - - array_uintersect_uassoc örneği
- Example#4926 - - array_uintersect örneği
- Example#4927 - - array_unique örneği
- Example#4928 - - array_unique ve türler
- Example#4929 - - array_unshift örneği
- Example#4930 - - array_values örneği
- Example#4931 - - array_walk_recursive örneği
- Example#4932 - - array_walk örneği
- Example#4933 - - array örneği
- Example#4934 - array ile özdevinimli indis üretimi
- Example#4935 - - İlk indisi 1 olan dizi üretimi
- Example#4936 - - Çift tırnak içine alınmış bir diziye erişim
- Example#4937 - - arsort örneği
- Example#4938 - - asort örneği
- Example#4939 - - compact örneği
- Example#4940 - - count örneği
- Example#4941 - - Ardışık count örneği
- Example#4942 - - current örneği
- Example#4943 - - each örnekleri
- Example#4944 - - each ile bir dizinin taranması
- Example#4945 - - end örneği
- Example#4946 - - extract örneği
- Example#4947 - - in_array örneği
- Example#4948 - - Türe de bakan in_array örneği
- Example#4949 - - iğnenin bir dizi olduğu in_array örneği
- Example#4950 - - key örneği
- Example#4951 - - krsort örneği
- Example#4952 - - ksort örneği
- Example#4953 - - list örnekleri
- Example#4954 - - list kullanım örneği
- Example#4955 - - İç içe list kullanımı
- Example#4956 - - Dizi indisleri ile list kullanımı
- Example#4957 - - natcasesort örneği
- Example#4958 - - natsort örneği
- Example#4959 - - next ve şürekası
- Example#4960 - - prev ve şürekası
- Example#4961 - - range örnekleri
- Example#4962 - - reset örneği
- Example#4963 - - rsort örneği
- Example#4964 - - shuffle örneği
- Example#4965 - - sort örneği
- Example#4966 - - uasort örneği
- Example#4967 - - uksort örneği
- Example#4968 - - usort örneği
- Example#4969 - - usort ve çok boyutlu dizi
- Example#4970 - - Bir nesnenin üye yöntemini kullanan usort
örneği
- Example#4971 - sınıflar.inc
- Example#4972 - dnm.php
- Example#4973 - - call_user_method_array yerine
call_user_func_array kullanın
- Example#4974 - - call_user_method yerine
call_user_func kullanın
- Example#4975 - class_alias example
- Example#4976 - class_exists example
- Example#4977 - autoload parameter example
- Example#4978 - - get_called_class örneği
- Example#4979 - - get_class_methods örneği
- Example#4980 - - get_class_vars örneği
- Example#4981 - - get_class_vars ve etki alanı
- Example#4982 - - get_class örneği
- Example#4983 - - Alt sınıftan get_class çağrısı
- Example#4984 - - get_declared_classes örneği
- Example#4985 - - get_declared_interfaces örneği
- Example#4986 - - get_object_vars örneği
- Example#4987 - - get_parent_class örneği
- Example#4988 - - interface_exists örneği
- Example#4989 - - is_a örneği
- Example#4990 - - PHP 5'teki instanceof işlecinin kullanımı
- Example#4991 - - is_subclass_of örneği
- Example#4992 - - method_exists örneği
- Example#4993 - - Duruk method_exists örneği
- Example#4994 - - property_exists örneği
- Example#4995 - - classkit_import örneği
- Example#4996 - - classkit_method_add örneği
- Example#4997 - - classkit_method_copy örneği
- Example#4998 - - classkit_method_redefine örneği
- Example#4999 - - classkit_method_remove örneği
- Example#5000 - classkit_method_rename örneği
- Example#5001 - - ctype_alnum örneği (öntanımlı yerel
kullanılarak)
- Example#5002 - - ctype_alpha örneği (öntanımlı yerel
kullanılarak)
- Example#5003 - - ctype_cntrl örneği
- Example#5004 - - ctype_digit örneği
- Example#5005 - - ctype_digit (dizgelerle
tamsayıları karşılaştırma) örneği
- Example#5006 - - ctype_graph örneği
- Example#5007 - - ctype_lower örneği (öntanımlı yerel kullanılarak)
- Example#5008 - - ctype_print örneği
- Example#5009 - - ctype_punct örneği
- Example#5010 - - ctype_space örneği
- Example#5011 - - ctype_upper örneği (öntanımlı yereli
kullanarak)
- Example#5012 - - ctype_xdigit örneği
- Example#5013 - Configuring the default filter to act like htmlspecialchars
- Example#5014 - Configuring the default filter to act like htmlspecialchars
- Example#5015 - Validating email addresses with filter_var
- Example#5016 - Validating IP addresses with filter_var
- Example#5017 - Passing options to filter_var
- Example#5018 - Sanitizing and validating email addresses
- Example#5019 - Configuring a default filter
- Example#5020 - A filter_input_array example
- Example#5021 - A filter_input example
- Example#5022 - A filter_list example
- Example#5023 - A filter_var_array example
- Example#5024 - A filter_var example
- Example#5025 - - call_user_func_array örneği
- Example#5026 - - İsim alanı ismi kullanarak
call_user_func_array
- Example#5027 - - Lamda işlevi kullanımı
- Example#5028 - - call_user_func örneği ve gönderimler
- Example#5029 - - call_user_func örneği
- Example#5030 - - İsim alanı ismi kullanarak call_user_func
- Example#5031 - - Sınıf yöntemi kullanarak call_user_func
- Example#5032 - - Lamda işlevi kullanarak call_user_func
- Example#5033 - -
create_function ile isimsiz işlev oluşturmak
- Example#5034 - - create_function işlevi ile bir genel işlem
işlevi oluşturmak
- Example#5035 - - İsimsiz işlevlerin geriçağırım işlevlerinde kullanımı
- Example#5036 - forward_static_call_array example
- Example#5037 - forward_static_call example
- Example#5038 - - func_get_arg örneği
- Example#5039 - - PHP 5.3 sonrası func_get_argörneği
- Example#5040 - - func_get_args örneği
- Example#5041 - - PHP 5.3 sonrası func_get_argörneği
- Example#5042 - - func_num_args örneği
- Example#5043 - - PHP 5.3 sonrası func_get_argörneği
- Example#5044 - - function_exists örneği
- Example#5045 - - get_defined_functions örneği
- Example#5046 - - register_shutdown_function örneği
- Example#5047 - - register_tick_function örneği
- Example#5048 - Class association
- Example#5049 - Object association
- Example#5050 - storage_classes.inc
- Example#5051 - test_aggregation.php
- Example#5052 - Using aggregate_info
- Example#5053 - Quickhash Example
- Example#5054 - Quickhash ArrayAccess Example
- Example#5055 - Quickhash Iterator Example
- Example#5056 - Quickhash String Values Example
- Example#5057 - QuickHashIntSet::add example
- Example#5058 - QuickHashIntSet::__construct example
- Example#5059 - QuickHashIntSet::delete example
- Example#5060 - QuickHashIntSet::exists example
- Example#5061 - QuickHashIntSet::getSize example
- Example#5062 - QuickHashIntSet::loadFromFile example
- Example#5063 - QuickHashIntSet::loadFromString example
- Example#5064 - QuickHashIntSet::saveToFile example
- Example#5065 - QuickHashIntSet::saveToString example
- Example#5066 - QuickHashIntHash::add example
- Example#5067 - QuickHashIntHash::__construct example
- Example#5068 - QuickHashIntHash::delete example
- Example#5069 - QuickHashIntHash::exists example
- Example#5070 - QuickHashIntHash::get example
- Example#5071 - QuickHashIntHash::getSize example
- Example#5072 - QuickHash IntHash file format
- Example#5073 - QuickHash IntHash file format
- Example#5074 - QuickHashIntHash::loadFromFile example
- Example#5075 - QuickHashIntHash::loadFromString example
- Example#5076 - QuickHashIntHash::saveToFile example
- Example#5077 - QuickHashIntHash::saveToString example
- Example#5078 - QuickHashIntHash::set example
- Example#5079 - QuickHashIntHash::update example
- Example#5080 - QuickHashStringIntHash::add example
- Example#5081 - QuickHashStringIntHash::__construct example
- Example#5082 - QuickHashStringIntHash::delete example
- Example#5083 - QuickHashStringIntHash::get example
- Example#5084 - QuickHashStringIntHash::getSize example
- Example#5085 - QuickHash StringIntHash file format
- Example#5086 - QuickHash IntHash file format
- Example#5087 - QuickHashStringIntHash::loadFromFile example
- Example#5088 - QuickHashStringIntHash::loadFromString example
- Example#5089 - QuickHashStringIntHash::saveToFile example
- Example#5090 - QuickHashStringIntHash::saveToString example
- Example#5091 - QuickHashStringIntHash::set example
- Example#5092 - QuickHashStringIntHash::update example
- Example#5093 - QuickHashIntStringHash::add example
- Example#5094 - QuickHashIntStringHash::__construct example
- Example#5095 - QuickHashIntStringHash::delete example
- Example#5096 - QuickHashIntStringHash::get example
- Example#5097 - QuickHashIntStringHash::getSize example
- Example#5098 - QuickHash IntString file format
- Example#5099 - QuickHash IntString file format
- Example#5100 - QuickHashIntStringHash::loadFromFile example
- Example#5101 - QuickHashIntStringHash::loadFromString example
- Example#5102 - QuickHashIntStringHash::saveToFile example
- Example#5103 - QuickHashIntStringHash::saveToString example
- Example#5104 - QuickHashIntStringHash::set example
- Example#5105 - QuickHashIntStringHash::update example
- Example#5106 - - Reflection eklentisinin kabuktan kullanımı
- Example#5107 - - Yerleşik sınıfların genişletilmesi
- Example#5108 - - Temel kullanım örneği
- Example#5109 - - ReflectionClass::getDocComment örneği
- Example#5110 - - ReflectionClass::getEndLine örneği
- Example#5111 - - ReflectionClass::getInterfaceNames örneği
- Example#5112 - - ReflectionClass::getInterfaces örneği
- Example#5113 - - ReflectionClass::getName örneği
- Example#5114 - - ReflectionClass::getNamespaceName örneği
- Example#5115 - - ReflectionClass::getProperties süzgeç örneği
- Example#5116 - - ReflectionClass::getShortName örneği
- Example#5117 - - ReflectionClass::hasConstant örneği
- Example#5118 - - ReflectionClass::hasMethod örneği
- Example#5119 - - ReflectionClass::hasProperty örneği
- Example#5120 - - ReflectionClass::inNamespace örneği
- Example#5121 - - ReflectionClass::isAbstract örneği
- Example#5122 - Basic usage of ReflectionClass::isCloneable
- Example#5123 - - ReflectionClass::isAbstract örneği
- Example#5124 - - ReflectionClass::isInstance örneği
- Example#5125 - - ReflectionClass::isInstantiable örneği
- Example#5126 - - ReflectionClass::isIterateable örneği
- Example#5127 - ReflectionExtension::getClasses örneği
- Example#5128 - ReflectionExtension::getClassNames örneği
- Example#5129 - ReflectionExtension::getClasses örneği
- Example#5130 - ReflectionExtension::getDependencies örneği
- Example#5131 - - ReflectionExtension::getFunctions örneği
- Example#5132 - - ReflectionExtension::getFunctions örneği
- Example#5133 - - ReflectionExtension::getName örneği
- Example#5134 - - ReflectionExtension::getVersion örneği
- Example#5135 - - ReflectionExtension::info örneği
- Example#5136 - - ReflectionFunction::__construct örneği
- Example#5137 - - ReflectionMethod::__construct örneği
- Example#5138 - - ReflectionMethod::getModifiers örneği
- Example#5139 - - ReflectionParameter örneği
- Example#5140 - - ReflectionProperty::__construct örneği
- Example#5141 - - ReflectionProperty sınıfından private ve
protected özelliklerin değerlerini öğrenmek
- Example#5142 - boolval examples
- Example#5143 - - debug_zval_dump örneği
- Example#5144 -
- Example#5145 -
- Example#5146 - - Basit bir empty / isset
karşılaştırması
- Example#5147 - - floatval örneği
- Example#5148 - - get_defined_vars örneği
- Example#5149 - - get_resource_type örneği
- Example#5150 - - gettype örneği
- Example#5151 - - import_request_variables örneği
- Example#5152 - - intval örnekleri
- Example#5153 - - Değişken içeriğinin bir dizi olup olmadığının sınanması
- Example#5154 - - is_bool örnekleri
- Example#5155 - - is_callable örneği
- Example#5156 - - is_float örneği
- Example#5157 - - is_int örneği
- Example#5158 - - is_null örneği
- Example#5159 - - is_numeric örnekleri
- Example#5160 - - is_object örneği
- Example#5161 - - is_resource örneği
- Example#5162 - - is_scalar örneği
- Example#5163 - - is_string örneği
- Example#5164 - - isset örnekleri
- Example#5165 - - print_r örneği
- Example#5166 - - döndür değiştirgeli örnek
- Example#5167 - - serialize örneği
- Example#5168 - - settype örneği
- Example#5169 - - PHP5'in sihirli __toString yöntemini kullanan
strval örneği
- Example#5170 - - unserialize örneği
- Example#5171 - -
unserialize_callback_func örneği
- Example#5172 - - unset örneği
- Example#5173 - - (unset) - NULL'a dönüşüm örneği (PHP 5 ve sonrası)
- Example#5174 - - var_dump örneği
- Example#5175 - - var_export örnekleri
- Example#5176 - - PHP 5.1.0'den beri sınıfların çıktılanması
- Example#5177 - - __set_state
kullanımı (PHP 5.1.0'dan beri)
- Example#5178 -
- Example#5179 - OAuth::fetch example
- Example#5180 - OAuth::getAccessToken example
- Example#5181 - OAuth::getRequestToken example
- Example#5182 - OAuth::setRequestEngine example
- Example#5183 - An OAuth::setRsaCertificate example
- Example#5184 - OAuth::setToken example
- Example#5185 - OAuthProvider::__construct example
- Example#5186 - Example OAuthProvider::consumerHandler callback
- Example#5187 - OAuthProvider::generateToken example
- Example#5188 - OAuthProvider::is2LeggedEndpoint example
- Example#5189 - Example OAuthProvider::timestampNonceHandler callback
- Example#5190 - Example OAuthProvider::tokenHandler callback
- Example#5191 - A sample SCA component
- Example#5192 - The structure of an SCA for PHP component
- Example#5193 - Obtaining a proxy for a local PHP class
- Example#5194 - Obtaining a proxy for a web service
- Example#5195 - Calling services
- Example#5196 - Obtaining a proxy using getService
- Example#5197 - Making calls on the proxy
- Example#5198 - StockQuote Service
- Example#5199 - Generated WSDL
- Example#5200 - Generated WSDL
- Example#5201 - location attribute
- Example#5202 - method with two arguments
- Example#5203 - types section illustrating named parameters
- Example#5204 - A Component that uses Data Structures
- Example#5205 - An SCA::getService example
- Example#5206 - is_soap_fault example
- Example#5207 - SOAP's standard method for error reporting is exceptions
- Example#5208 - SoapClient::__doRequest example
- Example#5209 - SoapClient::__getFunctions example
- Example#5210 - SoapClient::__getLastRequest() example
- Example#5211 - SoapClient::__getLastRequest() example
- Example#5212 - SoapClient::__getLastResponse() example
- Example#5213 - SoapClient::__getLastResponse() example
- Example#5214 - SoapClient::__getTypes example
- Example#5215 - SoapClient::__setLocation example
- Example#5216 - SoapClient::__setSoapHeaders example
- Example#5217 - Set Multiple Headers
- Example#5218 - SoapClient::__soapCall example
- Example#5219 - SoapClient::SoapClient example
- Example#5220 - SoapServer::addFunction example
- Example#5221 - SoapServer::getFunctions example
- Example#5222 - SoapServer::handle example
- Example#5223 - SoapServer::setPersistence example
- Example#5224 - SoapServer::SoapServer example
- Example#5225 - Some examples
- Example#5226 - Some examples
- Example#5227 - SoapHeader::SoapHeader example
- Example#5228 - SoapParam::SoapParam example
- Example#5229 - SoapVar::SoapVar example
- Example#5230 - Yar Server Example
- Example#5231 - Access the server in borwser(GET request)
- Example#5232 - Yar Client Example
- Example#5233 - Yar Concurrent Client Example
- Example#5234 - Yar_Server::__construct example
- Example#5235 - Yar_Server::handle example
- Example#5236 - Yar_Client::__call example
- Example#5237 - Yar_Client::__construct example
- Example#5238 - Yar_Client::setOpt example
- Example#5239 - Yar_Concurrent_Client::call example
- Example#5240 - Yar_Concurrent_Client::loop example
- Example#5241 - Yar_Server_Exception::getType example
- Example#5242 - Yar_Client_Exception::getType example
- Example#5243 - - XMLRPC istemci işlevleri örneği
- Example#5244 - - xmlrpc_set_type örneği
- Example#5245 - ASP'de For Each
- Example#5246 - PHP 4'de while() ... Next()
- Example#5247 - PHP 5'de foreach
- Example#5248 - COM example (1)
- Example#5249 - COM example (2)
- Example#5250 - DOTNET example
- Example#5251 - Variant example, PHP 4.x style
- Example#5252 - Variant example, PHP 5 style
- Example#5253 - COM olay bağlayıcı örneği
- Example#5254 - Nesneye yönelik sözdizimi
- Example#5255 - com_invoke() yerine nesneye yönelik sözdizimi kullanın
- Example#5256 - Örnek
- Example#5257 - NY sözdizimi
- Example#5258 - printer_abort example
- Example#5259 - printer_close example
- Example#5260 - printer_create_dc example
- Example#5261 - printer_draw_bmp example
- Example#5262 - printer_draw_chord example
- Example#5263 - printer_draw_elipse example
- Example#5264 - printer_draw_line example
- Example#5265 - printer_draw_pie example
- Example#5266 - printer_draw_rectangle example
- Example#5267 - printer_draw_roundrect example
- Example#5268 - printer_draw_text example
- Example#5269 - printer_get_option example
- Example#5270 - printer_list example
- Example#5271 - printer_logical_fontheight example
- Example#5272 - printer_open example
- Example#5273 - printer_select_brush example
- Example#5274 - printer_select_font example
- Example#5275 - printer_select_pen example
- Example#5276 - printer_set_option example
- Example#5277 - printer_start_doc example
- Example#5278 - printer_write example
- Example#5279 - - Bilgisayarın ne kadardır mesaide olduğunu saptayıp göstermek
- Example#5280 - - PHP süreciyle ilgili istatistikler
- Example#5281 - - Küresel bellek kullanımı ile ilgili istatistikler
- Example#5282 - - Bir PHP betiğinin hizmet olarak çalışacağını belirtmek
- Example#5283 - - Bir hizmeti kullanımdan kaldırmak
- Example#5284 - - Bir hizmet olarak çalıştırmak
- Example#5285 - - win32_create_service örneği
- Example#5286 - - win32_delete_service örneği
- Example#5287 - - win32_start_service_ctrl_dispatcher örneği
- Example#5288 - - Yeni bir DOMAttr oluşturmak
- Example#5289 - - DOMAttr::isId örneği
- Example#5290 - - Yeni bir DOMComment oluşturmak
- Example#5291 - - Yeni bir DOMDocument oluşturmak
- Example#5292 - - Yeni bir eleman oluşturup belge elemanı yapmak
- Example#5293 - - Yeni bir eleman oluşturup belge elemanı yapmak
- Example#5294 - - İsim alanı öneki örneği
- Example#5295 - - DOMDocument::getElementById örneği
- Example#5296 - - Tüm XInclude elemanlarını döndürmek
- Example#5297 - - DOMDocument::importNode örneği
- Example#5298 - - Bir belge oluşturmak
- Example#5299 - - Bir HTML belge oluşturmak
- Example#5300 - - Bir belge oluşturmak
- Example#5301 - - Bir belge oluşturmak
- Example#5302 - - Duruk DOMDocument::loadXML çağrısı
- Example#5303 - - Kolaylık olsun diye DOMElement sınıfına
yeni bir yöntem eklemek
- Example#5304 - - Elemanların özel bir sınıf olarak döndürülmesi
- Example#5305 - - Asıl belgeyi döndürmek
- Example#5306 - - Bir DOM ağacının bir dosyaya kaydedilmesi
- Example#5307 - - Bir HTML ağacının dizge olarak çıktılanması
- Example#5308 - - Bir HTML ağacının bir dosyaya kaydedilmesi
- Example#5309 - - Bir DOM ağacının dizge olarak çıktılanması
- Example#5310 - - DTD'ye göre doğrulama örneği
- Example#5311 - - DOMDocument::xinclude örneği
- Example#5312 - - Belgeye XML veri eklemek
- Example#5313 - - Yeni bir DOMElement oluşturmak
- Example#5314 - - Bir özniteliğin atanması
- Example#5315 - Yeni bir DOMEntityReference oluşturmak
- Example#5316 - - Bir DTD ekleyerek bir belge oluşturmak
- Example#5317 - - DOM Gerçekleniminin özellikleri
- Example#5318 - - Bir çocuk düğüm eklemek
- Example#5319 - DOMNode::getLineNo example
- Example#5320 - DOMNode::getNodePath example
- Example#5321 - Removing a child
- Example#5322 - - Bir tablonun tüm girdilerini çıktılamak
- Example#5323 - - Yeni bir DOMProcessingInstruction oluşturmak
- Example#5324 - - Yeni bir DOMText nesnesi oluşturmak
- Example#5325 - - Tüm İngilizce kitapların sayısını döndürmek
- Example#5326 - - Tüm İngilizce kitapları listelemek
- Example#5327 - book.xml
- Example#5328 - DOMXPath::registerPHPFunctions with php:functionString
- Example#5329 - DOMXPath::registerPHPFunctions with php:function
- Example#5330 - - dom_import_simplexml ile DOM'a SimpleXML
ithali
- Example#5331 - - libxml_get_errors örneği
- Example#5332 - libxml_set_external_entity_loader example
- Example#5333 - - libxml_set_streams_context örneği
- Example#5334 - - libxml_use_internal_errors örneği
- Example#5335 - Access via property name
- Example#5336 - Access via property name as array index
- Example#5337 - Data Object iteration
- Example#5338 - Access many-valued property by name
- Example#5339 - Many-valued element access
- Example#5340 - Many-valued property iteration
- Example#5341 - Chained property access
- Example#5342 - XPath navigation
- Example#5343 - XPath querying
- Example#5344 - Creating child data objects
- Example#5345 - Unset a primitive property
- Example#5346 - Unset a data object
- Example#5347 - Unset a referenced data object
- Example#5348 - Access via property index
- Example#5349 - Getting the SDO_Sequence interface
- Example#5350 - Get/set sequence values
- Example#5351 - Sequence iteration
- Example#5352 - Sequence versus Data Object
- Example#5353 - Adding to a sequence
- Example#5354 - Removing from a sequence
- Example#5355 - Reflecting on a Data Object
- Example#5356 - Accessing the type information
- Example#5357 - A
SDO_DAS_DataFactory::addPropertyToType
example
- Example#5358 - A
SDO_DAS_DataFactory::addType
example
- Example#5359 - Creating a data object
- Example#5360 - Retrieving a data object
- Example#5361 - Updating a data object
- Example#5362 - Deleting a data object
- Example#5363 - One company, one department - Create
- Example#5364 - One company, one department - Retrieve and Update
- Example#5365 - One company, two departments - Retrieve and Delete
- Example#5366 - One company, one department, one employee - Create
- Example#5367 - One company, one department, one employee - Retrieve and update
- Example#5368 - One company, two departments, two employees - Retrieve and delete
- Example#5369 - Retrieving a data object using
executePreparedQuery
- Example#5370 - Loading, altering, and saving an XML document
- Example#5371 - Creating a new XML document
- Example#5372 - Setting XML document properties
- Example#5373 - Using an open type
- Example#5374 - Finding out what you can from the document
- Example#5375 - Printing the SDO model
- Example#5376 - - XML dizge olarak içerilecek example.php
dosyası
- Example#5377 - - <plot> içeriğinin eldesi
- Example#5378 - - <line> içeriğinin eldesi
- Example#5379 - - Bir elemanın birden fazla örneğine erişim
- Example#5380 - - Özniteliklerin kullanımı
- Example#5381 - - Elemanları ve öznitelikleri karşılaştırmak
- Example#5382 - - İki elemanı karşılaştırmak
- Example#5383 - - XPath kullanımı
- Example#5384 - - Değer atamak
- Example#5385 - - Eleman ve öznitelik eklemek
- Example#5386 - - DOM ile çalışabilirlik
- Example#5387 - - Hatalı bir XML dizgesinin yüklenmesi
- Example#5388 - - Bir SimpleXMLElement nesnesine
öznitelikler ve çocuk elemanlar eklemek
- Example#5389 - - Bir SimpleXMLElement nesnesine
öznitelikleriyle çocuk elemanlar eklemek
- Example#5390 - - XML belgenin döndürülmesi
- Example#5391 - - SimpleXMLElement::xpath sonucundan bir
XML belge döndürmek
- Example#5392 - - Bir XML dizgenin yorumlanması
- Example#5393 - - children() dizimsisi
- Example#5394 - - Bir dizgeden bir SimpleXMLElement nesnesi
oluşturmak
- Example#5395 - - Bir dosyadan bir SimpleXMLElement nesnesi
oluşturmak
- Example#5396 - Counting the number of children
- Example#5397 - - Belge isim alanlarının döndürülmesi
- Example#5398 - - Çok sayıda isim alanı ile çalışma
- Example#5399 - - XML eleman isimlerinin döndürülmesi
- Example#5400 - - Kullanılan belge isim alanlarının döndürülmesi
- Example#5401 - - Bir XPath ifadesinde kullanılacak isim alanı önekinin
belirtilmesi
- Example#5402 - Get string content
- Example#5403 - - Xpath örneği
- Example#5404 - - DOM ithali
- Example#5405 - - Bir XML belgenin yorumlanması
- Example#5406 - - Bir XML belgenin yorumlanması
- Example#5407 - - WDDX ile tek bir değerin dizgeleştirilmesi
- Example#5408 - - WDDX ile artırımsal paketlerin kullanımı
- Example#5409 - - wddx_serialize_vars örneği
- Example#5410 - - XML Eleman yapısının gösterimi
- Example#5411 - - XML etiketlerini HTML etiketlerine eşleme
- Example#5412 - - Harici Öğe Örneği
- Example#5413 - xmltest.xml
- Example#5414 - xmltest2.xml
- Example#5415 - - xml_parse_into_struct örneği
- Example#5416 - - moldb.xml - küçük bir moleküler bilgi veritabanı
- Example#5417 - - parsemoldb.php - moldb.xml dosyasını bir moleküler nesne dizisine
çözümler
- Example#5418 - - xml_set_object örneği
- Example#5419 - - XML belgenin doğrulanması
- Example#5420 - - collection.xml
- Example#5421 - - collection.xsl
- Example#5422 - - Bir XSLTProcessor oluşturmak
- Example#5423 - - EXSLT desteğinin sınanması
- Example#5424 - - Bir biçembentten bir PHP işlevinin çağrılması
- Example#5425 - - Dönüşüm öncesi sahip değişimi
- Example#5426 - - Profil bilgisi çıktılama örneği
- Example#5427 - - Bir DOMDocument nesnesine dönüşüm
- Example#5428 - - Bir HTML dosyaya dönüşüm
- Example#5429 - - Bir dizgeye dönüşüm
- Example#5430 - - xslt_backend_name örneği
- Example#5431 - - xslt_backend_version örneği
- Example#5432 - xslt_create örneği
- Example#5433 - - Hataların xslt_error ve
xslt_errno işlevleriyle ele alınması
- Example#5434 - - Bir XML dosyayı bir XSLT
dosya ile işleyip sonucu bir XML dosyaya yazmak
- Example#5435 - - Bir XML dosyayı bir XSLT
dosya ile işleyip sonucu bir değişkene atamak
- Example#5436 - - Bir değişkendeki XML veriyi bir değişkendeki
XSLT kodlarıyla işleyip sonucu bir değişkene atamak
- Example#5437 - - XSL dosyalara PHP değişkenlerinin aktarılması
- Example#5438 - - xslt_set_error_handler örneği
- Example#5439 - - XSLT günlük özelliklerinin kullanımım
- Example#5440 - - Hata eylemcisinin bir yöntem olarak kullanımı
- Example#5441 - - xslt_set_sax_handlers örneği
- Example#5442 - - Nesne yönelimli eylemci
- Example#5443 - - xslt_set_scheme_handlers örneği
- Example#5444 - - xslt_setopt örneği
- Example#5445 - "counter"'s basic interface
- Example#5446 - "counter"'s extended interface
- Example#5447 - "counter"'s objective interface
- Example#5448 - An example config.m4 file
- Example#5449 - Sample configure output
- Example#5450 - counter's config.m4 file
- Example#5451 - An example config.w32 file
- Example#5452 - counter's config.w32 file
- Example#5453 - Files in the counter extension, in no particular order
- Example#5454 - zend_module declaration in the counter extension
- Example#5455 - zend_module definition in PHP 5.3
- Example#5456 - Counter extension module definition
- Example#5457 - The wrong way to store the basic counter interface's value
- Example#5458 - The counter module's globals
- Example#5459 - The counter module's global structure declaration
- Example#5460 - Accessor macros for per-module globals
- Example#5461 - The right way to store the basic counter interface's value
- Example#5462 - counter's PHP_MINFO function
- Example#5463 - Example macros for invoking pdo_SKEL_error
- Example#5464 - Using pdo_parse_params
- Example#5465 - Implementing preparer for drivers that don't support native prepared statements
- Example#5466 - simple stream example that displays the PHP home page
- Example#5467 - How to accept a stream as a parameter
- Example#5468 - How to return a stream from a function
- Example#5469 - The default config.m4.
- Example#5470 - A simple extension.
- Example#5471 - A test file for first_module.so.
- Example#5472 - Internal declaration of zend_function_entry.
- Example#5473 - Internal declaration of zend_module_entry.
- Example#5474 - PHP's implementation of variable arguments in fsockopen().
- Example#5475 - PHP/Zend zval type definition.
- Example#5476 - Testing for referenced parameter passing.
- Example#5477 - Creating variables with different scopes.
- Example#5478 - Creation of a long.
- Example#5479 - Adding an element to an associative array.
- Example#5480 - Adding an element to an indexed array.
- Example#5481 - Source code and screenshot for output in phpinfo.
- Example#5482 - Printing execution information.
- Example#5483 - Calling user functions.
- Example#5484 -
- Example#5485 -
- Example#5486 -
- Example#5487 -
- Example#5488 -
- Example#5489 -
- Example#5490 -
- Example#5491 - - Gizli bir HTML form elemanı
- Example#5492 - - Kullanıcı tarafından düzenlenen veri
- Example#5493 - - Bir URL içinde
- Example#5494 - - PHP ile Javascript üretimi
- Example#5495 -
- Example#5496 - register_globals'in taklit edilmesi
- Example#5497 - Example PHP/FI Code
- Example#5498 - In PHP Core
- Example#5499 - Object Oriented Code in PHP Core
- Example#5500 - In the bzip2 Extension
- Example#5501 - In the datetime Extension
- Example#5502 - In the dBase Extension
- Example#5503 - In the mcrypt Extension
- Example#5504 - In the oci8 Extension
- Example#5505 - In the SPL Extension
- Example#5506 - In the Semaphore (sysvmsg) extension
- Example#5507 - A 5.2.1+ Zip Example
- Example#5508 - strrpos and strripos now
use the entire string as a needle
- Example#5509 - An object with no properties is no longer considered "empty"
- Example#5510 - In some cases classes must be declared before used
- Example#5511 - Migrating Apache configuration files for PHP 5
- Example#5512 - Migrating Apache configuration files for PHP 5, CGI mode
- Example#5513 - - PHP 4'te nesne karşılaştırma örneği
- Example#5514 - - PHP 4'te bütünleşik nesnelerin karşılaştırılması
- Example#5515 - - dev.site.dom alan adı için ekranda hata raporlamayı etkin
kılmak
- Example#5516 - - Korunmuş alanlar için güvenlik betikleri eklemek
- Example#5517 - Unix include_path
- Example#5518 - Windows include_path
- Example#5519 - - string.rot13 örneği
- Example#5520 - - string.toupper örneği
- Example#5521 - - string.tolower örneği
- Example#5522 - - string.strip_tags örneği
- Example#5523 - - convert.base64-encode ve
convert.base64-decode örneği
- Example#5524 - - convert.quoted-printable-encode ve
convert.quoted-printable-decode örneği
- Example#5525 - - zlib.deflate ve zlib.inflate örneği
- Example#5526 - - Basit bir zlib.deflate örneği
- Example#5527 - - bzip2.compress ve bzip2.decompress
örneği
- Example#5528 - - 3DES kullanarak şifreli dosya çıktılama
- Example#5529 - - Şifreli dosyanın okunması