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