Example listing
List of all the examples in the manual
- Example#0 - 소개용 예제
- Example#1 - 첫번째 PHP 스크립트: hello.php
- Example#2 - PHP에서 시스템 정보 얻기
- Example#3 - 변수 출력하기 (배열 원소)
- Example#4 - 제어문과 함수를 사용하는 예제
- Example#5 - HTML과 PHP 모드 섞기
- Example#6 - 간단한 HTML 폼
- Example#7 - 폼에서 온 데이터 출력하기
- Example#8 - Installation Instructions (Apache Shared Module Version) for PHP
- Example#9 - Installation Instructions (Static Module Installation for Apache) for PHP
- Example#10 - Example commands for restarting Apache
- Example#11 - 설치 안내 (아파치 2 공유 모듈 버전)
- Example#12 - Partial lighttpd.conf
- Example#13 - Spawning FastCGI Responders
- Example#14 - Connecting to remote php-fastcgi instances
- Example#15 - OpenBSD Package Install Example
- Example#16 - Debian Install Example with Apache 2
- Example#17 - Stopping and starting Apache once PHP is installed
- Example#18 - Methods for listing additional PHP 5 packages
- Example#19 - Install PHP with MySQL, cURL
- Example#20 - PHP 5 package structure
- Example#21 - CGI and FastCGI settings in php.ini
- Example#22 - Configuring FastCGI extension to handle PHP requests
- Example#23 - Configuring file access permissions
- Example#24 - Configuring FastCGI and PHP recycling
- Example#25 - Configuring FastCGI timeout settings
- Example#26 - Changing the location of php.ini file
- Example#27 - CGI and FastCGI settings in php.ini
- Example#28 - Creating IIS FastCGI process pool
- Example#29 - Creating handler mapping for PHP requests
- Example#30 - Determining the account used as IIS anonymous identity
- Example#31 - Configuring file access permissions
- Example#32 - Set index.php as a default document in IIS
- Example#33 - Configuring FastCGI and PHP recycling
- Example#34 - Configuring FastCGI timeout settings
- Example#35 - Changing the location of php.ini file
- Example#36 - PHP as an Apache 1.3.x module
- Example#37 - PHP and Apache 1.3.x as CGI
- Example#38 - CGI로 PHP와 아파치 2.0
- Example#39 - 모듈로 PHP와 Apache 2.0
- Example#40 - ISAPI configuration of Sambar
- Example#41 - Enable Bzip2 extension for PHP-Windows
- Example#42 - Registry changes
- Example#43 - Passing environment variables and PHP settings to a pool
- Example#44 - php.ini 예제
- Example#45 - 아파치 설정 예제
- Example#46 - 복잡한 벗어나기
- Example#47 - PHP 시작과 끝 태그
- Example#48 - Integer literals
- Example#49 - Octal weirdness
- Example#50 - Integer overflow on a 32-bit system
- Example#51 - Integer overflow on a 64-bit system
- Example#52 - Invalid example
- Example#53 - Heredoc string quoting example
- Example#54 - Heredoc in arguments example
- Example#55 - Using Heredoc to initialize static values
- Example#56 - Using double quotes in Heredoc
- Example#57 - Nowdoc string quoting example
- Example#58 - Static data example
- Example#59 - Simple syntax example
- Example#60 - Some string examples
- Example#61 - Using array()
- Example#62 - Collection
- Example#63 - Changing element in the loop
- Example#64 - One-based index
- Example#65 - Filling an array
- Example#66 - Sorting an array
- Example#67 - Recursive and multi-dimensional arrays
- Example#68 - Callback function examples
- Example#69 - Callback example using a Closure
- Example#70 - 초기화되지 않은 변수의 기본값
- Example#71 - global 사용하기
- Example#72 - global 대신 $GLOBALS 사용하기
- Example#73 - 자동 전역과 영역을 보여주는 예제
- Example#74 - 정적 변수의 필요성을 보여주는 예제
- Example#75 - 정적 변수의 사용 예제
- Example#76 - 재귀 함수에서 정적 변수
- Example#77 - 정적 변수 선언하기
- Example#78 - 단순한 HTML 폼
- Example#79 - 단순한 POST HTML 폼으로 부터 데이터에 접근하기
- Example#80 - 좀더 복잡해진 폼 변수들
- Example#81 - setcookie예제 코드
- Example#82 - 상수명으로 적합하거나 부적합한 이름들
- Example#83 - 상수 정의하기
- Example#84 - const 키워드를 사용해서 상수 정의하기
- Example#85 - 결합성
- Example#86 - 표준 배열 비교의 모사
- Example#87 - 기본값 할당하기
- Example#88 - 명확하지 않은 삼항 작동
- Example#89 - 문자 변수에 계산 연산
- Example#90 - 논리 연산자 설명
- Example#91 - 비열 비교하기
- Example#92 - 클래스에 instanceof 사용하기
- Example#93 - 상속 클래스에 instanceof 사용하기
- Example#94 - 객체가 클래스의 인스턴스가 아닌지 확인하기 위해 instanceof 사용하기
- Example#95 - 클래스에 instanceof 사용하기
- Example#96 - 다른 변수와 instanceof 사용하기
- Example#97 - PHP 5.0 intanceof에서 클래스명 찾기와 치명적인 오류 피하기
- Example#98 - switch 구조
- Example#99 - 문자열을 사용하는 switch 구조
- Example#100 - PHP 각 코드 섹션의 분석표만들기(Profile)
- Example#101 - 스크립트의 인코딩 선언하기
- Example#102 - 기본적인 include 사용예
- Example#103 - 함수 내에서 인클루드하기
- Example#104 - HTTP로 include하기
- Example#105 - include의 반환값 비교하기
- Example#106 - include와 return문
- Example#107 - PHP 파일을 포함하여 문자열로 변환하기 위해 출력 버퍼링 사용하기
- Example#108 - include_once는 윈도우에서 대소문자를 구분하지 못합니다.
- Example#109 - goto example
- Example#110 - goto loop example
- Example#111 - This will not work
- Example#112 - 함수 사용을 설명하기 위한 가상 코드
- Example#113 - 조건적인 함수
- Example#114 - 함수 안의 함수
- Example#115 - 재귀 함수
- Example#116 - 함수에 배열 넘겨주기
- Example#117 - 참조에 의해 함수 인수 전달하기
- Example#118 - 함수에 기본 인수 사용하기
- Example#119 - 스칼라 형이 아닌 기본값 사용하기
- Example#120 - 기본 함수 인수가 잘못 사용된 예
- Example#121 - 기본 함수 인수의 정확한 사용예
- Example#122 - return의 사용예
- Example#123 - 여러 값을 취하기 위해 배열을 돌려줌
- Example#124 - 함수에서 참조 돌려주기
- Example#125 - 가변 변수 사용예
- Example#126 - 가변 메쏘드 사용예
- Example#127 - 익명 함수 예제
- Example#128 - Simple Class definition
- Example#129 - Some examples of the $this pseudo-variable
- Example#130 - Creating an instance
- Example#131 - Object Assignment
- Example#132 - Creating new objects
- Example#133 - Simple Class Inheritance
- Example#134 - property declarations
- Example#135 - Example of using a nowdoc to initialize a property
- Example#136 - Defining and using a constant
- Example#137 - Static data example
- Example#138 - Autoload example
- Example#139 - Autoload other example
- Example#140 - Autoloading with exception handling for 5.3.0+
- Example#141 - Autoloading with exception handling for 5.3.0+ - Missing custom exception
- Example#142 - using new unified constructors
- Example#143 - Constructors in namespaced classes
- Example#144 - Destructor Example
- Example#145 - Property declaration
- Example#146 - Method Declaration
- Example#147 - Accessing private members of the same object type
- Example#148 - Inheritance Example
- Example#149 - :: from outside the class definition
- Example#150 - :: from inside the class definition
- Example#151 - Calling a parent's method
- Example#152 - Static property example
- Example#153 - Static method example
- Example#154 - Abstract class example
- Example#155 - Interface example
- Example#156 - Extendable Interfaces
- Example#157 - Multiple interface inheritance
- Example#158 - Interfaces with constants
- Example#159 - Trait example
- Example#160 - Precedence Order Example
- Example#161 - Alternate Precedence Order Example
- Example#162 - Multiple Traits Usage
- Example#163 - Conflict Resolution
- Example#164 - Changing Method Visibility
- Example#165 - Traits Composed from Traits
- Example#166 - Express Requirements by Abstract Methods
- Example#167 - Static Variables
- Example#168 - Static Methods
- Example#169 - Defining Properties
- Example#170 - Conflict Resolution
- Example#171 - Overloading properties via the __get, __set, __isset and __unset methods
- Example#172 - Overloading methods via the __call and __callStatic methods
- Example#173 - Simple Object Iteration
- Example#174 - Object Iteration implementing Iterator
- Example#175 - Object Iteration implementing IteratorAggregate
- Example#176 - Parameterized Factory Method
- Example#177 - Singleton example
- Example#178 - Sleep and wakeup
- Example#179 - Simple example
- Example#180 - Using __invoke()
- Example#181 - Using __set_state() (since PHP 5.1.0)
- Example#182 - Final 메쏘드 예제
- Example#183 - Final 클래스 예제
- Example#184 - Cloning an object
- Example#185 - Example of object comparison in PHP 5
- Example#186 - Type Hinting examples
- Example#187 - self:: usage
- Example#188 - static:: simple usage
- Example#189 - static:: usage in a non-static context
- Example#190 - Forwarding and non-forwarding calls
- Example#191 - References and Objects
- Example#192 - Namespace syntax example
- Example#193 - Declaring a single namespace
- Example#194 - Declaring a single namespace
- Example#195 - Declaring a single namespace with hierarchy
- Example#196 - Declaring multiple namespaces, simple combination syntax
- Example#197 - Declaring multiple namespaces, bracketed syntax
- Example#198 - Declaring multiple namespaces and unnamespaced code
- Example#199 - Declaring multiple namespaces and unnamespaced code
- Example#200 - Accessing global classes, functions and constants from within a namespace
- Example#201 - Dynamically accessing elements
- Example#202 - Dynamically accessing namespaced elements
- Example#203 - __NAMESPACE__ example, namespaced code
- Example#204 - __NAMESPACE__ example, global code
- Example#205 - using __NAMESPACE__ for dynamic name construction
- Example#206 - the namespace operator, inside a namespace
- Example#207 - the namespace operator, in global code
- Example#208 - importing/aliasing with the use operator
- Example#209 - importing/aliasing with the use operator, multiple use statements combined
- Example#210 - Importing and dynamic names
- Example#211 - Importing and fully qualified names
- Example#212 - Using global space specification
- Example#213 - Accessing global classes inside a namespace
- Example#214 - global functions/constants fallback inside a namespace
- Example#215 - Name resolutions illustrated
- Example#216 - Accessing global classes outside a namespace
- Example#217 - Accessing global classes outside a namespace
- Example#218 - Accessing internal classes in namespaces
- Example#219 - Accessing internal classes, functions or constants in namespaces
- Example#220 - Fully Qualified names
- Example#221 - Qualified names
- Example#222 - Unqualified class names
- Example#223 - Unqualified function or constant names
- Example#224 - Dangers of using namespaced names inside a double-quoted string
- Example#225 - Undefined constants
- Example#226 - Undefined constants
- Example#227 - 예외 던지기
- Example#228 - 중첩 에외
- Example#229 - 내장 Exception 클래스
- Example#230 - Exception 클래스 확장하기
- Example#231 - 정의되지 않은 변수에 참조 사용하기
- Example#232 - 함수 안에서 전역 변수 참조하기
- Example#233 - 참조와 foreach 구문
- Example#234 - $GLOBALS example
- Example#235 - $_SERVER example
- Example#236 - $_GET example
- Example#237 - $_POST example
- Example#238 - $_ENV example
- Example#239 - $_COOKIE example
- Example#240 - $php_errormsg example
- Example#241 - $http_response_header example
- Example#242 - $argc example
- Example#243 - $argv example
- Example#244 - Exception::getMessage example
- Example#245 - Exception::getPrevious example
- Example#246 - Exception::getCode example
- Example#247 - Exception::getFile example
- Example#248 - Exception::getLine example
- Example#249 - Exception::getTrace example
- Example#250 - Exception::getTraceAsString example
- Example#251 - Exception::__toString example
- Example#252 - Use set_error_handler to change error messages into ErrorException.
- Example#253 - ErrorException::getSeverity example
- Example#254 - Basic usage
- Example#255 - Basic usage
- Example#256 - Basic usage
- Example#257 - ArrayAccess::offsetExists example
- Example#258 - Basic usage
- Example#259 - Closure::bind example
- Example#260 - Closure::bindTo example
- Example#261 - Basic bindto usage example
- Example#262 - Fetch a page and send POST data
- Example#263 - Ignore redirects but fetch headers and content
- Example#264 - Fetch a page and send POST data
- Example#265 - Detecting which URL we ended up on after redirects
- Example#266 - Sending custom headers with an HTTP request
- Example#267 - php://temp/maxmemory
- Example#268 - php://filter/resource=<stream to be filtered>
- Example#269 - php://filter/read=<filter list to apply to read chain>
- Example#270 - php://filter/write=<filter list to apply to write chain>
- Example#271 - Print data:// contents
- Example#272 - Fetch the media type
- Example#273 - Basic usage
- Example#274 - Opening a stream from an active connection
- Example#275 - Traversing a RAR archive
- Example#276 - Opening an encrypted file (header encryption)
- Example#277 - 공격을 유발하는 나쁜 변수 체크 방법
- Example#278 - 파일시스템 공격
- Example#279 - 좀더 안전한 파일명 체크
- Example#280 - 좀더 안전한 파일명 체크
- Example#281 - null 바이트에 취약한 스크립트
- Example#282 - 올바른 입력 확인
- Example#283 - 해시 패스워드 필드 사용하기
- Example#284 - 결과셋을 페이지로 나눔 ... 그리고 슈퍼유저 만들기 (PostgreSQL)
- Example#285 - 글을 출력함 ... 그리고 패스워드도 (모든 데이터베이스 서버)
- Example#286 - 패스워드 재설정에서 ... 더 많은 권한 얻기 (모든 데이터베이스 서버)
- Example#287 - 데이터베이스 호스트 OS 공격하기 (MSSQL 서버)
- Example#288 - 페이지 질의를 작성하는 더 안전한 방법
- Example#289 - Attacking Variables with a custom HTML page
- Example#290 - Exploiting common debugging variables
- Example#291 - Finding dangerous variables with E_ALL
- Example#292 - Example misuse with register_globals = on
- Example#293 - Example use of sessions with register_globals on or off
- Example#294 - Detecting simple variable poisoning
- Example#295 - Dangerous Variable Usage
- Example#296 - Disabling magic quotes server side
- Example#297 - Disabling magic quotes at runtime
- Example#298 - 다른 언어처럼 보이도록 PHP 은닉하기
- Example#299 - PHP 확장자에 대해 알려지지 않은 파일타입 사용하기
- Example#300 - PHP 확장자에 대한 HTML 타입 사용하기
- Example#301 - Basic HTTP 인증 예제
- Example#302 - Digest HTTP 인증 예제
- Example#303 - 새 이름/패스워드를 강제하는 HTTP 인증 예제
- Example#304 - 간단한 XForms 검색 폼
- Example#305 - XForm을 사용하여 $_POST 생성하기
- Example#306 - 파일 업로드 폼
- Example#307 - 파일 업로드 확인하기
- Example#308 - 파일 배열 업로드하기
- Example#309 - 복수 파일 전송하기
- Example#310 - HTTP PUT 파일 저장하기
- Example#311 - 원격 페이지의 제목을 가져오기
- Example#312 - 원격 서버에 데이터 저장하기
- Example#313 - PHP 스크립트를 쉘 스크립트처럼 실행하기
- Example#314 - 프로젝트 줄 수를 세기 위해 -B, -R, -E 옵션 사용하기.
- Example#315 - --ini 예제
- Example#316 - 기본 --rf 사용법
- Example#317 - --rc 예제
- Example#318 - --re 예제
- Example#319 - --ri 예제
- Example#320 - 명령줄에서 실행되도록 의도된 스크립트(script.php)
- Example#321 - 명령줄의 PHP 스크립트를 수행하기 위한 배치 파일(script.bat)
- Example#322 - Creating a new zval container
- Example#323 - Displaying zval information
- Example#324 - Increasing refcount of a zval
- Example#325 - Decreasing zval refcount
- Example#326 - Creating a array zval
- Example#327 - Adding already existing element to an array
- Example#328 - Removing an element from an array
- Example#329 - Adding the array itself as an element of it self
- Example#330 - Unsetting $a
- Example#331 - Memory usage example
- Example#332 - GC performance influences
- Example#333 - Running the above script
- Example#334 - Recompiling PHP to enable GC benchmarking
- Example#335 - GC statistics
- Example#336 - An apc.rfc1867 example
- Example#337 - A apc_add example
- Example#338 - apc_bin_load example
- Example#339 - A apc_cache_info example
- Example#340 - apc_cas example
- Example#341 - apc_dec example
- Example#342 - apc_define_constants example
- Example#343 - apc_delete_file example
- Example#344 - A apc_delete example
- Example#345 - apc_exists example
- Example#346 - A apc_fetch example
- Example#347 - apc_inc example
- Example#348 - apc_load_constants example
- Example#349 - A apc_sma_info example
- Example#350 - A apc_store example
- Example#351 - Typical session using tcplisten
- Example#352 - apd_callstack example
- Example#353 - apd_clunk example
- Example#354 - apd_continue example
- Example#355 - apd_croak example
- Example#356 - apd_dump_function_table example
- Example#357 - apd_dump_persistent_resources example
- Example#358 - apd_dump_regular_resources example
- Example#359 - apd_echo example
- Example#360 - apd_get_active_symbols example
- Example#361 - apd_set_pprof_trace example
- Example#362 - apd_set_session_trace_socket example
- Example#363 - apd_set_session_trace example
- Example#364 - apd_set_session example
- Example#365 - override_function example
- Example#366 - rename_function example
- Example#367 - bcompiler_load_exe example
- Example#368 - bcompiler_load example
- Example#369 - bcompiler_parse_class example
- Example#370 - bcompiler_read example
- Example#371 - bcompiler_write_class example
- Example#372 - bcompiler_write_constant example
- Example#373 - bcompiler_write_exe_footer example
- Example#374 - bcompiler_write_file example
- Example#375 - bcompiler_write_footer example
- Example#376 - bcompiler_write_function example
- Example#377 - bcompiler_write_functions_from_file example
- Example#378 - bcompiler_write_header example
- Example#379 - Using error handling in a script
- Example#380 - debug_backtrace example
- Example#381 - debug_print_backtrace example
- Example#382 - An error_get_last example
- Example#383 - error_log examples
- Example#384 - error_reporting examples
- Example#385 - restore_error_handler example
- Example#386 - restore_exception_handler example
- Example#387 - Error handling with set_error_handler and trigger_error
- Example#388 - set_exception_handler example
- Example#389 - trigger_error example
- Example#390 - Getting the data within the PHP application itself (function)
- Example#391 - Example use of gengraph.php
- Example#392 - Listing data via inclued dumps (configuration)
- Example#393 - inclued_get_data example
- Example#394 - Creating large array in a function
- Example#395 - Output Control example
- Example#396 - ob_end_clean 예제
- Example#397 - ob_end_flush 예제
- Example#398 - 간단한 ob_get_clean 예제
- Example#399 - 간단한 ob_get_contents 예제
- Example#400 - ob_get_flush example
- Example#401 - 간단한 ob_get_length 예제
- Example#402 - ob_gzhandler 예제
- Example#403 - ob_list_handlers example
- Example#404 - 사용자 정의 콜백 함수 예제
- Example#405 - output_add_rewrite_var example
- Example#406 - output_reset_rewrite_vars example
- Example#407 - Overloading a PHP class
- Example#408 - assert_options example
- Example#409 - Handle a failed assertion with a custom handler
- Example#410 - dl examples
- Example#411 - extension_loaded example
- Example#412 - get_current_user 예제
- Example#413 - get_defined_constants 예제
- Example#414 - XML 함수 출력
- Example#415 - get_include_path example
- Example#416 - get_included_files 예제
- Example#417 - get_loaded_extensions 예제
- Example#418 - get_magic_quotes_gpc example
- Example#419 - get_magic_quotes_runtime example
- Example#420 - getenv 예제
- Example#421 - getlastmod 예제
- Example#422 - getopt example
- Example#423 - getopt example#2
- Example#424 - getopt example#3
- Example#425 - getrusage example
- Example#426 - ini_get_all 예제
- Example#427 - details 끄기
- Example#428 - A few ini_get examples
- Example#429 - ini_restore 예제
- Example#430 - Setting an ini option
- Example#431 - A memory_get_usage example
- Example#432 - php_ini_loaded_file example
- Example#433 - A simple example to list the returned ini files
- Example#434 - php_logo_guid example
- Example#435 - php_sapi_name 예제
- Example#436 - Some php_uname examples
- Example#437 - A few OS related constant examples
- Example#438 - Prints the general credits
- Example#439 - Prints the core developers and the documentation group
- Example#440 - Printing all the credits
- Example#441 - phpinfo Example
- Example#442 - phpversion example
- Example#443 - PHP_VERSION_ID example and usage
- Example#444 - Setting an environment variable
- Example#445 - restore_include_path example
- Example#446 - set_include_path example
- Example#447 - Adding to the include path
- Example#448 - set_magic_quotes_runtime example
- Example#449 - sys_get_temp_dir example
- Example#450 - version_compare examples
- Example#451 - zend_logo_guid example
- Example#452 - zend_thread_id example
- Example#453 - zend_version 예제
- Example#454 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
- Example#455 - Instantiating a restricted sandbox
- Example#456 - Working with variables in a sandbox
- Example#457 - Calling sandbox functions
- Example#458 - Passing arguments to sandbox functions
- Example#459 - Working with variables in a sandbox
- Example#460 - Accessing parental variables
- Example#461 - A runkit_class_adopt example
- Example#462 - A runkit_class_emancipate example
- Example#463 - A runkit_function_add example
- Example#464 - A runkit_function_copy example
- Example#465 - A runkit_function_redefine example
- Example#466 - runkit_method_add example
- Example#467 - runkit_method_copy example
- Example#468 - runkit_method_redefine example
- Example#469 - runkit_method_remove example
- Example#470 - runkit_method_rename example
- Example#471 - runkit_return_value_used example
- Example#472 - Feeding output to a variable
- Example#473 - Enabling and disabling scream at runtime
- Example#474 - Weakref usage example
- Example#475 - Weakref usage example
- Example#476 - Weakref::acquire example
- Example#477 - Nested acquire/release example
- Example#478 - Weakref::__construct example
- Example#479 - Weakref::release example
- Example#480 - wincache.ignorelist example
- Example#481 - Authentication configuration for wincache.php
- Example#482 - Enabling WinCache session handler
- Example#483 - Enabling WinCache functions reroutes
- Example#484 - Reroute.ini file content
- Example#485 - A wincache_fcache_fileinfo example
- Example#486 - A wincache_fcache_meminfo example
- Example#487 - Using wincache_lock
- Example#488 - A wincache_ocache_fileinfo example
- Example#489 - A wincache_ocache_meminfo example
- Example#490 - A wincache_refresh_if_changed example
- Example#491 - A wincache_rplist_fileinfo example
- Example#492 - A wincache_rplist_meminfo example
- Example#493 - A wincache_scache_info example
- Example#494 - A wincache_scache_meminfo example
- Example#495 - wincache_ucache_add with key as a string
- Example#496 - wincache_ucache_add with key as an array
- Example#497 - Using wincache_ucache_cas
- Example#498 - using wincache_ucache_clear
- Example#499 - Using wincache_ucache_dec
- Example#500 - Using wincache_ucache_delete with key as a string
- Example#501 - Usingwincache_ucache_delete with key as an array
- Example#502 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
- Example#503 - Using wincache_ucache_exists
- Example#504 - wincache_ucache_get with key as a string
- Example#505 - wincache_ucache_get with key as an array
- Example#506 - Using wincache_ucache_inc
- Example#507 - Using wincache_ucache_info
- Example#508 - A wincache_ucache_meminfo example
- Example#509 - wincache_ucache_set with key as a string
- Example#510 - wincache_ucache_set with key as an array
- Example#511 - Using wincache_unlock
- Example#512 - Xhprof example with the optional GUI
- Example#513 - xhprof_disable example
- Example#514 - xhprof_enable examples
- Example#515 - xhprof_sample_disable example
- Example#516 - id3_get_frame_long_name example
- Example#517 - id3_get_frame_short_name example
- Example#518 - id3_get_genre_id example
- Example#519 - id3_get_genre_list example
- Example#520 - id3_get_genre_name example
- Example#521 - id3_get_tag example
- Example#522 - id3_get_tag example
- Example#523 - id3_get_version example
- Example#524 - id3_remove_tag example
- Example#525 - id3_set_tag example
- Example#526 - Opens a new MP3 file and read the title
- Example#527 - Reading an OGG/Vorbis file
- Example#528 - Encode an audio file to OGG/Vorbis
- Example#529 - KADM5 extension overview example
- Example#530 - Example of changing principal's password
- Example#531 - Example of principal's creation
- Example#532 - kadm5_delete_principal example
- Example#533 - kadm5_get_policies example
- Example#534 - kadm5_get_principal example
- Example#535 - kadm5_get_principals example
- Example#536 - KADM5 initialization example
- Example#537 - Example of modifying principal
- Example#538 - radius_acct_open example
- Example#539 - radius_add_server example
- Example#540 - radius_auth_open example
- Example#541 - radius_create_request example
- Example#542 - radius_cvt_addr example
- Example#543 - radius_cvt_int example
- Example#544 - radius_cvt_string example
- Example#545 - radius_get_attr example
- Example#546 - radius_get_vendor_attr example
- Example#547 - radius_put_attr example
- Example#548 - radius_put_int example
- Example#549 - radius_put_string example
- Example#550 - radius_put_vendor_attr example
- Example#551 - cal_days_in_month example
- Example#552 - cal_from_jd example
- Example#553 - cal_info example
- Example#554 - easter_date example
- Example#555 - easter_days example
- Example#556 - Calendar functions
- Example#557 - jdtojewish Example
- Example#558 - DateTime::add example
- Example#559 - Further DateTime::add examples
- Example#560 - Beware when adding months
- Example#561 - DateTime::__construct example
- Example#562 - Intricacies of DateTime::__construct
- Example#563 - DateTime::createFromFormat example
- Example#564 - Intricacies of DateTime::createFromFormat
- Example#565 - DateTime::diff example
- Example#566 - DateTime object comparison
- Example#567 - DateTime::format example
- Example#568 - DateTime::getLastErrors example
- Example#569 - DateTime::getOffset example
- Example#570 - DateTime::getTimestamp example
- Example#571 - DateTime::getTimezone example
- Example#572 - DateTime::modify example
- Example#573 - Beware when adding or subtracting months
- Example#574 - DateTime::setDate example
- Example#575 - Values exceeding ranges are added to their parent values
- Example#576 - DateTime::setISODate example
- Example#577 - Values exceeding ranges are added to their parent values
- Example#578 - Finding the month a week is in
- Example#579 - DateTime::setTime example
- Example#580 - Values exceeding ranges are added to their parent values
- Example#581 - DateTime::setTimestamp example
- Example#582 - DateTime::setTimestamp alternative in PHP 5.2
- Example#583 - DateTime::setTimeZone example
- Example#584 - DateTime::sub example
- Example#585 - Further DateTime::sub examples
- Example#586 - Beware when subtracting months
- Example#587 - Catching errors when instantiating DateTimeZone
- Example#588 - DateTimeZone::getLocation example
- Example#589 - DateTimeZone::getOffset examples
- Example#590 - A timezone_transitions_get example
- Example#591 - A timezone_abbreviations_list example
- Example#592 - A timezone_identifiers_list example
- Example#593 - DateInterval example
- Example#594 - DateInterval example
- Example#595 - DateInterval and carry over points
- Example#596 - DateInterval and DateTime::diff with the %a and %d modifiers
- Example#597 - checkdate 예제
- Example#598 - Getting the default timezone
- Example#599 - Getting the abbreviation of a timezone
- Example#600 - Getting the default timezone
- Example#601 - date_parse_from_format example
- Example#602 - A date_parse example
- Example#603 - A date_sun_info example
- Example#604 - date_sunrise example
- Example#605 - date_sunset example
- Example#606 - date 예제코드
- Example#607 - date의 회피 문자
- Example#608 - date와 mktime 예제
- Example#609 - date 형식화
- Example#610 - getdate 예제
- Example#611 - gettimeofday example
- Example#612 - gmdate example
- Example#613 - gmmktime basic example
- Example#614 - gmstrftime example
- Example#615 - idate example
- Example#616 - localtime example
- Example#617 - Timing script execution with microtime
- Example#618 - Timing script execution in PHP 5
- Example#619 - mktime basic example
- Example#620 - mktime example
- Example#621 - Last day of a month
- Example#622 - strftime locale examples
- Example#623 - ISO 8601:1988 week number example
- Example#624 - Cross platform compatible example using the %e modifier
- Example#625 - Display all known and unknown formats.
- Example#626 - strptime example
- Example#627 - A strtotime example
- Example#628 - Checking for failure
- Example#629 - time example
- Example#630 - A timezone_name_from_abbr example
- Example#631 - Getting the timezonedb version
- Example#632 - Writing a string with a specified color to the screen
- Example#633 - ncurses_getmouse example
- Example#634 - Writing a string with a specified color to the screen
- Example#635 - Writing a string with a specified color to the screen
- Example#636 - ncurses_mousemask example
- Example#637 - Writing a string with a specified color to the screen
- Example#638 - Newt Usage Example
- Example#639 - A newt_button example
- Example#640 - A newt_draw_root_text example
- Example#641 - A newt_form_add_component example
- Example#642 - A newt_form_add_components example
- Example#643 - A newt_form example
- Example#644 - A newt_get_screen_size example
- Example#645 - A newt_win_entries example
- Example#646 - Readline Callback Interface Example
- Example#647 - readline Example
- Example#648 - Small bzip2 Example
- Example#649 - 데이터 압축하기
- Example#650 - 문자열 압축 풀기
- Example#651 - bzerror 예제
- Example#652 - bzopen 예제
- Example#653 - bzread 예제
- Example#654 - bzwrite 예제
- Example#655 - Using an external file
- Example#656 - Using a file within a phar archive
- Example#657 - Converting a phar archive from phar to tar file format
- Example#658 - phar.extract_list usage example
- Example#659 - phar.cache_list usage example
- Example#660 - A Phar::addEmptyDir example
- Example#661 - A Phar::addFile example
- Example#662 - A Phar::addFromString example
- Example#663 - A Phar::apiVersion example
- Example#664 - A Phar::buildFromDirectory example
- Example#665 - A Phar::buildFromIterator with SplFileInfo
- Example#666 - A Phar::buildFromIterator with other iterators
- Example#667 - A Phar::canCompress example
- Example#668 - A Phar::canWrite example
- Example#669 - A Phar::compress example
- Example#670 - A Phar::compressAllFilesBZIP2 example
- Example#671 - A Phar::compressAllFilesGZ example
- Example#672 - A Phar::compressFiles example
- Example#673 - A Phar::__construct example
- Example#674 - A Phar::convertToData example
- Example#675 - A Phar::convertToExecutable example
- Example#676 - A Phar::copy example
- Example#677 - A Phar::count example
- Example#678 - A Phar::createDefaultStub example
- Example#679 - A Phar::decompress example
- Example#680 - A Phar::decompressFiles example
- Example#681 - A Phar::delMetaData example
- Example#682 - A Phar::delete example
- Example#683 - A Phar::extractTo example
- Example#684 - A Phar::getMetaData example
- Example#685 - A Phar::getStub example
- Example#686 - A Phar::hasMetaData example
- Example#687 - A Phar::interceptFileFuncs example
- Example#688 - A Phar::interceptFileFuncs example
- Example#689 - A Phar::isBuffering example
- Example#690 - A Phar::isCompressed example
- Example#691 - A Phar::loadPhar example
- Example#692 - A Phar::mapPhar example
- Example#693 - A Phar::mount example
- Example#694 - A Phar::mungServer example
- Example#695 - A Phar::offsetExists example
- Example#696 - Phar::offsetGet example
- Example#697 - A Phar::offsetSet example
- Example#698 - A Phar::offsetUnset example
- Example#699 - A Phar::running example
- Example#700 - A Phar::setAlias example
- Example#701 - A Phar::setDefaultStub example
- Example#702 - A Phar::setMetadata example
- Example#703 - A Phar::setStub example
- Example#704 - A Phar::startBuffering example
- Example#705 - A Phar::stopBuffering example
- Example#706 - A Phar::uncompressAllFiles example
- Example#707 - A Phar::unlinkArchive example
- Example#708 - A Phar::webPhar example
- Example#709 - A PharData::addEmptyDir example
- Example#710 - A PharData::addFile example
- Example#711 - A PharData::addFromString example
- Example#712 - A PharData::buildFromDirectory example
- Example#713 - A PharData::buildFromIterator with SplFileInfo
- Example#714 - A PharData::buildFromIterator with other iterators
- Example#715 - A PharData::compress example
- Example#716 - A PharData::compressFiles example
- Example#717 - A PharData::__construct example
- Example#718 - A PharData::convertToData example
- Example#719 - A PharData::convertToExecutable example
- Example#720 - A PharData::copy example
- Example#721 - A PharData::decompress example
- Example#722 - A PharData::decompressFiles example
- Example#723 - A PharData::delMetaData example
- Example#724 - A PharData::delete example
- Example#725 - A PharData::extractTo example
- Example#726 - A PharData::offsetSet example
- Example#727 - A PharData::offsetUnset example
- Example#728 - A Phar::setMetadata example
- Example#729 - A PharFileInfo::chmod example
- Example#730 - A PharFileInfo::compress example
- Example#731 - A PharFileInfo::__construct example
- Example#732 - A PharFileInfo::decompress example
- Example#733 - A PharFileInfo::delMetaData example
- Example#734 - A PharFileInfo::getCRC32 example
- Example#735 - A PharFileInfo::getCompressedSize example
- Example#736 - A PharFileInfo::getMetaData example
- Example#737 - A PharFileInfo::getPharFlags example
- Example#738 - A PharFileInfo::isCRCChecked example
- Example#739 - A PharFileInfo::isCompressed example
- Example#740 - A PharFileInfo::isCompressedBZIP2 example
- Example#741 - A PharFileInfo::isCompressedGZ example
- Example#742 - A PharFileInfo::setCompressedBZIP2 example
- Example#743 - A PharFileInfo::setCompressedGZ example
- Example#744 - A PharFileInfo::setMetaData example
- Example#745 - A PharFileInfo::setUncompressed example
- Example#746 - Rar installation
- Example#747 - On-the-fly decompression
- Example#748 - RAR extension filesystem extraction example
- Example#749 - Object oriented style
- Example#750 - Procedural style
- Example#751 - Object oriented style
- Example#752 - Procedural style
- Example#753 - Object oriented style
- Example#754 - Procedural style
- Example#755 - Object oriented style
- Example#756 - Procedural style
- Example#757 - Object oriented style
- Example#758 - Procedural style
- Example#759 - Object oriented style
- Example#760 - Procedural style
- Example#761 - Object oriented style
- Example#762 - Procedural style
- Example#763 - Volume Callback
- Example#764 - Object oriented style
- Example#765 - Procedural style
- Example#766 - RarArchive::__toString example
- Example#767 - RarEntry::extract example
- Example#768 - How to extract all files in archive:
- Example#769 - RarEntry::getAttr example
- Example#770 - RarEntry::getHostOs example (version >= 2.0.0)
- Example#771 - RarEntry::getHostOs example (version <= 1.0.0)
- Example#772 - RarEntry::getMethod example
- Example#773 - RarEntry::getName example
- Example#774 - RarEntry::getPackedSize example
- Example#775 - RarEntry::getStream example
- Example#776 - RarEntry::getUnpackedSize example
- Example#777 - RarEntry::getVersion example
- Example#778 - RarException::isUsingExceptions example
- Example#779 - RarException::setUsingExceptions example
- Example#780 - Create a Zip archive
- Example#781 - Dump the archive details and listing
- Example#782 - Zip stream wrapper, read an OpenOffice meta info
- Example#783 - Zip Usage Example
- Example#784 - Create a new directory in an archive
- Example#785 - Open and extract
- Example#786 - Add an entry to a new archive
- Example#787 - Add file to a directory inside an archive
- Example#788 - Delete file from archive using its index
- Example#789 - Deleting a file and directory from an archive, using names
- Example#790 - Extract all entries
- Example#791 - Extract two entries
- Example#792 - Dump an archive comment
- Example#793 - Dump an entry comment
- Example#794 - Dump an entry comment
- Example#795 - Get the file contents
- Example#796 - Get the file contents
- Example#797 - Convert an image from a zip entry
- Example#798 - getnameindex example
- Example#799 - Get the entry contents with fread and store it
- Example#800 - Same as the previous example but with fopen and the zip stream wrapper
- Example#801 - Stream wrapper and image, can be used with the xml function as well
- Example#802 - Create an archive and then use it with ZipArchive::locateName
- Example#803 - Open and extract
- Example#804 - Create an archive
- Example#805 - Rename one entry
- Example#806 - Rename one entry
- Example#807 - Create an archive and set a comment
- Example#808 - Open an archive and set a comment for an entry
- Example#809 - Open an archive and set a comment for an entry
- Example#810 - Dump the stat info of an entry
- Example#811 - Dump the stat info of an entry
- Example#812 - Small Zlib Example
- Example#813 - gzclose example
- Example#814 - gzcompress example
- Example#815 - gzdeflate example
- Example#816 - Creating a gzip file
- Example#817 - gzeof example
- Example#818 - gzfile example
- Example#819 - gzgetc example
- Example#820 - gzgets example
- Example#821 - gzgetss example
- Example#822 - gzinflate example
- Example#823 - gzopen Example
- Example#824 - gzpassthru example
- Example#825 - gzread example
- Example#826 - gzseek example
- Example#827 - gzuncompress example
- Example#828 - gzwrite example
- Example#829 - CrackLib example
- Example#830 - hash_algos example
- Example#831 - hash_copy example
- Example#832 - Using hash_file
- Example#833 - hash_final example
- Example#834 - hash_hmac_file example
- Example#835 - hash_hmac example
- Example#836 - Incremental hashing example
- Example#837 - hash_update_stream example
- Example#838 - A hash example
- Example#839 - Encrypt an input value with TripleDES under 2.2.x in ECB mode
- Example#840 - Encrypt an input value with TripleDES under 2.4.x and higher in ECB mode
- Example#841 - mcrypt_create_iv Example
- Example#842 - mcrypt_enc_get_algorithms_name example
- Example#843 - mcrypt_enc_get_modes_name example
- Example#844 - mcrypt_enc_get_supported_key_sizes example
- Example#845 - mcrypt_encrypt Example
- Example#846 - mcrypt_get_block_size example
- Example#847 - mcrypt_get_cipher_name Example
- Example#848 - mcrypt_get_iv_size Example
- Example#849 - mcrypt_get_key_size Example
- Example#850 - mcrypt_list_algorithms Example
- Example#851 - mcrypt_list_modes Example
- Example#852 - mcrypt_module_open Examples
- Example#853 - Using mcrypt_module_open in encryption
- Example#854 - mcrypt_module_self_test example
- Example#855 - mdecrypt_generic Example
- Example#856 - Computes the MD5 digest and hmac and print it out as hex
- Example#857 - Traversing all hashes
- Example#858 - mhash_get_block_size Example
- Example#859 - mhash_get_hash_name Example
- Example#860 - openssl_cipher_iv_length example
- Example#861 - Creating a self-signed-certificate
- Example#862 - openssl_csr_sign example - signing a CSR (how to implement your own CA)
- Example#863 - openssl_error_string example
- Example#864 - openssl_get_cipher_methods example
- Example#865 - openssl_get_md_methods example
- Example#866 - openssl_open example
- Example#867 - openssl_pkcs7_decrypt example
- Example#868 - openssl_pkcs7_encrypt example
- Example#869 - openssl_pkcs7_sign example
- Example#870 - openssl_random_pseudo_bytes example
- Example#871 - openssl_seal example
- Example#872 - openssl_sign example
- Example#873 - openssl_verify example
- Example#874 - DBA example
- Example#875 - Traversing a database
- Example#876 - dba_handlers Example
- Example#877 - dbx_close example
- Example#878 - dbx_compare example
- Example#879 - dbx_connect example
- Example#880 - dbx_error example
- Example#881 - dbx_escape_string example
- Example#882 - How to handle the returned value
- Example#883 - lists each field's name and type
- Example#884 - outputs the content of data property into HTML table
- Example#885 - How to handle UNBUFFERED queries
- Example#886 - How to handle the returned value
- Example#887 - dbx_sort example
- Example#888 - DSN-less connections
- Example#889 - odbc_execute and odbc_prepare example
- Example#890 - odbc_fetch_into examples
- Example#891 - odbc_next_result
- Example#892 - odbc_execute and odbc_prepare example
- Example#893 - odbc_result examples
- Example#894 - odbc_setoption examples
- Example#895 - using PDO::ATTR_DRIVER_NAME
- Example#896 - Connecting to MySQL
- Example#897 - Handling connection errors
- Example#898 - Closing a connection
- Example#899 - Persistent connections
- Example#900 - Executing a batch in a transaction
- Example#901 - Repeated inserts using prepared statements
- Example#902 - Repeated inserts using prepared statements
- Example#903 - Fetching data using prepared statements
- Example#904 - Calling a stored procedure with an output parameter
- Example#905 - Calling a stored procedure with an input/output parameter
- Example#906 - Invalid use of placeholder
- Example#907 - Create a PDO instance and set the error mode
- Example#908 - Displaying an image from a database
- Example#909 - Inserting an image into a database
- Example#910 - Inserting an image into a database: Oracle
- Example#911 - Roll back a transaction
- Example#912 - Commit a transaction
- Example#913 - Create a PDO instance via driver invocation
- Example#914 - Create a PDO instance via URI invocation
- Example#915 - Create a PDO instance using an alias
- Example#916 - Retrieving an SQLSTATE code
- Example#917 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#918 - Issuing a DELETE statement
- Example#919 - Retrieving database connection attributes
- Example#920 - A PDO::getAvailableDrivers example
- Example#921 - Prepare an SQL statement with named parameters
- Example#922 - Prepare an SQL statement with question mark parameters
- Example#923 - Demonstrate PDO::query
- Example#924 - Quoting a normal string
- Example#925 - Quoting a dangerous string
- Example#926 - Quoting a complex string
- Example#927 - Roll back a transaction
- Example#928 - Binding result set output to PHP variables
- Example#929 - Execute a prepared statement with named placeholders
- Example#930 - Execute a prepared statement with question mark placeholders
- Example#931 - Call a stored procedure with an INOUT parameter
- Example#932 - Execute a prepared statement with named placeholders
- Example#933 - Execute a prepared statement with question mark placeholders
- Example#934 - A PDOStatement::closeCursor example
- Example#935 - Counting columns
- Example#936 - PDOStatement::debugDumpParams example with named parameters
- Example#937 - PDOStatement::debugDumpParams example with unnamed parameters
- Example#938 - Retrieving an SQLSTATE code
- Example#939 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#940 - Execute a prepared statement with bound variables
- Example#941 - Execute a prepared statement with an array of insert values (named parameters)
- Example#942 - Execute a prepared statement with an array of insert values (placeholders)
- Example#943 - Execute a prepared statement with question mark placeholders
- Example#944 - Fetching rows using different fetch styles
- Example#945 - Fetching rows with a scrollable cursor
- Example#946 - Fetch all remaining rows in a result set
- Example#947 - Fetching all values of a single column from a result set
- Example#948 - Grouping all values by a single column
- Example#949 - Instantiating a class for each result
- Example#950 - Calling a function for each result
- Example#951 - Return first column of the next row
- Example#952 - Retrieving column metadata
- Example#953 - Fetching multiple rowsets returned from a stored procedure
- Example#954 - Return the number of deleted rows
- Example#955 - Counting rows returned by a SELECT statement
- Example#956 - Setting the fetch mode
- Example#957 - Insert LOBs in CUBRID PDO
- Example#958 - Fetch LOBs in CUBRID PDO
- Example#959 - PDO_CUBRID DSN examples
- Example#960 - A PDO::cubrid_schema example
- Example#961 - PDO_DBLIB DSN examples
- Example#962 - PDO_FIREBIRD DSN examples
- Example#963 - PDO_IBM DSN example using db2cli.ini
- Example#964 - PDO_IBM DSN example using a connection string
- Example#965 - PDO_INFORMIX DSN example using odbc.ini
- Example#966 - PDO_INFORMIX DSN example using a connection string
- Example#967 - Forcing queries to be buffered in mysql
- Example#968 - Setting the connection character set to UTF-8 prior to PHP 5.3.6
- Example#969 - PDO_MYSQL DSN examples
- Example#970 - PDO_SQLSRV DSN examples
- Example#971 - PDO_OCI DSN examples
- Example#972 - PDO_ODBC DSN example (ODBC driver manager)
- Example#973 - PDO_ODBC DSN example (IBM DB2 uncataloged connection)
- Example#974 - PDO_ODBC DSN example (Microsoft Access uncataloged connection)
- Example#975 - PDO_PGSQL DSN 예제
- Example#976 - PDO::pgsqlLOBCreate 예제
- Example#977 - PDO::pgsqlLOBOpen 예제
- Example#978 - PDO::pgsqlLOBUnlink 예제
- Example#979 - PDO_SQLITE DSN examples
- Example#980 - max_length aggregation function example
- Example#981 - PDO::sqliteCreateFunction example
- Example#982 - DSN examples for PDO_4D
- Example#983 - Basic example with PDO_4D
- Example#984 - Accessing 4D language from pdo_4d
- Example#985 - Escaping 4D table names
- Example#986 - Example of Data Retrieval
- Example#987 - Example of Data Insertion
- Example#988 - cubrid_affected_rows example
- Example#989 - cubrid_bind example
- Example#990 - cubrid_bind named parameter example
- Example#991 - cubrid_bind BLOB/CLOB example
- Example#992 - cubrid_bind BLOB/CLOB example
- Example#993 - cubrid_close_prepare example
- Example#994 - cubrid_close_request example
- Example#995 - cubrid_col_get example
- Example#996 - cubrid_col_size example
- Example#997 - cubrid_column_names example
- Example#998 - cubrid_column_types example
- Example#999 - cubrid_commit example
- Example#1000 - cubrid_connect_with_url url without properties example
- Example#1001 - cubrid_connect_with_url url with properties example
- Example#1002 - cubrid_connect example
- Example#1003 - cubrid_current_oid example
- Example#1004 - cubrid_disconnect example
- Example#1005 - cubrid_drop example
- Example#1006 - cubrid_error_code_facility example
- Example#1007 - cubrid_error_code example
- Example#1008 - cubrid_error_msg example
- Example#1009 - cubrid_execute example
- Example#1010 - cubrid_fetch example
- Example#1011 - cubrid_free_result example
- Example#1012 - cubrid_get_charset example
- Example#1013 - cubrid_get_class_name example
- Example#1014 - cubrid_get_client_info example
- Example#1015 - cubrid_get_db_parameter example
- Example#1016 - cubrid_get_query_timeout example
- Example#1017 - cubrid_get_server_info example
- Example#1018 - cubrid_get example
- Example#1019 - cubrid_insert_id example
- Example#1020 - cubrid_is_instance example
- Example#1021 - cubrid_lob_close example
- Example#1022 - cubrid_lob_export example
- Example#1023 - cubrid_lob_get example
- Example#1024 - cubrid_lob_send example
- Example#1025 - cubrid_lob_size example
- Example#1026 - cubrid_lock_read example
- Example#1027 - cubrid_lock_write example
- Example#1028 - cubrid_move_cursor example
- Example#1029 - cubrid_next_result example
- Example#1030 - cubrid_num_cols example
- Example#1031 - cubrid_num_rows example
- Example#1032 - cubrid_connect_with_url url without properties example
- Example#1033 - cubrid_connect_with_url url with properties example
- Example#1034 - cubrid_connect example
- Example#1035 - cubrid_prepare example
- Example#1036 - cubrid_put example
- Example#1037 - cubrid_rollback example
- Example#1038 - cubrid_schema example
- Example#1039 - cubrid_seq_drop example
- Example#1040 - cubrid_seq_insert example
- Example#1041 - cubrid_seq_put example
- Example#1042 - cubrid_set_add example
- Example#1043 - cubrid_get_db_parameter example
- Example#1044 - cubrid_set_drop example
- Example#1045 - cubrid_version example
- Example#1046 - cubrid_client_encoding example
- Example#1047 - cubrid_close example
- Example#1048 - cubrid_data_seek example
- Example#1049 - cubrid_db_name example
- Example#1050 - cubrid_errno example
- Example#1051 - cubrid_error example
- Example#1052 - cubrid_fetch_array example
- Example#1053 - cubrid_fetch_assoc example
- Example#1054 - cubrid_fetch_field example
- Example#1055 - cubrid_fetch_lengths example
- Example#1056 - cubrid_fetch_object example
- Example#1057 - cubrid_fetch_row example
- Example#1058 - cubrid_field_flags example
- Example#1059 - cubrid_field_len example
- Example#1060 - cubrid_field_name example
- Example#1061 - cubrid_field_seek example
- Example#1062 - cubrid_field_table example
- Example#1063 - cubrid_field_type example
- Example#1064 - cubrid_list_dbs example
- Example#1065 - cubrid_num_fields example
- Example#1066 - cubrid_ping example
- Example#1067 - Invalid Query
- Example#1068 - Valid Query
- Example#1069 - cubrid_real_escape_string example
- Example#1070 - cubrid_result example
- Example#1071 - cubrid_unbuffered_query example
- Example#1072 - cubrid_load_from_glo example
- Example#1073 - cubrid_new_glo example
- Example#1074 - cubrid_save_to_glo example
- Example#1075 - cubrid_send_glo example
- Example#1076 - Inserting a record in a dBase database
- Example#1077 - Closing a dBase database file
- Example#1078 - Creating a dBase database file
- Example#1079 - Showing header information for a dBase database file
- Example#1080 - Listing all the registered members in the database
- Example#1081 - dbase_numfields Example
- Example#1082 - Looping over all the records of the database
- Example#1083 - Opening a dBase database file
- Example#1084 - Emptying a dBase database
- Example#1085 - Updating a record in the database
- Example#1086 - ibase_blob_get example
- Example#1087 - ibase_blob_import example
- Example#1088 - ibase_connect example
- Example#1089 - ibase_execute example
- Example#1090 - ibase_fetch_object example
- Example#1091 - ibase_field_info example
- Example#1092 - ibase_name_result example
- Example#1093 - ibase_num_fields example
- Example#1094 - ibase_query example
- Example#1095 - ibase_set_event_handler example
- Example#1096 - ibase_timefmt example
- Example#1097 - fbsql_close example
- Example#1098 - fbsql_connect example
- Example#1099 - fbsql_create_blob example
- Example#1100 - fbsql_create_clob example
- Example#1101 - fbsql_create_db example
- Example#1102 - fbsql_data_seek example
- Example#1103 - fbsql_create_clob example
- Example#1104 - fbsql_errno Example
- Example#1105 - fbsql_error Example
- Example#1106 - fbsql_fetch_array example
- Example#1107 - fbsql_fetch_assoc example
- Example#1108 - fbsql_fetch_field example
- Example#1109 - fbsql_fetch_object example
- Example#1110 - fbsql_field_name example
- Example#1111 - fbsql_field_type example
- Example#1112 - fbsql_list_dbs example
- Example#1113 - fbsql_list_fields example
- Example#1114 - fbsql_next_result example
- Example#1115 - fbsql_num_rows example
- Example#1116 - fbsql_query example
- Example#1117 - fbsql_query example
- Example#1118 - fbsql_read_blob example
- Example#1119 - fbsql_read_clob example
- Example#1120 - fbsql_table_name example
- Example#1121 - Retrieving the AUTOCOMMIT value for a connection
- Example#1122 - Setting the AUTOCOMMIT value for a connection
- Example#1123 - Binding PHP variables to a prepared statement
- Example#1124 - Calling stored procedures with IN and OUT parameters
- Example#1125 - Inserting a binary large object (BLOB) directly from a file
- Example#1126 - A db2_client_info example
- Example#1127 - Closing a connection
- Example#1128 - Retrieving an SQLSTATE value for a failed connection attempt
- Example#1129 - Retrieving the error message returned by a failed connection attempt
- Example#1130 - Creating a cataloged connection
- Example#1131 - Creating an uncataloged connection
- Example#1132 - Creating a connection with autocommit off by default
- Example#1133 - i5/OS best performance
- Example#1134 - Using trusted context
- Example#1135 - A db2_escape_string example
- Example#1136 - Creating a table with db2_exec
- Example#1137 - Executing a SELECT statement with a scrollable cursor
- Example#1138 - Returning XML data as an SQL ResultSet
- Example#1139 - Performing a "JOIN" with XML data
- Example#1140 - Returning SQL data as part of a larger XML document
- Example#1141 - Preparing and executing an SQL statement with parameter markers
- Example#1142 - Calling a stored procedure with an OUT parameter
- Example#1143 - Returning XML data as an SQL ResultSet
- Example#1144 - Performing a "JOIN" with XML data
- Example#1145 - Returning SQL data as part of a larger XML document
- Example#1146 - Iterating through a forward-only cursor
- Example#1147 - Retrieving specific rows with db2_fetch_array from a scrollable cursor
- Example#1148 - Iterating through a forward-only cursor
- Example#1149 - Retrieving specific rows with db2_fetch_assoc from a scrollable cursor
- Example#1150 - Iterating through a forward-only cursor
- Example#1151 - Retrieving specific rows with db2_fetch_both from a scrollable cursor
- Example#1152 - A db2_fetch_object example
- Example#1153 - Iterating through a result set
- Example#1154 - i5/OS recommended alternatives to db2_fetch_row/db2_result
- Example#1155 - Setting and retrieving parameters through a connection resource
- Example#1156 - A db2_last_insert_id example
- Example#1157 - Iterating through different types of data
- Example#1158 - Calling a stored procedure that returns multiple result sets
- Example#1159 - Retrieving the number of fields in a result set
- Example#1160 - Closing a persistent connection
- Example#1161 - A db2_pconnect example
- Example#1162 - Using trusted context
- Example#1163 - Preparing and executing an SQL statement with parameter markers
- Example#1164 - A db2_result example
- Example#1165 - Rolling back a DELETE statement
- Example#1166 - A db2_server_info example
- Example#1167 - Setting one parameter with a connection resource
- Example#1168 - Setting multiple parameters with a connection resource
- Example#1169 - Setting multiple parameters with an invalid key
- Example#1170 - Setting multiple parameters with an invalid value
- Example#1171 - Setting multiple parameters with a connection resource and the wrong type
- Example#1172 - Setting multiple parameters with the wrong resource
- Example#1173 - Putting it all together
- Example#1174 - i5/OS cursors are read-only
- Example#1175 - Informix affected rows
- Example#1176 - Closing a Informix connection
- Example#1177 - Connect to a Informix database
- Example#1178 - ifx_do Example
- Example#1179 - ifx_errormsg example
- Example#1180 - Informix fetch rows
- Example#1181 - Informix SQL fieldproperties
- Example#1182 - Fieldnames and SQL fieldtypes
- Example#1183 - Retrieve Informix sqlca.sqlerrd[x] values
- Example#1184 - Informix results as HTML table
- Example#1185 - ifx_num_fields Example
- Example#1186 - Show all rows of the "orders" table as a HTML table
- Example#1187 - Insert some values into the "catalog" table
- Example#1188 - Example usage of PassEnv for Ingres
- Example#1189 - Simple Ingres Example
- Example#1190 - ingres_charset - Get the installation character set
- Example#1191 - Open a connection to an Ingres database
- Example#1192 - Get cursor name for a query resource
- Example#1193 - Get the last Ingres error number generated
- Example#1194 - Get a message for the last error generated
- Example#1195 - Get the last SQLSTATE error code generated
- Example#1196 - Escape special characters for use in a query
- Example#1197 - Fetch a row of result into an array
- Example#1198 - Fetch a row into an associative array
- Example#1199 - Fetch a row into an object
- Example#1200 - Get the return value from a procedure call
- Example#1201 - Fetch a row of result into an enumerated array
- Example#1202 - Free a result resource
- Example#1203 - Send a simple select
- Example#1204 - Passing query parameters to ingres_query
- Example#1205 - Inserting a BLOB with parameter types
- Example#1206 - Position the cursor on the 3rd row
- Example#1207 - Set date_format to ISO4
- Example#1208 - Set timezone to HONG-KONG
- Example#1209 - Issue a simple un-buffered select
- Example#1210 - Passing query parameters to ingres_unbuffered_query
- Example#1211 - Inserting a BLOB with parameter types
- Example#1212 - MaxDB extension overview example
- Example#1213 - Example for use of SELECT INTO statements
- Example#1214 - Example fore using database procedures
- Example#1215 - Object oriented style
- Example#1216 - Procedural style
- Example#1217 - Object oriented style
- Example#1218 - Procedural style
- Example#1219 - Object oriented style
- Example#1220 - Procedural style
- Example#1221 - Object oriented style
- Example#1222 - Procedural style
- Example#1223 - Object oriented style
- Example#1224 - Procedural style
- Example#1225 - maxdb_connect_errno sample
- Example#1226 - maxdb_connect_error sample
- Example#1227 - Object oriented style
- Example#1228 - Procedural style
- Example#1229 - Object oriented style
- Example#1230 - Procedural style
- Example#1231 - Procedural style
- Example#1232 - Object oriented style
- Example#1233 - Procedural style
- Example#1234 - Object oriented style
- Example#1235 - Procedural style
- Example#1236 - Object oriented style
- Example#1237 - Procedural style
- Example#1238 - Object oriented style
- Example#1239 - Procedural style
- Example#1240 - Object oriented style
- Example#1241 - Procedural style
- Example#1242 - Object oriented style
- Example#1243 - Procedural style
- Example#1244 - Object oriented style
- Example#1245 - Procedural style
- Example#1246 - Object oriented style
- Example#1247 - Procedural style
- Example#1248 - Object oriented style
- Example#1249 - Procedural style
- Example#1250 - Object oriented style
- Example#1251 - Procedural style
- Example#1252 - Object oriented style
- Example#1253 - Procedural style
- Example#1254 - Object oriented style
- Example#1255 - Procedural style
- Example#1256 - Object oriented style
- Example#1257 - Procedural style
- Example#1258 - maxdb_get_client_info
- Example#1259 - maxdb_get_client_version
- Example#1260 - Object oriented style
- Example#1261 - Procedural style
- Example#1262 - Object oriented style
- Example#1263 - Procedural style
- Example#1264 - Object oriented style
- Example#1265 - Procedural style
- Example#1266 - Object oriented style
- Example#1267 - Procedural style
- Example#1268 - Object oriented style
- Example#1269 - Procedural style
- Example#1270 - Object oriented style
- Example#1271 - Procedural style
- Example#1272 - Object oriented style
- Example#1273 - Procedural style
- Example#1274 - Object oriented style
- Example#1275 - Procedural style
- Example#1276 - Object oriented style
- Example#1277 - Procedural style
- Example#1278 - Object oriented style
- Example#1279 - Procedural style
- Example#1280 - Object oriented style
- Example#1281 - Procedural style
- Example#1282 - Object oriented style
- Example#1283 - Procedural style
- Example#1284 - Object oriented style
- Example#1285 - Procedural style
- Example#1286 - Object oriented style
- Example#1287 - Procedural style
- Example#1288 - Object oriented style
- Example#1289 - Procedural style
- Example#1290 - Procedural style
- Example#1291 - Object oriented style
- Example#1292 - Procedural style
- Example#1293 - Object oriented style
- Example#1294 - Procedural style
- Example#1295 - Object oriented style
- Example#1296 - Procedural style
- Example#1297 - Object oriented style
- Example#1298 - Procedural style
- Example#1299 - Object oriented style
- Example#1300 - Procedural style
- Example#1301 - Object oriented style
- Example#1302 - Procedural style
- Example#1303 - Procedural style (SELECT INTO)
- Example#1304 - Procedural style (DB procedure)
- Example#1305 - Object oriented style (extended syntax)
- Example#1306 - Object oriented style
- Example#1307 - Procedural style
- Example#1308 - Object oriented style
- Example#1309 - Procedural style
- Example#1310 - Object oriented style
- Example#1311 - Procedural style
- Example#1312 - Object oriented style
- Example#1313 - Procedural style
- Example#1314 - Object oriented style
- Example#1315 - Procedural style
- Example#1316 - Object oriented style
- Example#1317 - Procedural style
- Example#1318 - Object oriented style
- Example#1319 - Procedural style
- Example#1320 - Object oriented style
- Example#1321 - Procedural style
- Example#1322 - Object oriented style
- Example#1323 - Procedural style
- Example#1324 - Object oriented style
- Example#1325 - Procedural style
- Example#1326 - Object oriented style
- Example#1327 - Procedural style
- Example#1328 - Object oriented style
- Example#1329 - Procedural style
- Example#1330 - Object oriented style
- Example#1331 - Procedural style
- Example#1332 - Object oriented style
- Example#1333 - Procedural style
- Example#1334 - Object oriented style
- Example#1335 - Procedural style
- Example#1336 - Mongo::__construct replica set example
- Example#1337 - Connecting to a domain socket
- Example#1338 - Mongo::__construct authentication example
- Example#1339 - Changing pool size
- Example#1340 - Mongo::listDBs example
- Example#1341 - Mongo::selectCollection example
- Example#1342 - Mongo::setPoolSize example
- Example#1343 - MongoDB::command "distinct" example
- Example#1344 - MongoDB::command "distinct" example
- Example#1345 - MongoDB::command MapReduce example
- Example#1346 - MongoDB::createCollection capped collection example
- Example#1347 - MongoDB::createDBRef example
- Example#1348 - MongoDB::createDBRef example
- Example#1349 - MongoDB::drop example
- Example#1350 - Simple MongoDB::execute example
- Example#1351 - Parameter MongoDB::execute example
- Example#1352 - Scope example
- Example#1353 - MongoDB::getDBRef example
- Example#1354 - MongoDB::getGridFS example
- Example#1355 - MongoDB::lastError NULL error example
- Example#1356 - MongoDB::lastError duplicate key example
- Example#1357 - MongoDB::listCollections example
- Example#1358 - MongoDB::repair example
- Example#1359 - MongoCollection::batchInsert example
- Example#1360 - MongoCollection::count example
- Example#1361 - MongoCollection::createDBRef example
- Example#1362 - MongoCollection::deleteIndex example
- Example#1363 - MongoCollection::deleteIndexes example
- Example#1364 - MongoCollection::drop example
- Example#1365 - MongoCollection::ensureIndex example
- Example#1366 - Drop duplicates example
- Example#1367 - Geospatial Indexing
- Example#1368 - MongoCollection::find example
- Example#1369 - MongoCollection::find example using $where
- Example#1370 - MongoCollection::find example using $in
- Example#1371 - Getting results as an array
- Example#1372 - MongoCollection::findOne document by its id.
- Example#1373 - MongoCollection::findOne document by some condition.
- Example#1374 - MongoCollection::getDBRef example
- Example#1375 - MongoCollection::find example
- Example#1376 - MongoCollection::getName example
- Example#1377 - MongoCollection::group example
- Example#1378 - MongoCollection::group example
- Example#1379 - Passing a keys function
- Example#1380 - MongoCollection::insert _id example
- Example#1381 - MongoCollection::insert safe example
- Example#1382 - MongoCollection::remove with justOne example
- Example#1383 - MongoCollection::save example
- Example#1384 - MongoCollection::toIndexString example
- Example#1385 - MongoCollection::__toString example
- Example#1386 - MongoCollection::update
- Example#1387 - MongoCollection::update upsert example
- Example#1388 - MongoCollection::update multiple example
- Example#1389 - MongoCursor::addOption example
- Example#1390 - MongoCursor::count example
- Example#1391 - MongoCursor::doQuery example
- Example#1392 - MongoCursor::explain example
- Example#1393 - MongoCursor::info example
- Example#1394 - MongoCursor::slaveOkay example
- Example#1395 - MongoCursor::sort example
- Example#1396 - MongoCursor::tailable example
- Example#1397 - MongoCursor::timeout example
- Example#1398 - MongoId::__construct example
- Example#1399 - Parameter example
- Example#1400 - MongoId::__toString example
- Example#1401 - MongoCode::__construct example
- Example#1402 - Using MongoCode with $where
- Example#1403 - MongoCode::__toString example
- Example#1404 - MongoDate::__construct example
- Example#1405 - MongoRegex::__construct example
- Example#1406 - MongoRegex::__toString example
- Example#1407 - MongoDBRef::create example
- Example#1408 - MongoCollection::createDBRef example
- Example#1409 - MongoGridFS::findOne example
- Example#1410 - MongoGridFSFile::getBytes example
- Example#1411 - MongoGridFSFile::getResource example
- Example#1412 - MongoGridFSFile::write example
- Example#1413 - Changing pool size
- Example#1414 - Mongo::setPoolSize example
- Example#1415 - mSQL usage example
- Example#1416 - msql_fetch_array example
- Example#1417 - msql_fetch_object example
- Example#1418 - msql_fetch_row example
- Example#1419 - msql_query example
- Example#1420 - mssql_bind example
- Example#1421 - mssql_close example
- Example#1422 - mssql_connect example
- Example#1423 - mssql_data_seek example
- Example#1424 - mssql_execute example
- Example#1425 - mssql_fetch_array example
- Example#1426 - mssql_fetch_assoc example
- Example#1427 - mssql_fetch_batch example
- Example#1428 - mssql_fetch_field example
- Example#1429 - mssql_fetch_object example
- Example#1430 - mssql_fetch_row example
- Example#1431 - mssql_field_length example
- Example#1432 - mssql_field_name example
- Example#1433 - Using mssql_field_seek on the example for mssql_fetch_field
- Example#1434 - mssql_field_type example
- Example#1435 - mssql_free_result example
- Example#1436 - mssql_free_statement example
- Example#1437 - mssql_get_last_message example
- Example#1438 - mssql_guid_string example
- Example#1439 - mssql_init example
- Example#1440 - mssql_min_error_severity example
- Example#1441 - mssql_min_message_severity example
- Example#1442 - mssql_next_result example
- Example#1443 - mssql_num_fields example
- Example#1444 - mssql_num_rows example
- Example#1445 - mssql_pconnect using the new_link parameter
- Example#1446 - mssql_query example
- Example#1447 - mssql_result example
- Example#1448 - Faster alternative to above example
- Example#1449 - mssql_rows_affected example
- Example#1450 - mssql_select_db example
- Example#1451 - Escaping the database name with square brackets
- Example#1452 - Comparing the three MySQL APIs
- Example#1453 - Configure commands for using mysqlnd or libmysql
- Example#1454 - MySQL extension overview example
- Example#1455 - mysql_affected_rows 예제
- Example#1456 - 트랜젝션을 이용한 mysql_affected_rows 예제
- Example#1457 - mysql_client_encoding 예제
- Example#1458 - mysql_close 예제
- Example#1459 - mysql_connect 예제
- Example#1460 - hostname:port 문법을 사용한 mysql_connect 예제
- Example#1461 - ":/path/to/socket" 문법을 사용한 mysql_connect 예제
- Example#1462 - mysql_create_db 예제
- Example#1463 - mysql_data_seek 예제
- Example#1464 - mysql_db_name 예제
- Example#1465 - mysql_db_query 예제
- Example#1466 - mysql_drop_db 예제
- Example#1467 - mysql_errno 예제
- Example#1468 - mysql_error 예제
- Example#1469 - mysql_escape_string 예제
- Example#1470 - 별명(alias)으로 지정한 중복된 필드 이름으로 질의
- Example#1471 - MYSQL_NUM을 이용한 mysql_fetch_array 예제
- Example#1472 - MYSQL_ASSOC를 이용한 mysql_fetch_array 예제
- Example#1473 - MYSQL_BOTH를 이용한 mysql_fetch_array 예제
- Example#1474 - mysql_fetch_assoc 예제
- Example#1475 - mysql_fetch_field 예제
- Example#1476 - mysql_fetch_lengths 예제
- Example#1477 - mysql_fetch_object 예제
- Example#1478 - mysql_fetch_object 예제
- Example#1479 - mysql_fetch_row를 이용한 하나의 행 인출 예제
- Example#1480 - mysql_field_flags 예제
- Example#1481 - mysql_field_len 예제
- Example#1482 - mysql_field_name 예제
- Example#1483 - mysql_field_table 예제
- Example#1484 - mysql_field_type 예제
- Example#1485 - mysql_free_result 예제
- Example#1486 - mysql_get_client_info 예제
- Example#1487 - mysql_get_host_info 예제
- Example#1488 - mysql_get_proto_info 예제
- Example#1489 - mysql_get_server_info 예제
- Example#1490 - 관련된 MySQL 진술문
- Example#1491 - mysql_insert_id 예제
- Example#1492 - mysql_list_dbs 예제
- Example#1493 - mysql_list_fields의 기능을 대체할 예제
- Example#1494 - mysql_list_processes 예제
- Example#1495 - mysql_list_tables 예제
- Example#1496 - mysql_num_fields 예제
- Example#1497 - mysql_num_rows 예제
- Example#1498 - mysql_ping 예제
- Example#1499 - 잘못된 질의
- Example#1500 - 유효한 질의
- Example#1501 - mysql_real_escape_string 예제
- Example#1502 - SQL 인젝션 공격(Injection Attack)의 예
- Example#1503 - "Best Practice" 질의
- Example#1504 - mysql_result 예제
- Example#1505 - mysql_select_db 예제
- Example#1506 - mysql_stat 예제
- Example#1507 - mysql_stat 다른 예제
- Example#1508 - mysql_tablename 예제
- Example#1509 - mysql_thread_id 예제
- Example#1510 - mysqli->affected_rows example
- Example#1511 - mysqli::autocommit example
- Example#1512 - mysqli::change_user example
- Example#1513 - mysqli::character_set_name example
- Example#1514 - mysqli_get_client_info
- Example#1515 - mysqli_get_client_version
- Example#1516 - mysqli::commit example
- Example#1517 - mysqli->connect_errno example
- Example#1518 - mysqli->connect_error example
- Example#1519 - mysqli::__construct example
- Example#1520 - Generating a Trace File
- Example#1521 - mysqli->errno example
- Example#1522 - mysqli->error example
- Example#1523 - mysqli->field_count example
- Example#1524 - mysqli::get_charset example
- Example#1525 - mysqli_get_client_info
- Example#1526 - A mysqli_get_client_stats example
- Example#1527 - mysqli_get_client_version
- Example#1528 - A mysqli_get_connection_stats example
- Example#1529 - mysqli->host_info example
- Example#1530 - mysqli->protocol_version example
- Example#1531 - mysqli->server_info example
- Example#1532 - mysqli->server_version example
- Example#1533 - mysqli->info example
- Example#1534 - mysqli->insert_id example
- Example#1535 - mysqli::kill example
- Example#1536 - mysqli::multi_query example
- Example#1537 - mysqli::ping example
- Example#1538 - A mysqli_poll example
- Example#1539 - mysqli::prepare example
- Example#1540 - mysqli::query example
- Example#1541 - mysqli::real_connect example
- Example#1542 - mysqli::real_escape_string example
- Example#1543 - mysqli::rollback example
- Example#1544 - mysqli::select_db example
- Example#1545 - mysqli::set_charset example
- Example#1546 - mysqli::set_local_infile_handler example
- Example#1547 - mysqli->sqlstate example
- Example#1548 - mysqli::stat example
- Example#1549 - mysqli->thread_id example
- Example#1550 - mysqli::use_result example
- Example#1551 - mysqli->warning_count example
- Example#1552 - 객체 기반 형식
- Example#1553 - 절차식 형식
- Example#1554 - 객체 기반 형식
- Example#1555 - 절차식 형식
- Example#1556 - 객체 기반 형식
- Example#1557 - 절차식 형식
- Example#1558 - 객체 기반 형식
- Example#1559 - 절차식 형식
- Example#1560 - 객체 기반 형식
- Example#1561 - 절차식 형식
- Example#1562 - 객체 기반 형식
- Example#1563 - 절차식 형식
- Example#1564 - 객체 기반 형식
- Example#1565 - 절차식 형식
- Example#1566 - 객체 기반 형식
- Example#1567 - 절차식 형식
- Example#1568 - 객체 기반 형식
- Example#1569 - 절차식 형식
- Example#1570 - 객체 기반 형식
- Example#1571 - 절차식 형식
- Example#1572 - 객체 기반 형식
- Example#1573 - 절차식 형식
- Example#1574 - 객체 기반 형식
- Example#1575 - 절차식 형식
- Example#1576 - 객체 기반 형식
- Example#1577 - 절차식 형식
- Example#1578 - 객체 기반 형식
- Example#1579 - 객체 기반 형식
- Example#1580 - 절차식 형식
- Example#1581 - 객체 기반 형식
- Example#1582 - 절차식 형식
- Example#1583 - 객체 기반 형식
- Example#1584 - 절차식 형식
- Example#1585 - 객체 기반 형식
- Example#1586 - 절차식 형식
- Example#1587 - 객체 기반 형식
- Example#1588 - 절차식 형식
- Example#1589 - 객체 기반 형식
- Example#1590 - 절차식 형식
- Example#1591 - A MySQLi_Result example comparing iterator usage
- Example#1592 - 객체 기반 형식
- Example#1593 - 절차식 형식
- Example#1594 - 객체 기반 형식
- Example#1595 - 절차식 형식
- Example#1596 - 객체 기반 형식
- Example#1597 - 절차식 형식
- Example#1598 - 객체 기반 형식
- Example#1599 - 절차식 형식
- Example#1600 - 객체 기반 형식
- Example#1601 - 절차식 형식
- Example#1602 - 객체 기반 형식
- Example#1603 - 절차식 형식
- Example#1604 - 객체 기반 형식
- Example#1605 - 절차식 형식
- Example#1606 - 객체 기반 형식
- Example#1607 - 절차식 형식
- Example#1608 - 객체 기반 형식
- Example#1609 - 절차식 형식
- Example#1610 - A mysqli_get_cache_stats example
- Example#1611 - 객체 기반 형식
- Example#1612 - Enabling the plugin (php.ini)
- Example#1613 - Minimal plugin-specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1614 - Recommended minimal plugin-specific config (mysqlnd_ms_plugin.ini)
- Example#1615 - Using one server as a master and as a slave (testing only!)
- Example#1616 - Plugin specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1617 - Opening a load balanced connection
- Example#1618 - Executing statements
- Example#1619 - Plugin config with one slave and one master
- Example#1620 - Pitfall: connection state and SQL user variables
- Example#1621 - Plugin config with one slave and one master
- Example#1622 - SQL hints to prevent connection switches
- Example#1623 - Fighting replication lag
- Example#1624 - Table creation on a slave
- Example#1625 - Plugin config with one slave and one master
- Example#1626 - Using SQL hints for transactions
- Example#1627 - Transaction aware load balancing: trx_stickiness setting
- Example#1628 - Transaction aware
- Example#1629 - Session consistency: read your writes
- Example#1630 - Requesting session consistency
- Example#1631 - Maximum age/slave lag
- Example#1632 - Limiting slave lag
- Example#1633 - Fail over not set
- Example#1634 - No slave within time limit
- Example#1635 - Create counter table on master
- Example#1636 - Plugin config: SQL for client-side GTID injection
- Example#1637 - Transparent global transaction ID injection
- Example#1638 - Plugin config: SQL for fetching GTID
- Example#1639 - Obtaining GTID after injection
- Example#1640 - Plugin config: Checking for a certain GTID
- Example#1641 - Session consistency service level and GTID combined
- Example#1642 - Provoking a connection error
- Example#1643 - Connection error on query execution
- Example#1644 - Provoking a connection error
- Example#1645 - Most basic failover
- Example#1646 - Converting a PHP array (hash) into JSON format
- Example#1647 - Using section names example
- Example#1648 - List of anonymous slaves
- Example#1649 - Master list using symbolic names
- Example#1650 - Keywords to configure a server
- Example#1651 - New roundrobin filter, old functionality
- Example#1652 - The user filter replaces mysqlnd_ms_set_user_pick_server
- Example#1653 - Invalid filter sequence
- Example#1654 - Random load balancing with random filter
- Example#1655 - Random once load balancing with random filter
- Example#1656 - roundrobin filter
- Example#1657 - Setting a callback
- Example#1658 - Using a callback
- Example#1659 - Returning random masters and slaves
- Example#1660 - Global limit on slave lag
- Example#1661 - Optional master failover when failing to connect to slave
- Example#1662 - Disabling lazy connection
- Example#1663 - Master on write for consistent reads
- Example#1664 - Using master to execute transactions
- Example#1665 - Using section names example
- Example#1666 - List-like syntax
- Example#1667 - Verify plugin activity in a non-threaded deployment model
- Example#1668 - Recording statistics during shutdown
- Example#1669 -
- Example#1670 - mysqlnd_ms_get_last_gtid example
- Example#1671 - mysqlnd_ms_get_last_used_connection example
- Example#1672 - mysqlnd_ms_get_stats example
- Example#1673 - mysqlnd_ms_match_wild example
- Example#1674 - mysqlnd_ms_query_is_select example
- Example#1675 - mysqlnd_ms_set_qos example
- Example#1676 - mysqlnd_ms_set_user_pick_server example
- Example#1677 -
- Example#1678 -
- Example#1679 -
- Example#1680 -
- Example#1681 -
- Example#1682 -
- Example#1683 -
- Example#1684 -
- Example#1685 -
- Example#1686 -
- Example#1687 -
- Example#1688 - Enabling the plugin (php.ini)
- Example#1689 - Pseudo-code: what a built-in class does
- Example#1690 - Installing a proxy
- Example#1691 - Proxy registration, mysqlnd_uh.enable=1
- Example#1692 - Proxy installation disabled
- Example#1693 - Connection proxy
- Example#1694 - Prepared statement proxy
- Example#1695 - Basic Monitoring
- Example#1696 - mysqlnd_uh_convert_to_mysqlnd example
- Example#1697 - mysqlnd_uh_set_connection_proxy example
- Example#1698 - MysqlndUhConnection::changeUser example
- Example#1699 - MysqlndUhConnection::charsetName example
- Example#1700 - MysqlndUhConnection::close example
- Example#1701 - MysqlndUhConnection::connect example
- Example#1702 - MysqlndUhConnection::endPSession example
- Example#1703 - MysqlndUhConnection::escapeString example
- Example#1704 - MysqlndUhConnection::getAffectedRows example
- Example#1705 - MysqlndUhConnection::getErrorNumber example
- Example#1706 - MysqlndUhConnection::getErrorString example
- Example#1707 - MysqlndUhConnection::getFieldCount example
- Example#1708 - MysqlndUhConnection::getHostInformation example
- Example#1709 - MysqlndUhConnection::getLastInsertId example
- Example#1710 - MysqlndUhConnection::getLastMessage example
- Example#1711 - MysqlndUhConnection::getProtocolInformation example
- Example#1712 - MysqlndUhConnection::getServerInformation example
- Example#1713 - MysqlndUhConnection::getServerStatistics example
- Example#1714 - MysqlndUhConnection::getServerVersion example
- Example#1715 - MysqlndUhConnection::getSqlstate example
- Example#1716 - MysqlndUhConnection::getStatistics example
- Example#1717 - MysqlndUhConnection::getThreadId example
- Example#1718 - MysqlndUhConnection::getWarningCount example
- Example#1719 - MysqlndUhConnection::init example
- Example#1720 - MysqlndUhConnection::kill example
- Example#1721 - MysqlndUhConnection::listFields example
- Example#1722 - MysqlndUhConnection::listMethod example
- Example#1723 - MysqlndUhConnection::moreResults example
- Example#1724 - MysqlndUhConnection::nextResult example
- Example#1725 - MysqlndUhConnection::ping example
- Example#1726 - MysqlndUhConnection::query example
- Example#1727 - MysqlndUhConnection::queryReadResultsetHeader example
- Example#1728 - MysqlndUhConnection::reapQuery example
- Example#1729 - MysqlndUhConnection::refreshServer example
- Example#1730 - MysqlndUhConnection::restartPSession example
- Example#1731 - MysqlndUhConnection::selectDb example
- Example#1732 - MysqlndUhConnection::sendClose example
- Example#1733 - MysqlndUhConnection::sendQuery example
- Example#1734 - MysqlndUhConnection::serverDumpDebugInformation example
- Example#1735 - MysqlndUhConnection::setAutocommit example
- Example#1736 - MysqlndUhConnection::setCharset example
- Example#1737 - MysqlndUhConnection::setClientOption example
- Example#1738 - MysqlndUhConnection::setServerOption example
- Example#1739 - MysqlndUhConnection::simpleCommand example
- Example#1740 - MysqlndUhConnection::simpleCommandHandleResponse example
- Example#1741 - MysqlndUhConnection::sslSet example
- Example#1742 - MysqlndUhConnection::stmtInit example
- Example#1743 - MysqlndUhConnection::storeResult example
- Example#1744 - MysqlndUhConnection::txCommit example
- Example#1745 - MysqlndUhConnection::txRollback example
- Example#1746 - MysqlndUhConnection::useResult example
- Example#1747 - MysqlndUhPreparedStatement::execute example
- Example#1748 - MysqlndUhPreparedStatement::prepare example
- Example#1749 - Basic query
- Example#1750 - Inserting with bind variables
- Example#1751 - Inserting data into a CLOB column
- Example#1752 - Using a PL/SQL stored function
- Example#1753 - Using a PL/SQL stored procedure
- Example#1754 - Calling a PL/SQL function that returns a REF CURSOR
- Example#1755 - oci_bind_array_by_name example
- Example#1756 - Inserting data with oci_bind_by_name
- Example#1757 - Binding once for multiple executions
- Example#1758 - Binding with a foreach loop
- Example#1759 - Binding in a WHERE clause
- Example#1760 - Binding with a LIKE clause
- Example#1761 - Binding with REGEXP_LIKE
- Example#1762 - Binding Multiple Values in an IN Clause
- Example#1763 - Binding a ROWID returned by a query
- Example#1764 - Binding a ROWID on INSERT
- Example#1765 - Binding for a PL/SQL stored function
- Example#1766 - Binding parameters for a PL/SQL stored procedure
- Example#1767 - Binding a CLOB column
- Example#1768 - oci_client_version example
- Example#1769 - Closing a connection
- Example#1770 - Database connections are not closed until all references are closed
- Example#1771 - Closing a connection opened more than once
- Example#1772 - Connections are closed when variables go out of scope
- Example#1773 - oci_commit example
- Example#1774 - Basic oci_connect using Easy Connect syntax
- Example#1775 - Basic oci_connect using a Network Connect name
- Example#1776 - oci_connect with an explicit character set
- Example#1777 - Using multiple calls to oci_connect
- Example#1778 - oci_define_by_name example
- Example#1779 - oci_define_by_name with case sensitive column names
- Example#1780 - oci_define_by_name with LOB columns
- Example#1781 - oci_define_by_name with an explicit type
- Example#1782 - Displaying the Oracle error message after a connection error
- Example#1783 - Displaying the Oracle error message after a parsing error
- Example#1784 - Displaying the Oracle error message, the problematic statement, and the position of the problem of an execution error
- Example#1785 - oci_execute for queries
- Example#1786 - oci_execute without specifying a mode example
- Example#1787 - oci_execute with OCI_NO_AUTO_COMMIT example
- Example#1788 - oci_execute with different commit modes example
- Example#1789 - oci_execute with OCI_DESCRIBE_ONLY example
- Example#1790 - oci_fetch_all example
- Example#1791 - oci_fetch_all example with OCI_FETCHSTATEMENT_BY_ROW
- Example#1792 - oci_fetch_all with OCI_NUM
- Example#1793 - oci_fetch_array with OCI_BOTH
- Example#1794 - oci_fetch_array with OCI_NUM
- Example#1795 - oci_fetch_array with OCI_ASSOC
- Example#1796 - oci_fetch_array with OCI_RETURN_NULLS
- Example#1797 - oci_fetch_array with OCI_RETURN_LOBS
- Example#1798 - oci_fetch_array with case sensitive column names
- Example#1799 - oci_fetch_array with columns having duplicate names
- Example#1800 - oci_fetch_array with DATE columns
- Example#1801 - oci_fetch_array with REF CURSOR
- Example#1802 - oci_fetch_array with a LIMIT-like query
- Example#1803 - oci_fetch_object example
- Example#1804 - oci_fetch_object with case sensitive column names
- Example#1805 - oci_fetch_object with LOBs
- Example#1806 - oci_fetch with defined variables
- Example#1807 - oci_fetch with oci_result
- Example#1808 - oci_field_name example
- Example#1809 - oci_field_size example
- Example#1810 - oci_field_type example
- Example#1811 - oci_new_connect example
- Example#1812 - Using REF CURSOR in an Oracle's stored procedure
- Example#1813 - Using REF CURSOR in an Oracle's select statement
- Example#1814 - oci_new_descriptor example
- Example#1815 - oci_new_descriptor example
- Example#1816 - oci_num_fields example
- Example#1817 - oci_num_rows example
- Example#1818 - oci_parse example for SQL statements
- Example#1819 - oci_parse example for PL/SQL statements
- Example#1820 - oci_rollback example
- Example#1821 - Rolling back to a SAVEPOINT example
- Example#1822 - oci_server_version example
- Example#1823 - Setting the action
- Example#1824 - Setting the client identifier to the application user
- Example#1825 - Setting the client information
- Example#1826 - Two scripts can use different versions of myfunc() at the same time
- Example#1827 - Setting the module name
- Example#1828 - Changing the default prefetch value for a query
- Example#1829 - Changing the default prefetch for a REF CURSOR fetch
- Example#1830 - Setting the prefetch value when passing a REF CURSOR back to Oracle
- Example#1831 - oci_statement_type example
- Example#1832 - Connect to Ovrimos SQL Server and select from a system table
- Example#1833 - ovrimos_connect Example
- Example#1834 - A fetch into example
- Example#1835 - A fetch row example
- Example#1836 - ovrimos_prepare Example
- Example#1837 - Prepare a statement, execute, and view the result
- Example#1838 - ovrimos_result_all with meta-information
- Example#1839 - Creating a Paradox database with two fields
- Example#1840 - Turn a paradox date into a human readable form
- Example#1841 - Set the date/time fields in a paradox database to the current date/time
- Example#1842 - Opening a Paradox database
- Example#1843 - Opening a Paradox database
- Example#1844 - Turn a paradox timestamp into a human readable form
- Example#1845 - PostgreSQL extension overview example
- Example#1846 - pg_affected_rows 예제
- Example#1847 - pg_cancel_query 예제
- Example#1848 - pg_client_encoding 예제
- Example#1849 - pg_close example
- Example#1850 - Using pg_connect
- Example#1851 - pg_connection_busy example
- Example#1852 - pg_connection_reset example
- Example#1853 - pg_connection_status example
- Example#1854 - pg_convert example
- Example#1855 - pg_copy_from example
- Example#1856 - pg_copy_to example
- Example#1857 - pg_dbname example
- Example#1858 - pg_delete example
- Example#1859 - pg_end_copy example
- Example#1860 - pg_escape_bytea example
- Example#1861 - pg_escape_identifier example
- Example#1862 - pg_escape_literal example
- Example#1863 - pg_escape_string example
- Example#1864 - Using pg_execute
- Example#1865 - pg_fetch_all_columns example
- Example#1866 - PostgreSQL fetch all
- Example#1867 - pg_fetch_array example
- Example#1868 - pg_fetch_assoc example
- Example#1869 - pg_fetch_object example
- Example#1870 - pg_fetch_result example
- Example#1871 - pg_fetch_row example
- Example#1872 - pg_field_is_null example
- Example#1873 - Getting information about fields
- Example#1874 - Getting information about fields
- Example#1875 - Getting information about fields
- Example#1876 - Getting information about fields
- Example#1877 - Getting table information about a field
- Example#1878 - Getting information about fields
- Example#1879 - Getting information about fields
- Example#1880 - pg_free_result example
- Example#1881 - PostgreSQL NOTIFY message
- Example#1882 - PostgreSQL backend PID
- Example#1883 - pg_get_result example
- Example#1884 - pg_host example
- Example#1885 - pg_insert example
- Example#1886 - pg_last_error example
- Example#1887 - pg_last_notice example
- Example#1888 - pg_last_oid example
- Example#1889 - pg_lo_close example
- Example#1890 - pg_lo_create example
- Example#1891 - pg_lo_export example
- Example#1892 - pg_lo_import example
- Example#1893 - pg_lo_open example
- Example#1894 - pg_lo_read_all example
- Example#1895 - pg_lo_read example
- Example#1896 - pg_lo_seek example
- Example#1897 - pg_lo_tell example
- Example#1898 - pg_lo_unlink example
- Example#1899 - pg_lo_write example
- Example#1900 - Getting table metadata
- Example#1901 - pg_num_fields example
- Example#1902 - pg_num_rows example
- Example#1903 - pg_options example
- Example#1904 - pg_parameter_status example
- Example#1905 - Using pg_pconnect
- Example#1906 - pg_ping example
- Example#1907 - pg_port example
- Example#1908 - Using pg_prepare
- Example#1909 - pg_put_line example
- Example#1910 - Using pg_query_params
- Example#1911 - pg_query example
- Example#1912 - Using pg_query with multiple statements
- Example#1913 - pg_result_error_field example
- Example#1914 - pg_result_error example
- Example#1915 - pg_result_seek example
- Example#1916 - pg_result_status example
- Example#1917 - pg_select example
- Example#1918 - Using pg_send_execute
- Example#1919 - Using pg_send_prepare
- Example#1920 - Using pg_send_query_params
- Example#1921 - pg_send_query example
- Example#1922 - pg_set_client_encoding example
- Example#1923 - pg_set_error_verbosity example
- Example#1924 - pg_trace example
- Example#1925 - pg_transaction_status example
- Example#1926 - pg_tty example
- Example#1927 - pg_unescape_bytea example
- Example#1928 - pg_untrace example
- Example#1929 - pg_update example
- Example#1930 - pg_version example
- Example#1931 - Procedural style
- Example#1932 - Object-oriented style
- Example#1933 - Procedural style
- Example#1934 - Object oriented style
- Example#1935 - Procedural style
- Example#1936 - Object oriented style
- Example#1937 - sqlite_close example
- Example#1938 - max_length aggregation function example
- Example#1939 - sqlite_create_function example
- Example#1940 - Example of using the PHP function
- Example#1941 - Procedural example
- Example#1942 - Object-oriented example
- Example#1943 - sqlite_factory example
- Example#1944 - Procedural example
- Example#1945 - Object-oriented example
- Example#1946 - Procedural example
- Example#1947 - Object-oriented example
- Example#1948 - Procedural example
- Example#1949 - Object-oriented example
- Example#1950 - A sqlite_fetch_single example
- Example#1951 - Procedural example
- Example#1952 - Object-oriented example
- Example#1953 - sqlite_open example
- Example#1954 - binary-safe max_length aggregation function example
- Example#1955 - SQLite3::changes example
- Example#1956 - SQLite3::close example
- Example#1957 - SQLite3::__construct example
- Example#1958 - SQLite3::createFunction example
- Example#1959 - SQLite3::exec example
- Example#1960 - SQLite3::loadExtension example
- Example#1961 - SQLite3::open example
- Example#1962 - SQLite3::prepare example
- Example#1963 - SQLite3::query example
- Example#1964 - SQLite3::querySingle example
- Example#1965 - SQLite3::version example
- Example#1966 - SQLite3Stmt::bindValue example
- Example#1967 - sqlsrv_begin_transaction example
- Example#1968 - sqlsrv_cancel example
- Example#1969 - sqlsrv_client_info example
- Example#1970 - sqlsrv_close example
- Example#1971 - sqlsrv_commit example
- Example#1972 - Connect using Windows Authentication.
- Example#1973 - Connect by specifying a user name and password.
- Example#1974 - Connect on a specifed port.
- Example#1975 - functionname example
- Example#1976 - sqlsrv_execute example
- Example#1977 - Retrieving an associative array.
- Example#1978 - Retrieving a numeric array.
- Example#1979 - sqlsrv_fetch_object example
- Example#1980 - sqlsrv_fetch example
- Example#1981 - sqlsrv_field_metadata example
- Example#1982 - sqlsrv_free_stmt example
- Example#1983 - sqlsrv_get_field example
- Example#1984 - sqlsrv_has_rows example
- Example#1985 - sqlsrv_next_result example
- Example#1986 - sqlsrv_num_fields example
- Example#1987 - sqlsrv_num_rows example
- Example#1988 - sqlsrv_prepare example
- Example#1989 - sqlsrv_query example
- Example#1990 - sqlsrv_rollback example
- Example#1991 - sqlsrv_rows_affected example
- Example#1992 - sqlsrv_send_stream_data example
- Example#1993 - sqlsrv_server_info example
- Example#1994 - Delete-Query
- Example#1995 - sybase_connect example
- Example#1996 - Identical fieldnames
- Example#1997 - sybase_fetch_object return as Foo
- Example#1998 - sybase_set_message_handler callback function
- Example#1999 - sybase_set_message_handler callback to a class
- Example#2000 - sybase_set_message_handler unhandled messages
- Example#2001 - sybase_unbuffered_query example
- Example#2002 - Putting and getting a key-value pair
- Example#2003 - TokyoTyrant::add example
- Example#2004 - TokyoTyrant::connect example
- Example#2005 - TokyoTyrant::connectUri example
- Example#2006 - TokyoTyrant::copy example
- Example#2007 - TokyoTyrant::ext example
- Example#2008 - TokyoTyrant::fwmKeys example
- Example#2009 - TokyoTyrant::get example
- Example#2010 - TokyoTyrant::getIterator example
- Example#2011 - TokyoTyrant::num example
- Example#2012 - TokyoTyrant::out example
- Example#2013 - TokyoTyrant::put example
- Example#2014 - TokyoTyrant::putCat example
- Example#2015 - tokyotyrant::putKeep example
- Example#2016 - TokyoTyrant::putNr example
- Example#2017 - TokyoTyrant::putShl example
- Example#2018 - TokyoTyrant::setMaster example
- Example#2019 - TokyoTyrant::size example
- Example#2020 - TokyoTyrant::stat example
- Example#2021 - TokyoTyrant::vanish example
- Example#2022 - TokyoTyrantTable::genUid example
- Example#2023 - TokyoTyrantTable::get example
- Example#2024 - TokyoTyrantTable::getIterator example
- Example#2025 - TokyoTyrantTable::getQuery example
- Example#2026 - TokyoTyrantTable::out example
- Example#2027 - TokyoTyrantTable::put example
- Example#2028 - TokyoTyrantTable::putCat example
- Example#2029 - TokyoTyrantTable::putKeep example
- Example#2030 - TokyoTyrantQuery::addCond example
- Example#2031 - TokyoTyrantQuery::__construct example
- Example#2032 - TokyoTyrantQuery::count example
- Example#2033 - TokyoTyrantQuery iterator example
- Example#2034 - TokyoTyrantQuery::hint example
- Example#2035 - TokyoTyrantQuery iterator example
- Example#2036 - TokyoTyrantQuery::metaSearch example
- Example#2037 - TokyoTyrantQuery iterator example
- Example#2038 - TokyoTyrantQuery::out example
- Example#2039 - TokyoTyrantQuery iterator example
- Example#2040 - TokyoTyrantQuery::search example
- Example#2041 - TokyoTyrantQuery iterator example
- Example#2042 - Closing an open file descriptor
- Example#2043 - Setting and clearing a lock
- Example#2044 - Opening a file descriptor
- Example#2045 - Positioning in a file
- Example#2046 - Setting the baud rate on a serial port
- Example#2047 - chdir 예제
- Example#2048 - dir 예제
- Example#2049 - closedir 예제
- Example#2050 - getcwd 예제
- Example#2051 - opendir 예제
- Example#2052 - 디렉토리 안의 모든 파일 목록
- Example#2053 - .과 ..을 제외한 현재 디렉토리의 모든 파일 목록
- Example#2054 - 간단한 scandir 예제
- Example#2055 - scandir의 PHP 4 대체
- Example#2056 - A finfo_buffer example
- Example#2057 - A finfo_file example
- Example#2058 - Object oriented style
- Example#2059 - Procedural style
- Example#2060 - mime_content_type Example
- Example#2061 - basename example
- Example#2062 - Changing a file's group
- Example#2063 - Simple chown usage
- Example#2064 - clearstatcache example
- Example#2065 - copy example
- Example#2066 - dirname example
- Example#2067 - disk_free_space example
- Example#2068 - disk_total_space example
- Example#2069 - A simple fclose example
- Example#2070 - Handling timeouts with feof
- Example#2071 - feof example with an invalid file pointer
- Example#2072 - File write example using fflush
- Example#2073 - A fgetc example
- Example#2074 - Read and print the entire contents of a CSV file
- Example#2075 - Reading a file line by line
- Example#2076 - Reading a PHP file line-by-line
- Example#2077 - Testing whether a file exists
- Example#2078 - Get and output the source of the homepage of a website
- Example#2079 - Searching within the include_path
- Example#2080 - Reading a section of a file
- Example#2081 - Using stream contexts
- Example#2082 - Simple usage example
- Example#2083 - Using flags
- Example#2084 - file example
- Example#2085 - fileatime example
- Example#2086 - A filectime example
- Example#2087 - Finding the group of a file
- Example#2088 - Comparing the inode of a file with the current file
- Example#2089 - filemtime example
- Example#2090 - Finding the owner of a file
- Example#2091 - Display permissions as an octal value
- Example#2092 - Display full permissions
- Example#2093 - filesize example
- Example#2094 - filetype example
- Example#2095 - flock example
- Example#2096 - flock using the LOCK_NB option
- Example#2097 - Checking a color name against a shell wildcard pattern
- Example#2098 - fopen examples
- Example#2099 - Using fpassthru with binary files
- Example#2100 - fputcsv example
- Example#2101 - A simple fread example
- Example#2102 - Binary fread example
- Example#2103 - Remote fread examples
- Example#2104 - fscanf Example
- Example#2105 - Contents of users.txt
- Example#2106 - fseek example
- Example#2107 - fstat example
- Example#2108 - ftell example
- Example#2109 - File truncation example
- Example#2110 - A simple fwrite example
- Example#2111 - Convenient way how glob can replace opendir and friends.
- Example#2112 - is_dir example
- Example#2113 - is_executable example
- Example#2114 - is_file example
- Example#2115 - Create and confirm if a file is a symbolic link
- Example#2116 - is_readable example
- Example#2117 - is_uploaded_file example
- Example#2118 - is_writable example
- Example#2119 - Changing the group of a symbolic link
- Example#2120 - Changing the owner of a symbolic link
- Example#2121 - Creating a simple hard link
- Example#2122 - linkinfo example
- Example#2123 - Comparison of stat and lstat
- Example#2124 - mkdir example
- Example#2125 - mkdir using the recursive parameter
- Example#2126 - Uploading multiple files
- Example#2127 - Contents of sample.ini
- Example#2128 - parse_ini_file example
- Example#2129 - parse_ini_file parsing a php.ini file
- Example#2130 - pathinfo Example
- Example#2131 - pathinfo example showing difference between null and no extension
- Example#2132 - pclose example
- Example#2133 - popen example
- Example#2134 - popen example
- Example#2135 - Forcing a download using readfile
- Example#2136 - readlink example
- Example#2137 - realpath_cache_get example
- Example#2138 - realpath_cache_size example
- Example#2139 - realpath example
- Example#2140 - realpath on Windows
- Example#2141 - Example with rename
- Example#2142 - rewind overwriting example
- Example#2143 - rmdir example
- Example#2144 - stat example
- Example#2145 - Using stat information together with touch
- Example#2146 - Create a symbolic link
- Example#2147 - tempnam example
- Example#2148 - tmpfile example
- Example#2149 - touch example
- Example#2150 - touch using the time parameter
- Example#2151 - umask example
- Example#2152 - Basic unlink usage
- Example#2153 - Example usage of inotify
- Example#2154 - Setting the path to magic.mime
- Example#2155 - setproctitle example
- Example#2156 - setthreadtitle example
- Example#2157 - Checks if system administrator has signed the file
- Example#2158 - Prints names of all extended attributes of file
- Example#2159 - Removes all extended attributes of a file
- Example#2160 - Sets extended attributes on .wav file
- Example#2161 - xattr_supported example
- Example#2162 - xdiff_file_bdiff_size example
- Example#2163 - xdiff_file_bdiff example
- Example#2164 - xdiff_file_bpatch example
- Example#2165 - xdiff_file_diff_binary example
- Example#2166 - xdiff_file_diff example
- Example#2167 - xdiff_file_merge3 example
- Example#2168 - xdiff_file_patch_binary example
- Example#2169 - xdiff_file_patch example
- Example#2170 - Patch reversing example
- Example#2171 - xdiff_file_rabdiff example
- Example#2172 - xdiff_string_bdiff_size example
- Example#2173 - xdiff_string_diff example
- Example#2174 - xdiff_string_patch example
- Example#2175 - Enchant Usage Example
- Example#2176 - List the backends provided by the given broker
- Example#2177 - A enchant_broker_dict_exists example
- Example#2178 - List all available dictionaries for one broker
- Example#2179 - A enchant_broker_request_dict example
- Example#2180 - A enchant_dict_describe example
- Example#2181 - A enchant_dict_quick_check example
- Example#2182 - A enchant_dict_suggest example
- Example#2183 - bindtextdomain example
- Example#2184 - gettext-check
- Example#2185 - ngettext example
- Example#2186 - iconv_get_encoding example
- Example#2187 - iconv_mime_decode_headers example
- Example#2188 - iconv_mime_decode example
- Example#2189 - iconv_mime_encode example
- Example#2190 - iconv_set_encoding example
- Example#2191 - iconv example
- Example#2192 - ob_iconv_handler example:
- Example#2193 - Example of using the procedural API
- Example#2194 - Example of using the object-oriented API
- Example#2195 - FRENCH_COLLATION rules
- Example#2196 - ALTERNATE_HANDLING rules
- Example#2197 - CASE_FIRST rules
- Example#2198 - CASE_LEVEL rules
- Example#2199 - collator_asortexample
- Example#2200 - collator_compareexample
- Example#2201 - Collator::__construct example
- Example#2202 - collator_create example
- Example#2203 - collator_get_attribute example
- Example#2204 - collator_get_error_code example
- Example#2205 - collator_get_error_message example
- Example#2206 - collator_get_locale example
- Example#2207 - collator_get_sort_keyexample
- Example#2208 - collator_get_strength example
- Example#2209 - collator_set_attribute example
- Example#2210 - collator_set_strength example
- Example#2211 - collator_sort_with_sort_keys example
- Example#2212 - collator_sort example
- Example#2213 - numfmt_create example
- Example#2214 - NumberFormatter::create example
- Example#2215 - numfmt_format_currency example
- Example#2216 - OO example
- Example#2217 - numfmt_format example
- Example#2218 - OO example
- Example#2219 - numfmt_get_attribute example
- Example#2220 - OO example
- Example#2221 - numfmt_get_error_code example
- Example#2222 - OO example
- Example#2223 - numfmt_get_error_message example
- Example#2224 - OO example
- Example#2225 - numfmt_get_locale example
- Example#2226 - numfmt_get_pattern example
- Example#2227 - OO example
- Example#2228 - numfmt_get_symbol example
- Example#2229 - OO example
- Example#2230 - numfmt_get_text_attribute example
- Example#2231 - OO example
- Example#2232 - numfmt_parse_currency example
- Example#2233 - OO example
- Example#2234 - numfmt_parse example
- Example#2235 - OO example
- Example#2236 - numfmt_set_attribute example
- Example#2237 - OO example
- Example#2238 - numfmt_set_pattern example
- Example#2239 - OO example
- Example#2240 - numfmt_set_symbol example
- Example#2241 - OO example
- Example#2242 - numfmt_set_text_attribute example
- Example#2243 - OO example
- Example#2244 - locale_accept_from_http example
- Example#2245 - OO example
- Example#2246 - locale_compose example
- Example#2247 - OO example
- Example#2248 - locale_filter_matches example
- Example#2249 - OO example
- Example#2250 - locale_get_all_variants example
- Example#2251 - OO example
- Example#2252 - locale_get_default example
- Example#2253 - OO example
- Example#2254 - locale_get_display_language example
- Example#2255 - OO example
- Example#2256 - locale_get_display_name example
- Example#2257 - OO example
- Example#2258 - locale_get_display_region example
- Example#2259 - OO example
- Example#2260 - locale_get_display_script example
- Example#2261 - OO example
- Example#2262 - locale_get_display_variant example
- Example#2263 - OO example
- Example#2264 - locale_get_keywords example
- Example#2265 - OO example
- Example#2266 - locale_get_primary_language example
- Example#2267 - OO example
- Example#2268 - locale_get_region example
- Example#2269 - OO example
- Example#2270 - locale_get_script example
- Example#2271 - OO example
- Example#2272 - locale_lookup example
- Example#2273 - OO example
- Example#2274 - locale_parse example
- Example#2275 - OO example
- Example#2276 - locale_set_default example
- Example#2277 - OO example
- Example#2278 - normalizer_is_normalized example
- Example#2279 - OO example
- Example#2280 - normalizer_normalize example
- Example#2281 - OO example
- Example#2282 - msgfmt_create example
- Example#2283 - OO example
- Example#2284 - msgfmt_format_message example
- Example#2285 - OO example
- Example#2286 - msgfmt_format example
- Example#2287 - OO example
- Example#2288 - msgfmt_get_error_code example
- Example#2289 - OO example
- Example#2290 - msgfmt_get_error_message example
- Example#2291 - OO example
- Example#2292 - msgfmt_get_locale example
- Example#2293 - OO example
- Example#2294 - msgfmt_get_pattern example
- Example#2295 - OO example
- Example#2296 - msgfmt_parse_message example
- Example#2297 - OO example
- Example#2298 - msgfmt_parse example
- Example#2299 - OO example
- Example#2300 - msgfmt_set_pattern example
- Example#2301 - OO example
- Example#2302 - datefmt_create example
- Example#2303 - OO example
- Example#2304 - datefmt_format example
- Example#2305 - OO example
- Example#2306 - datefmt_get_calendar example
- Example#2307 - OO example
- Example#2308 - datefmt_get_datetype example
- Example#2309 - OO example
- Example#2310 - datefmt_get_error_code example
- Example#2311 - OO example
- Example#2312 - datefmt_get_error_message example
- Example#2313 - OO example
- Example#2314 - datefmt_get_locale example
- Example#2315 - OO example
- Example#2316 - datefmt_get_pattern example
- Example#2317 - OO example
- Example#2318 - datefmt_get_timetype example
- Example#2319 - OO example
- Example#2320 - datefmt_get_timezone_id example
- Example#2321 - OO example
- Example#2322 - datefmt_is_lenient example
- Example#2323 - OO example
- Example#2324 - datefmt_localtime example
- Example#2325 - OO example
- Example#2326 - datefmt_parse example
- Example#2327 - OO example
- Example#2328 - datefmt_set_calendar example
- Example#2329 - OO example
- Example#2330 - datefmt_set_lenient example
- Example#2331 - OO example
- Example#2332 - datefmt_set_pattern example
- Example#2333 - OO example
- Example#2334 - datefmt_set_timezone_id example
- Example#2335 - OO example
- Example#2336 - resourcebundle_count example
- Example#2337 - OO example
- Example#2338 - resourcebundle_create example
- Example#2339 - ResourceBundle::create example
- Example#2340 - resourcebundle_get_error_code example
- Example#2341 - OO example
- Example#2342 - resourcebundle_get_error_message example
- Example#2343 - OO example
- Example#2344 - resourcebundle_get example
- Example#2345 - OO example
- Example#2346 - resourcebundle_locales example
- Example#2347 - OO example
- Example#2348 - Converting escaped UTF-16 code units
- Example#2349 - grapheme_extract example
- Example#2350 - grapheme_stripos example
- Example#2351 - grapheme_stristr example
- Example#2352 - grapheme_strlen example
- Example#2353 - grapheme_strpos example
- Example#2354 - grapheme_strripos example
- Example#2355 - grapheme_strrpos example
- Example#2356 - grapheme_strstr example
- Example#2357 - grapheme_substr example
- Example#2358 - idn_to_ascii example
- Example#2359 - idn_to_utf8 example
- Example#2360 - intl_error_name example
- Example#2361 - intl_get_error_code example
- Example#2362 - intl_get_error_message example
- Example#2363 - intl_is_failure example
- Example#2364 - php.ini setting examples
- Example#2365 - php.ini setting for EUC-JP users
- Example#2366 - php.ini setting for SJIS users
- Example#2367 - Disable HTTP input conversion in php.ini
- Example#2368 - php.ini setting example
- Example#2369 - Script example
- Example#2370 - mb_convert_case example
- Example#2371 - mb_convert_case example with non-Latin UTF-8 text
- Example#2372 - mb_convert_encoding example
- Example#2373 - mb_convert_kana example
- Example#2374 - mb_convert_variables example
- Example#2375 - convmap example
- Example#2376 - mb_detect_encoding example
- Example#2377 - Useless detect order example
- Example#2378 - mb_detect_order examples
- Example#2379 - mb_encode_mimeheader example
- Example#2380 - convmap example
- Example#2381 - mb_encode_numericentity example
- Example#2382 - mb_encoding_aliases example
- Example#2383 - mb_internal_encoding example
- Example#2384 - mb_list_encodings example
- Example#2385 - mb_output_handler example
- Example#2386 - mb_preferred_mime_name example
- Example#2387 - mb_strimwidth example
- Example#2388 - mb_strtolower example
- Example#2389 - mb_strtolower example with non-Latin UTF-8 text
- Example#2390 - mb_strtoupper example
- Example#2391 - mb_strtoupper example with non-Latin UTF-8 text
- Example#2392 - mb_substitute_character example
- Example#2393 - mb_substr_count example
- Example#2394 - pspell_add_to_personal
- Example#2395 - pspell_check Example
- Example#2396 - pspell_add_to_personal Example
- Example#2397 - pspell_config_create
- Example#2398 - pspell_config_ignore
- Example#2399 - pspell_config_mode Example
- Example#2400 - pspell_config_personal
- Example#2401 - pspell_config_repl
- Example#2402 - pspell_config_runtogether
- Example#2403 - pspell_new_config
- Example#2404 - pspell_new_personal
- Example#2405 - pspell_new
- Example#2406 - pspell_add_to_personal
- Example#2407 - pspell_store_replacement
- Example#2408 - pspell_suggest example
- Example#2409 - Basic recode_file example
- Example#2410 - Basic recode_string example
- Example#2411 - Cairo Example
- Example#2412 - cairo_create example
- Example#2413 - cairo_font_face_get_type example
- Example#2414 - cairo_font_face_status example
- Example#2415 - cairo_font_options_create example
- Example#2416 - cairo_font_options_equal example
- Example#2417 - cairo_font_options_get_antialias example
- Example#2418 - cairo_font_options_get_hint_metrics example
- Example#2419 - cairo_font_options_get_hint_style example
- Example#2420 - cairo_font_options_get_subpixel_order example
- Example#2421 - cairo_font_options_hash example
- Example#2422 - cairo_font_options_merge example
- Example#2423 - cairo_font_options_set_antialias example
- Example#2424 - cairo_font_options_set_hint_metrics example
- Example#2425 - cairo_font_options_set_hint_style example
- Example#2426 - cairo_font_options_set_subpixel_order example
- Example#2427 - cairo_font_options_status example
- Example#2428 - cairo_format_stride_for_width example
- Example#2429 - cairo_image_surface_create_for_data example
- Example#2430 - cairo_image_surface_create_from_png example
- Example#2431 - cairo_image_surface_create example
- Example#2432 - cairo_image_surface_get_data example
- Example#2433 - cairo_image_surface_get_format example
- Example#2434 - cairo_image_surface_get_height example
- Example#2435 - cairo_image_surface_get_stride example
- Example#2436 - cairo_image_surface_get_width example
- Example#2437 - cairo_matrix_invert example
- Example#2438 - cairo_matrix_multiply example
- Example#2439 - cairo_matrix_rotate example
- Example#2440 - cairo_matrix_transform_distance example
- Example#2441 - cairo_matrix_transform_point example
- Example#2442 - cairo_matrix_translate example
- Example#2443 - cairo_pattern_add_color_stop_rgb example
- Example#2444 - cairo_pattern_add_color_stop_rgba example
- Example#2445 - cairo_pattern_create_for_surface example
- Example#2446 - cairo_pattern_create_linear example
- Example#2447 - cairo_pattern_create_radial example
- Example#2448 - cairo_pattern_create_rgb example
- Example#2449 - cairo_pattern_create_rgba example
- Example#2450 - cairo_pattern_get_color_stop_count example
- Example#2451 - cairo_pattern_get_color_stop_rgba example
- Example#2452 - cairo_pattern_get_extend example
- Example#2453 - cairo_pattern_get_filter example
- Example#2454 - cairo_pattern_get_linear_points example
- Example#2455 - cairo_pattern_get_matrix example
- Example#2456 - cairo_pattern_get_radial_circles example
- Example#2457 - cairo_pattern_get_rgba example
- Example#2458 - cairo_pattern_get_surface example
- Example#2459 - cairo_pattern_get_type example
- Example#2460 - cairo_pattern_set_extend example
- Example#2461 - cairo_pattern_set_filter example
- Example#2462 - cairo_pattern_set_matrix example
- Example#2463 - cairo_pattern_status example
- Example#2464 - cairo_pdf_surface_create example
- Example#2465 - cairo_pdf_surface_set_size example
- Example#2466 - cairo_ps_get_levels example
- Example#2467 - cairo_ps_level_to_string example
- Example#2468 - cairo_ps_surface_create example
- Example#2469 - cairo_ps_surface_dsc_begin_page_setup example
- Example#2470 - cairo_ps_surface_dsc_begin_setup example
- Example#2471 - cairo_ps_surface_dsc_comment example
- Example#2472 - cairo_ps_surface_get_eps example
- Example#2473 - cairo_ps_surface_restrict_to_level example
- Example#2474 - cairo_ps_surface_set_eps example
- Example#2475 - cairo_ps_surface_set_size example
- Example#2476 - cairo_scaled_font_create example
- Example#2477 - cairo_scaled_font_extents example
- Example#2478 - cairo_scaled_font_get_ctm example
- Example#2479 - cairo_scaled_font_get_font_face example
- Example#2480 - cairo_scaled_font_get_font_matrix example
- Example#2481 - cairo_scaled_font_get_font_options example
- Example#2482 - cairo_scaled_font_get_scale_matrix example
- Example#2483 - cairo_scaled_font_get_type example
- Example#2484 - cairo_scaled_font_glyph_extents example
- Example#2485 - cairo_scaled_font_status example
- Example#2486 - cairo_scaled_font_text_extents example
- Example#2487 - cairo_surface_copy_page example
- Example#2488 - cairo_surface_create_similar example
- Example#2489 - cairo_surface_finish example
- Example#2490 - cairo_surface_flush example
- Example#2491 - cairo_surface_get_content example
- Example#2492 - cairo_surface_get_device_offset example
- Example#2493 - cairo_surface_get_font_options example
- Example#2494 - cairo_surface_get_type example
- Example#2495 - cairo_surface_mark_dirty_rectangle example
- Example#2496 - cairo_surface_mark_dirty example
- Example#2497 - cairo_surface_set_device_offset example
- Example#2498 - cairo_surface_set_fallback_resolution example
- Example#2499 - cairo_surface_show_page example
- Example#2500 - cairo_surface_status example
- Example#2501 - cairo_surface_write_to_png example
- Example#2502 - cairo_svg_surface_create example
- Example#2503 - cairo_svg_surface_restrict_to_version example
- Example#2504 - cairo_svg_version_to_string example
- Example#2505 - Object oriented style
- Example#2506 - Procedural style
- Example#2507 - Object oriented style
- Example#2508 - Procedural style
- Example#2509 - Object oriented style
- Example#2510 - Procedural style
- Example#2511 - Object oriented style
- Example#2512 - Procedural style
- Example#2513 - Object oriented style
- Example#2514 - Procedural style
- Example#2515 - Object oriented style
- Example#2516 - Procedural style
- Example#2517 - Object oriented style
- Example#2518 - Procedural style
- Example#2519 - Object oriented style
- Example#2520 - Procedural style
- Example#2521 - Object oriented style
- Example#2522 - Procedural style
- Example#2523 - Object oriented style
- Example#2524 - Procedural style
- Example#2525 - Object oriented style
- Example#2526 - Procedural style
- Example#2527 - Object oriented style
- Example#2528 - Procedural style
- Example#2529 - Object oriented style
- Example#2530 - Procedural style
- Example#2531 - CairoContext::__construct example
- Example#2532 - Object oriented style
- Example#2533 - Procedural style
- Example#2534 - Object oriented style
- Example#2535 - Procedural style
- Example#2536 - Object oriented style
- Example#2537 - Procedural style
- Example#2538 - Object oriented style
- Example#2539 - Procedural style
- Example#2540 - Object oriented style
- Example#2541 - Procedural style
- Example#2542 - Object oriented style
- Example#2543 - Procedural style
- Example#2544 - Object oriented style
- Example#2545 - Procedural style
- Example#2546 - Object oriented style
- Example#2547 - Procedural style
- Example#2548 - Object oriented style
- Example#2549 - Procedural style
- Example#2550 - Object oriented style
- Example#2551 - Procedural style
- Example#2552 - Object oriented style
- Example#2553 - Procedural style
- Example#2554 - Object oriented style
- Example#2555 - Procedural style
- Example#2556 - Object oriented style
- Example#2557 - Procedural style
- Example#2558 - Object oriented style
- Example#2559 - Procedural style
- Example#2560 - Object oriented style
- Example#2561 - Procedural style
- Example#2562 - Object oriented style
- Example#2563 - Procedural style
- Example#2564 - Object oriented style
- Example#2565 - Procedural style
- Example#2566 - Object oriented style
- Example#2567 - Procedural style
- Example#2568 - Object oriented style
- Example#2569 - Procedural style
- Example#2570 - Object oriented style
- Example#2571 - Procedural style
- Example#2572 - Object oriented style
- Example#2573 - Procedural style
- Example#2574 - Object oriented style
- Example#2575 - Procedural style
- Example#2576 - Object oriented style
- Example#2577 - Procedural style
- Example#2578 - Object oriented style
- Example#2579 - Procedural style
- Example#2580 - Object oriented style
- Example#2581 - Procedural style
- Example#2582 - Object oriented style
- Example#2583 - Procedural style
- Example#2584 - Object oriented style
- Example#2585 - Procedural style
- Example#2586 - Object oriented style
- Example#2587 - Procedural style
- Example#2588 - Object oriented style
- Example#2589 - Procedural style
- Example#2590 - Object oriented style
- Example#2591 - Procedural style
- Example#2592 - Object oriented style
- Example#2593 - Procedural style
- Example#2594 - Object oriented style
- Example#2595 - Procedural style
- Example#2596 - Object oriented style
- Example#2597 - Procedural style
- Example#2598 - Object oriented style
- Example#2599 - Procedural style
- Example#2600 - Object oriented style
- Example#2601 - Procedural style
- Example#2602 - Object oriented style
- Example#2603 - Procedural style
- Example#2604 - Object oriented style
- Example#2605 - Procedural style
- Example#2606 - Object oriented style
- Example#2607 - Procedural style
- Example#2608 - Object oriented style
- Example#2609 - Procedural style
- Example#2610 - Object oriented style
- Example#2611 - Procedural style
- Example#2612 - Object oriented style
- Example#2613 - Procedural style
- Example#2614 - Object oriented style
- Example#2615 - Procedural style
- Example#2616 - Object oriented style
- Example#2617 - Procedural style
- Example#2618 - Object oriented style
- Example#2619 - Procedural style
- Example#2620 - Object oriented style
- Example#2621 - Procedural style
- Example#2622 - Object oriented style
- Example#2623 - Procedural style
- Example#2624 - Object oriented style
- Example#2625 - Procedural style
- Example#2626 - Object oriented style
- Example#2627 - Procedural style
- Example#2628 - Object oriented style
- Example#2629 - Procedural style
- Example#2630 - Object oriented style
- Example#2631 - Procedural style
- Example#2632 - Object oriented style
- Example#2633 - Procedural style
- Example#2634 - Object oriented style
- Example#2635 - Procedural style
- Example#2636 - Object oriented style
- Example#2637 - Procedural style
- Example#2638 - Object oriented style
- Example#2639 - Procedural style
- Example#2640 - Object oriented style
- Example#2641 - Procedural style
- Example#2642 - Object oriented style
- Example#2643 - Procedural style
- Example#2644 - Object oriented style
- Example#2645 - Procedural style
- Example#2646 - Object oriented style
- Example#2647 - Procedural style
- Example#2648 - Object oriented style
- Example#2649 - Procedural style
- Example#2650 - Object oriented style
- Example#2651 - Procedural style
- Example#2652 - Object oriented style
- Example#2653 - Procedural style
- Example#2654 - Object oriented style
- Example#2655 - Procedural style
- Example#2656 - Object oriented style
- Example#2657 - Procedural style
- Example#2658 - Object oriented style
- Example#2659 - Procedural style
- Example#2660 - Object oriented style
- Example#2661 - Procedural style
- Example#2662 - Object oriented style
- Example#2663 - Procedural style
- Example#2664 - Object oriented style
- Example#2665 - Procedural style
- Example#2666 - Object oriented style
- Example#2667 - Procedural style
- Example#2668 - Object oriented style
- Example#2669 - Procedural style
- Example#2670 - Object oriented style
- Example#2671 - Procedural style
- Example#2672 - Object oriented style
- Example#2673 - Procedural style
- Example#2674 - Object oriented style
- Example#2675 - Procedural style
- Example#2676 - Object oriented style
- Example#2677 - Procedural style
- Example#2678 - Object oriented style
- Example#2679 - Procedural style
- Example#2680 - Object oriented style
- Example#2681 - Procedural style
- Example#2682 - Object oriented style
- Example#2683 - Procedural style
- Example#2684 - Object oriented style
- Example#2685 - Procedural style
- Example#2686 - Object oriented style
- Example#2687 - Procedural style
- Example#2688 - Object oriented style
- Example#2689 - Procedural style
- Example#2690 - Object oriented style
- Example#2691 - Procedural style
- Example#2692 - Object oriented style
- Example#2693 - Procedural style
- Example#2694 - Object oriented style
- Example#2695 - Procedural style
- Example#2696 - Object oriented style
- Example#2697 - Procedural style
- Example#2698 - Object oriented style
- Example#2699 - Procedural style
- Example#2700 - Object oriented style
- Example#2701 - Procedural style
- Example#2702 - Object oriented style
- Example#2703 - Procedural style
- Example#2704 - Object oriented style
- Example#2705 - Procedural style
- Example#2706 - CairoSurface::createSimilar example
- Example#2707 - CairoSurface::finish example
- Example#2708 - CairoSurface::flush example
- Example#2709 - CairoSurface::getContent example
- Example#2710 - CairoSurface::getDeviceOffset example
- Example#2711 - Object oriented style
- Example#2712 - Procedural style
- Example#2713 - CairoSurface::getType example
- Example#2714 - CairoSurface::markDirty example
- Example#2715 - CairoSurface::markDirtyRectangle example
- Example#2716 - CairoSurface::setDeviceOffset example
- Example#2717 - CairoSurface::setFallbackResolution example
- Example#2718 - Object oriented style
- Example#2719 - Procedural style
- Example#2720 - Object oriented style
- Example#2721 - Procedural style
- Example#2722 - CairoSurface::writeToPng example
- Example#2723 - CairoSvgSurface::__construct example
- Example#2724 - CairoSvgSurface::getVersions example
- Example#2725 - Procedural style
- Example#2726 - CairoSvgSurface::restrictToVersion example
- Example#2727 - CairoSvgSurface::versionToString example
- Example#2728 - CairoImageSurface::__construct example
- Example#2729 - CairoImageSurface::createForData example
- Example#2730 - CairoImageSurface::createFromPng example
- Example#2731 - CairoImageSurface::getData example
- Example#2732 - CairoImageSurface::getFormat example
- Example#2733 - CairoImageSurface::getHeight example
- Example#2734 - CairoImageSurface::getStride example
- Example#2735 - CairoImageSurface::getWidth example
- Example#2736 - CairoPdfSurface::__construct example
- Example#2737 - CairoPdfSurface::setSize example
- Example#2738 - CairoPsSurface::__construct example
- Example#2739 - CairoPsSurface::dscBeginPageSetup example
- Example#2740 - CairoPsSurface::dscBeginSetup example
- Example#2741 - CairoPsSurface::dscComment example
- Example#2742 - CairoPsSurface::getEps example
- Example#2743 - CairoPsSurface::getLevels example
- Example#2744 - CairoPsSurface::levelToString example
- Example#2745 - CairoPsSurface::restrictToLevel example
- Example#2746 - CairoPsSurface::setEps example
- Example#2747 - CairoPsSurface::setSize example
- Example#2748 - CairoFontFace::__construct example
- Example#2749 - CairoFontFace::getType example
- Example#2750 - Object oriented style
- Example#2751 - Procedural style
- Example#2752 - CairoFontOptions::__construct example
- Example#2753 - CairoFontOptions::equal example
- Example#2754 - Object oriented style
- Example#2755 - Procedural style
- Example#2756 - CairoFontOptions::getHintMetrics example
- Example#2757 - CairoFontOptions::getHintStyle example
- Example#2758 - CairoFontOptions::getSubpixelOrder example
- Example#2759 - CairoFontOptions::hash example
- Example#2760 - CairoFontOptions::merge example
- Example#2761 - Object oriented style
- Example#2762 - Procedural style
- Example#2763 - CairoFontOptions::setHintMetrics example
- Example#2764 - CairoFontOptions::setHintStyle example
- Example#2765 - CairoFontOptions::setSubpixelOrder example
- Example#2766 - Object oriented style
- Example#2767 - Procedural style
- Example#2768 - CairoScaledFont::__construct example
- Example#2769 - CairoScaledFont::extents example
- Example#2770 - CairoScaledFont::getCtm example
- Example#2771 - Object oriented style
- Example#2772 - Procedural style
- Example#2773 - Object oriented style
- Example#2774 - Procedural style
- Example#2775 - Object oriented style
- Example#2776 - Procedural style
- Example#2777 - CairoScaledFont::getScaleMatrix example
- Example#2778 - CairoScaledFont::getType example
- Example#2779 - CairoScaledFont::glyphExtents example
- Example#2780 - Object oriented style
- Example#2781 - Procedural style
- Example#2782 - Object oriented style
- Example#2783 - Procedural style
- Example#2784 - CairoPattern::__construct example
- Example#2785 - Object oriented style
- Example#2786 - Procedural style
- Example#2787 - CairoPattern::getType example
- Example#2788 - Object oriented style
- Example#2789 - Procedural style
- Example#2790 - Object oriented style
- Example#2791 - Procedural style
- Example#2792 - CairoGradientPattern::addColorStopRgb example
- Example#2793 - CairoGradientPattern::addColorStopRgba example
- Example#2794 - CairoGradientPattern::getColorStopCount example
- Example#2795 - CairoGradientPattern::getColorStopRgba example
- Example#2796 - CairoGradientPattern::getExtend example
- Example#2797 - CairoGradientPattern::setExtend example
- Example#2798 - CairoSolidPattern::__construct example
- Example#2799 - CairoSolidPattern::getRgba example
- Example#2800 - CairoSurfacePattern::__construct example
- Example#2801 - CairoSurfacePattern::getExtend example
- Example#2802 - CairoSurfacePattern::getFilter example
- Example#2803 - CairoSurfacePattern::getSurface example
- Example#2804 - CairoSurfacePattern::setExtend example
- Example#2805 - CairoSurfacePattern::setFilter example
- Example#2806 - CairoLinearGradient::__construct example
- Example#2807 - CairoLinearGradient::getPoints example
- Example#2808 - CairoRadialGradient::__construct example
- Example#2809 - CairoRadialGradient::getCircles example
- Example#2810 - CairoFormat::strideForWidth example
- Example#2811 - Object oriented style
- Example#2812 - Procedural style
- Example#2813 - Object oriented style
- Example#2814 - Procedural style
- Example#2815 - Object oriented style
- Example#2816 - Procedural style
- Example#2817 - Object oriented style
- Example#2818 - Procedural style
- Example#2819 - Object oriented style
- Example#2820 - Procedural style
- Example#2821 - CairoMatrix::invert example
- Example#2822 - CairoMatrix::multiply example
- Example#2823 - Object oriented style
- Example#2824 - Procedural style
- Example#2825 - Object oriented style
- Example#2826 - Procedural style
- Example#2827 - CairoMatrix::transformDistance example
- Example#2828 - CairoMatrix::transformPoint example
- Example#2829 - Object oriented style
- Example#2830 - Procedural style
- Example#2831 - exif_imagetype example
- Example#2832 - exif_read_data example
- Example#2833 - exif_tagname example
- Example#2834 - exif_thumbnail example
- Example#2835 - PNG creation with PHP
- Example#2836 - Adding watermarks to images using alpha channels
- Example#2837 - Using imagecopymerge to create a translucent watermark
- Example#2838 - Using gd_info
- Example#2839 - getimagesize and MIME types
- Example#2840 - getimagesize example
- Example#2841 - getimagesize (URL)
- Example#2842 - getimagesize() returning IPTC
- Example#2843 - image_type_to_extension example
- Example#2844 - image_type_to_mime_type example
- Example#2845 - image2wbmp example
- Example#2846 - imagealphablending usage example
- Example#2847 - A comparison of two lines, one with anti-aliasing switched on
- Example#2848 - Drawing a circle with imagearc
- Example#2849 - imagechar example
- Example#2850 - imagecharup example
- Example#2851 - imagecolorallocate example
- Example#2852 - Example of using imagecolorallocatealpha
- Example#2853 - Access distinct RGB values
- Example#2854 - Human-readable RGB values using imagecolorsforindex
- Example#2855 - Search for a set of colors in an image
- Example#2856 - Search for a set of colors in an image
- Example#2857 - Example of using imagecolorclosesthwb
- Example#2858 - Using imagecolordeallocate
- Example#2859 - Get colors from the GD logo
- Example#2860 - Get colors from the GD logo
- Example#2861 - imagecolormatch example
- Example#2862 - Using imagecoloresolve to get colors from an image
- Example#2863 - Using imagecoloresolvealpha to get colors from an image
- Example#2864 - imagecolorset example
- Example#2865 - imagecolorsforindex example
- Example#2866 - Getting total number of colors in an image using imagecolorstotal
- Example#2867 - imagecolortransparent example
- Example#2868 - Embossing the PHP.net logo
- Example#2869 - Gaussian blur
- Example#2870 - Cropping the PHP.net logo
- Example#2871 - Merging two copies of the PHP.net logo with 75% transparency
- Example#2872 - imagecopymergegray usage
- Example#2873 - Simple example
- Example#2874 - Resampling an image proportionally
- Example#2875 - Resizing an image
- Example#2876 - Creating a new GD image stream and outputting an image.
- Example#2877 - imagecreatefromgd2 example
- Example#2878 - imagecreatefromgd2part example
- Example#2879 - imagecreatefromgd example
- Example#2880 - Example to handle an error during loading of a GIF
- Example#2881 - Example to handle an error during loading of a JPEG
- Example#2882 - Example to handle an error during loading of a PNG
- Example#2883 - imagecreatefromstring example
- Example#2884 - Example to handle an error during loading of a WBMP
- Example#2885 - Convert an XBM image to a png image using imagecreatefromxbm
- Example#2886 - Creating an image instance using imagecreatefromxpm
- Example#2887 - Creating a new GD image stream and outputting an image.
- Example#2888 - imagedashedline example
- Example#2889 - Alternative to imagedashedline
- Example#2890 - Using imagedestroy example
- Example#2891 - imageellipse example
- Example#2892 - imagefill example
- Example#2893 - Creating a 3D looking pie
- Example#2894 - imagefilledellipse example
- Example#2895 - imagefilledpolygon example
- Example#2896 - imagefilledrectangle usage
- Example#2897 - Filling an ellipse with a color
- Example#2898 - imagefilter grayscale example
- Example#2899 - imagefilter brightness example
- Example#2900 - imagefilter colorize example
- Example#2901 - imagefilter negate example
- Example#2902 - imagefilter pixelate example
- Example#2903 - Using imagefontheight on built-in fonts
- Example#2904 - Using imagefontheight together with imageloadfont
- Example#2905 - Using imagefontwidth on built-in fonts
- Example#2906 - Using imagefontwidth together with imageloadfont
- Example#2907 - imageftbbox example
- Example#2908 - imagefttext example
- Example#2909 - imagegammacorrect usage
- Example#2910 - Outputting a GD2 image
- Example#2911 - Saving a GD2 image
- Example#2912 - Outputting a GD image
- Example#2913 - Saving a GD image
- Example#2914 - Outputting an image using imagegif
- Example#2915 - Converting a PNG image to GIF using imagegif
- Example#2916 - imagegrabscreen example
- Example#2917 - imagegrabwindow example
- Example#2918 - Turn on interlacing using imageinterlace
- Example#2919 - Simple detection of true color image instances using imageistruecolor
- Example#2920 - Outputting a JPEG image
- Example#2921 - Saving a JPEG image
- Example#2922 - Outputting the image at 75% quality
- Example#2923 - imagelayereffect example
- Example#2924 - Drawing a thick line
- Example#2925 - imageloadfont usage example
- Example#2926 - imagepalettecopy example
- Example#2927 - imagepolygon example
- Example#2928 - imagepsbbox usage
- Example#2929 - imagepsencodefont example
- Example#2930 - imagepsextendfont example
- Example#2931 - imagepsfreefont example
- Example#2932 - imagepsloadfont example
- Example#2933 - imagepsslantfont example
- Example#2934 - imagepstext usage
- Example#2935 - Simple imagerectangle example
- Example#2936 - Rotate an image 180 degrees
- Example#2937 - imagesavealpha example
- Example#2938 - imagesetbrush example
- Example#2939 - imagesetpixel example
- Example#2940 - imagesetstyle example
- Example#2941 - imagesetthickness example
- Example#2942 - imagesettile example
- Example#2943 - imagestring example
- Example#2944 - imagestringup example
- Example#2945 - Using imagesx
- Example#2946 - Using imagesy
- Example#2947 - Converting a true color image to a palette-based image
- Example#2948 - imagettfbbox example
- Example#2949 - imagettftext example
- Example#2950 - Checking for PNG support
- Example#2951 - Outputting a WBMP image
- Example#2952 - Saving the WBMP image
- Example#2953 - Outputting the image with a different foreground
- Example#2954 - Saving an XBM file
- Example#2955 - Saving an XBM file with a different foreground color
- Example#2956 - Embedding IPTC data into a JPEG
- Example#2957 - iptcparse() used together with getimagesize
- Example#2958 - jpeg2wbmp example
- Example#2959 - png2wbmp example
- Example#2960 - Gmagick Example
- Example#2961 - Gmagick::despeckleimage example
- Example#2962 - Creating a thumbnail in Imagick
- Example#2963 - Make a thumbnail of all JPG files in a directory
- Example#2964 - Creating a reflection of an image
- Example#2965 - Filling text with gradient
- Example#2966 - Read in GIF image and resize all frames
- Example#2967 - Using Imagick::adaptiveBlurImage:
- Example#2968 - Using Imagick::adaptiveResizeImage
- Example#2969 - A Imagick::adaptiveSharpenImage example
- Example#2970 - Using Imagick::annotateImage:
- Example#2971 - Imagick::appendImages example
- Example#2972 - Using Imagick::blurImage:
- Example#2973 - Using Imagick::chopImage:
- Example#2974 - Using Imagick::clutImage:
- Example#2975 - Using Imagick::commentImage:
- Example#2976 - Using Imagick::compareImageLayers
- Example#2977 - Using Imagick::compareImages:
- Example#2978 - Using Imagick::distortImage:
- Example#2979 - Using Imagick::evaluateImage
- Example#2980 - Using Imagick::exportImagePixels
- Example#2981 - Imagick::floodfillPaintImage example
- Example#2982 - Using Imagick::getImageLength:
- Example#2983 - Using Imagick::getImageProperties:
- Example#2984 - Using Imagick::getImageProperty:
- Example#2985 - Using Imagick::getIteratorIndex:
- Example#2986 - Imagick::importImagePixels example
- Example#2987 - Using Imagick::newImage:
- Example#2988 - Using Imagick::optimizeImageLayers
- Example#2989 - Using Imagick::pingImageBlob
- Example#2990 - Using Imagick::pingImageFile
- Example#2991 - A Imagick::polaroidImage example
- Example#2992 - Using Imagick::queryFontMetrics:
- Example#2993 - Using Imagick::roundCorners:
- Example#2994 - A Imagick::setFont example
- Example#2995 - A Imagick::setImage example
- Example#2996 - A Imagick::setImageOpacity example
- Example#2997 - Using Imagick::setImageProperty:
- Example#2998 - Using Imagick::setIteratorIndex:
- Example#2999 - A Imagick::setPointSize example
- Example#3000 - Using Imagick::transformImage:
- Example#3001 - Using Imagick::trimImage:
- Example#3002 - imap_append example
- Example#3003 - imap_check example
- Example#3004 - imap_createmailbox example
- Example#3005 - imap_delete example
- Example#3006 - imap_fetch_overview example
- Example#3007 - imap_gc example
- Example#3008 - imap_get_quota example
- Example#3009 - imap_get_quota 4.3 or greater example
- Example#3010 - imap_get_quotaroot example
- Example#3011 - imap_getacl example
- Example#3012 - imap_getmailboxes example
- Example#3013 - imap_list example
- Example#3014 - imap_mail_compose example
- Example#3015 - imap_mailboxmsginfo example
- Example#3016 - imap_mime_header_decode example
- Example#3017 - Different use of imap_open
- Example#3018 - imap_open example
- Example#3019 - imap_ping Example
- Example#3020 - imap_reopen example
- Example#3021 - imap_rfc822_parse_adrlist example
- Example#3022 - imap_rfc822_write_address example
- Example#3023 - imap_search example
- Example#3024 - imap_set_quota example
- Example#3025 - imap_setflag_full example
- Example#3026 - imap_status example
- Example#3027 - imap_thread Example
- Example#3028 - imap_timeout example
- Example#3029 - 해시를 계산하고 사용자를 추가합니다.
- Example#3030 - 메일 보내기.
- Example#3031 - 추가 헤더와 함께 메일 보내기
- Example#3032 - 추가적인 명령줄 인수와 함께 메일 전송하기.
- Example#3033 - HTML 이메일 보내기
- Example#3034 - mailparse_determine_best_xfer_encoding example
- Example#3035 - mailparse_rfc822_parse_addresses example
- Example#3036 - mailparse_stream_encode example
- Example#3037 - mailparse_uudecode_all example
- Example#3038 - bcadd 예제
- Example#3039 - bccomp 예제
- Example#3040 - bcdiv 예제
- Example#3041 - bcmod 예제
- Example#3042 - bcmul 예제
- Example#3043 - bcpow 예제
- Example#3044 - bcscale 예제
- Example#3045 - bcsqrt 예제
- Example#3046 - bcsub 예제
- Example#3047 - Factorial function using GMP
- Example#3048 - gmp_abs example
- Example#3049 - gmp_add example
- Example#3050 - gmp_and example
- Example#3051 - gmp_clrbit example
- Example#3052 - gmp_cmp example
- Example#3053 - gmp_com example
- Example#3054 - gmp_div_q example
- Example#3055 - Division of GMP numbers
- Example#3056 - gmp_div_r example
- Example#3057 - gmp_divexact example
- Example#3058 - gmp_fact example
- Example#3059 - gmp_gcd example
- Example#3060 - Solving a linear Diophantine equation
- Example#3061 - gmp_hamdist example
- Example#3062 - Creating GMP number
- Example#3063 - gmp_intval example
- Example#3064 - gmp_invert example
- Example#3065 - gmp_jacobi example
- Example#3066 - gmp_legendre example
- Example#3067 - gmp_mod example
- Example#3068 - gmp_mul example
- Example#3069 - gmp_neg example
- Example#3070 - gmp_nextprime example
- Example#3071 - gmp_or example
- Example#3072 - gmp_perfect_square example
- Example#3073 - gmp_popcount example
- Example#3074 - gmp_pow example
- Example#3075 - gmp_powm example
- Example#3076 - gmp_prob_prime example
- Example#3077 - gmp_random example
- Example#3078 - gmp_scan0 example
- Example#3079 - gmp_scan1 example
- Example#3080 - gmp_setbit example
- Example#3081 - gmp_sign example
- Example#3082 - gmp_sqrt example
- Example#3083 - gmp_sqrtrem example
- Example#3084 - Converting a GMP number to a string
- Example#3085 - gmp_sub example
- Example#3086 - gmp_testbit example
- Example#3087 - gmp_xor example
- Example#3088 - abs 예제
- Example#3089 - base_convert 예제
- Example#3090 - bindec 예제
- Example#3091 - ceil 예제
- Example#3092 - cos 예제
- Example#3093 - decbin 예제
- Example#3094 - dechex 예제
- Example#3095 - decoct 예제
- Example#3096 - deg2rad 예제
- Example#3097 - exp 예제
- Example#3098 - floor 예제
- Example#3099 - fmod 사용하기
- Example#3100 - hexdec 예제
- Example#3101 - is_nan 예제
- Example#3102 - max의 사용 예제
- Example#3103 - min의 사용 예제
- Example#3104 - mt_rand 예제
- Example#3105 - mt_srand 예제
- Example#3106 - octdec 예제
- Example#3107 - pi 예제
- Example#3108 - pow의 몇몇 예제
- Example#3109 - rad2deg 예제
- Example#3110 - rand 예제
- Example#3111 - round 예제
- Example#3112 - sin 예제
- Example#3113 - sqrt 예제
- Example#3114 - srand 예제
- Example#3115 - tan 예제
- Example#3116 - Evaluating a FDF document
- Example#3117 - Adding JavaScript code to a FDF
- Example#3118 - Populating a PDF document
- Example#3119 - Storing an uploaded file
- Example#3120 - Detecting all fieldnames in a FDF
- Example#3121 - Accessing the form data
- Example#3122 - Accessing the form data
- Example#3123 - Retrieving FDF as a string
- Example#3124 - Passing FDF data to a second form
- Example#3125 - gnupg clearsign example (procedural)
- Example#3126 - gnupg clearsign example (OO)
- Example#3127 - keylistiterator
- Example#3128 - Procedural gnupg_adddecryptkey example
- Example#3129 - OO gnupg_adddecryptkey example
- Example#3130 - Procedural gnupg_addencryptkey example
- Example#3131 - OO gnupg_addencryptkey example
- Example#3132 - Procedural gnupg_addsignkey example
- Example#3133 - OO gnupg_addsignkey example
- Example#3134 - Procedural gnupg_cleardecryptkeys example
- Example#3135 - OO gnupg_cleardecryptkeys example
- Example#3136 - Procedural gnupg_clearencryptkeys example
- Example#3137 - OO gnupg_clearencryptkeys example
- Example#3138 - Procedural gnupg_clearsignkeys example
- Example#3139 - OO gnupg_clearsignkeys example
- Example#3140 - Procedural gnupg_decrypt example
- Example#3141 - OO gnupg_encrypt example
- Example#3142 - Procedural gnupg_decryptverify example
- Example#3143 - OO gnupg_decryptverify example
- Example#3144 - Procedural gnupg_encrypt example
- Example#3145 - OO gnupg_encrypt example
- Example#3146 - Procedural gnupg_encryptsign example
- Example#3147 - OO gnupg_encryptsign example
- Example#3148 - Procedural gnupg_export example
- Example#3149 - OO gnupg_export example
- Example#3150 - Procedural gnupg_geterror example
- Example#3151 - OO gnupg_geterror example
- Example#3152 - Procedural gnupg_getprotocol example
- Example#3153 - OO gnupg_getprotocol example
- Example#3154 - Procedural gnupg_import example
- Example#3155 - OO gnupg_import example
- Example#3156 - Procedural gnupg_init example
- Example#3157 - OO gnupg initializer example
- Example#3158 - Procedural gnupg_keyinfo example
- Example#3159 - OO gnupg_keyinfo example
- Example#3160 - Procedural gnupg_setarmor example
- Example#3161 - OO gnupg_setarmor example
- Example#3162 - Procedural gnupg_seterrormode example
- Example#3163 - OO gnupg_seterrormode example
- Example#3164 - Procedural gnupg_setsignmode example
- Example#3165 - OO gnupg_setsignmode example
- Example#3166 - Procedural gnupg_sign example
- Example#3167 - OO gnupg_sign example
- Example#3168 - Procedural gnupg_verify example
- Example#3169 - OO gnupg_verify example
- Example#3170 - Fancy "Hello world"
- Example#3171 - swfaction example
- Example#3172 - swfaction example
- Example#3173 - swfaction example
- Example#3174 - swfsprite example
- Example#3175 - ming_useswfversion example
- Example#3176 - Importing a DBL file
- Example#3177 - Using an alpha mask
- Example#3178 - Usual interactions with buttons
- Example#3179 - Drag example
- Example#3180 - swfdisplayitem->multcolor example
- Example#3181 - swfdisplayitem->rotateto example
- Example#3182 - swfdisplayitem->setname example
- Example#3183 - swfgradient example
- Example#3184 - swfmorph example
- Example#3185 - Displaying your $movie in a browser
- Example#3186 - Streaming example
- Example#3187 - SWFShape->addFill example
- Example#3188 - swfshape example
- Example#3189 - swfshape->setline example
- Example#3190 - swftext example
- Example#3191 - Hello World example from PDFlib distribution for PHP 4
- Example#3192 - Hello World example from PDFlib distribution for PHP 5
- Example#3193 - Creating and using a pattern
- Example#3194 - Creating and using a template
- Example#3195 - Hyphennate a text
- Example#3196 - Drawing a rectangle
- Example#3197 - Creating and using a spot color
- Example#3198 - Rotation of the coordinate system
- Example#3199 - Placing text at a given position
- Example#3200 - Drawing a dashed line
- Example#3201 - Translation of the coordinate system
- Example#3202 - Basic RPMReader Example
- Example#3203 - rpm_close example
- Example#3204 - rpm_get_tag example
- Example#3205 - rpm_is_valid example
- Example#3206 - rpm_open example
- Example#3207 - rpm_version example
- Example#3208 - SWF example
- Example#3209 - swf_addbuttonrecord example
- Example#3210 - Creating a simple flash file based on user input and outputting it and saving it in a database
- Example#3211 - Horizontal text example
- Example#3212 - A simple 3D-rotation around a text
- Example#3213 - Incorrect requests
- Example#3214 - Calling request from a request callback
- Example#3215 - Calling request from a request callback
- Example#3216 - Using eio with libevent
- Example#3217 - Cancelling a request
- Example#3218 - Calling eio_chmod
- Example#3219 - Making a custom request
- Example#3220 - Grouping requests
- Example#3221 - Using eio with libevent
- Example#3222 - eio_cancel example
- Example#3223 - eio_custom example
- Example#3224 - eio_event_loop example
- Example#3225 - eio_lstat example
- Example#3226 - Using eio with libevent
- Example#3227 - Grouping requests
- Example#3228 - eio_grp example
- Example#3229 - eio_link example
- Example#3230 - eio_lstat example
- Example#3231 - eio_mkdir example
- Example#3232 - eio_mknod example
- Example#3233 - eio_nreqs example
- Example#3234 - eio_open example
- Example#3235 - eio_poll example
- Example#3236 - eio_read example
- Example#3237 - eio_readdir example
- Example#3238 - eio_readlink example
- Example#3239 - eio_realpath example
- Example#3240 - eio_rename example
- Example#3241 - eio_rmdir example
- Example#3242 - eio_stat example
- Example#3243 - eio_statvfs example
- Example#3244 - eio_symlink example
- Example#3245 - Expect Usage Example
- Example#3246 - Another Expect Usage Example
- Example#3247 - expect_expectl example
- Example#3248 - expect_popen example
- Example#3249 - polling STDIN using basic API
- Example#3250 - polling STDIN using buffered event API
- Example#3251 - Process Control Example
- Example#3252 - pcntl_fork example
- Example#3253 - pcntl_signal_dispatch example
- Example#3254 - pcntl_signal example
- Example#3255 - pcntl_sigprocmask example
- Example#3256 - pcntl_sigwaitinfo example
- Example#3257 - posix_access example
- Example#3258 - posix_ctermid example
- Example#3259 - posix_get_last_error example
- Example#3260 - posix_getcwd example
- Example#3261 - posix_getegid example
- Example#3262 - posix_geteuid example
- Example#3263 - posix_getgid example
- Example#3264 - Example use of posix_getgrgid
- Example#3265 - Example use of posix_getgrnam
- Example#3266 - Example use of posix_getgroups
- Example#3267 - Example use of posix_getlogin
- Example#3268 - Example use of posix_getpgid
- Example#3269 - Example use of posix_getpid
- Example#3270 - Example use of posix_getppid
- Example#3271 - Example use of posix_getpwnam
- Example#3272 - Example use of posix_getpwuid
- Example#3273 - Example use of posix_getrlimit
- Example#3274 - Example use of posix_getsid
- Example#3275 - Example use of posix_getuid
- Example#3276 - A posix_mknod example
- Example#3277 - posix_setegid example
- Example#3278 - posix_setgid example
- Example#3279 - posix_setuid example
- Example#3280 - posix_strerror example
- Example#3281 - Example use of posix_times
- Example#3282 - Example use of posix_uname
- Example#3283 - escapeshellarg example
- Example#3284 - escapeshellcmd example
- Example#3285 - An exec example
- Example#3286 - A proc_open example
- Example#3287 - A shell_exec example
- Example#3288 - system example
- Example#3289 -
- Example#3290 - Shared Memory Operations Overview
- Example#3291 - Closing shared memory block
- Example#3292 - Deleting shared memory block
- Example#3293 - Create a new shared memory block
- Example#3294 - Reading shared memory block
- Example#3295 - Getting the size of the shared memory block
- Example#3296 - Writing to shared memory block
- Example#3297 - A geoip_continent_code_by_name example
- Example#3298 - A geoip_country_code_by_name example
- Example#3299 - A geoip_country_code3_by_name example
- Example#3300 - A geoip_country_name_by_name example
- Example#3301 - A geoip_region_by_name example
- Example#3302 - A geoip_db_avail example
- Example#3303 - A geoip_db_filename example
- Example#3304 - A geoip_db_get_all_info example
- Example#3305 - A geoip_db_get_all_info example
- Example#3306 - A geoip_id_by_name example
- Example#3307 - A geoip_isp_by_name example
- Example#3308 - A geoip_org_by_name example
- Example#3309 - A geoip_record_by_name example
- Example#3310 - A geoip_region_by_name example
- Example#3311 - A geoip_region_name_by_code example using region code for US/Canada
- Example#3312 - A geoip_region_name_by_code example using FIPS codes
- Example#3313 - A geoip_time_zone_by_country_and_region example using region code for US/Canada
- Example#3314 - A geoip_time_zone_by_country_and_region example using FIPS codes
- Example#3315 - json_decode 예제
- Example#3316 - 또다른 예제
- Example#3317 - json_decode를 사용하는 일반적인 실수
- Example#3318 - json_encode 예제
- Example#3319 - json_last_error 예제
- Example#3320 - Judy array example
- Example#3321 - Lua::callexample
- Example#3322 - Lua::assignexample
- Example#3323 - Lua::callexample
- Example#3324 - Lua::evalexample
- Example#3325 - Lua::registerCallbackexample
- Example#3326 - LuaClosure::__invokeexample
- Example#3327 - constant example
- Example#3328 - Defining Constants
- Example#3329 - Checking Constants
- Example#3330 - eval example - simple text merge
- Example#3331 - exit example
- Example#3332 - exit status example
- Example#3333 - Shutdown functions and destructors run regardless
- Example#3334 - Listing all information about the users browser
- Example#3335 - A __halt_compiler example
- Example#3336 - highlight_string example
- Example#3337 - A ignore_user_abort example
- Example#3338 - pack example
- Example#3339 - php_strip_whitespace example
- Example#3340 - sleep example
- Example#3341 - A sys_getloadavg example
- Example#3342 - time_nanosleep example
- Example#3343 - A time_sleep_until example
- Example#3344 - uniqid Example
- Example#3345 - unpack example
- Example#3346 - unpack example with a repeater
- Example#3347 - unpack example with unnamed keys
- Example#3348 - usleep example
- Example#3349 - parsekit_compile_file example
- Example#3350 - parsekit_compile_string example
- Example#3351 - parsekit_func_arginfo example
- Example#3352 - SplDoublyLinkedList::__construct example
- Example#3353 - SplStack::__construct example
- Example#3354 - SplQueue::__construct example
- Example#3355 - Efficiently handling tasks with SplQueue
- Example#3356 - SplFixedArray usage example
- Example#3357 - SplFixedArray::__construct example
- Example#3358 - SplFixedArray::count example
- Example#3359 - SplFixedArray::fromArray example
- Example#3360 - SplFixedArray::getSize example
- Example#3361 - SplFixedArray::setSize example
- Example#3362 - SplFixedArray::toArray example
- Example#3363 - SplObjectStorage as a set
- Example#3364 - SplObjectStorage as a map
- Example#3365 - SplObjectStorage::addAll example
- Example#3366 - SplObjectStorage::attach example
- Example#3367 - SplObjectStorage::contains example
- Example#3368 - SplObjectStorage::count example
- Example#3369 - SplObjectStorage::current example
- Example#3370 - SplObjectStorage::detach example
- Example#3371 - SplObjectStorage::getHash example
- Example#3372 - SplObjectStorage::getInfo example
- Example#3373 - SplObjectStorage::key example
- Example#3374 - SplObjectStorage::next example
- Example#3375 - SplObjectStorage::offsetExists example
- Example#3376 - SplObjectStorage::offsetGet example
- Example#3377 - SplObjectStorage::offsetSet example
- Example#3378 - SplObjectStorage::offsetUnset example
- Example#3379 - SplObjectStorage::removeAll example
- Example#3380 - SplObjectStorage::removeAllExcept example
- Example#3381 - SplObjectStorage::rewind example
- Example#3382 - SplObjectStorage::serialize example
- Example#3383 - SplObjectStorage::setInfo example
- Example#3384 - SplObjectStorage::unserialize example
- Example#3385 - SplObjectStorage::valid example
- Example#3386 - Iterating AppendIterator with foreach
- Example#3387 - Iterating AppendIterator with the AppendIterator API
- Example#3388 - ArrayIterator::current example
- Example#3389 - ArrayIterator::key example
- Example#3390 - ArrayIterator::next example
- Example#3391 - ArrayIterator::rewind example
- Example#3392 - ArrayIterator::valid example
- Example#3393 - Available callback arguments
- Example#3394 - Callback basic examples
- Example#3395 - A DirectoryIterator::__construct example
- Example#3396 - A DirectoryIterator::current example
- Example#3397 - A DirectoryIterator::getATime example
- Example#3398 - A DirectoryIterator::getBasename example
- Example#3399 - DirectoryIterator::getCTime example
- Example#3400 - A DirectoryIterator::getFilename example
- Example#3401 - DirectoryIterator::getGroup example
- Example#3402 - DirectoryIterator::getInode example
- Example#3403 - A DirectoryIterator::getMTime example
- Example#3404 - DirectoryIterator::getOwner example
- Example#3405 - DirectoryIterator::getPath example
- Example#3406 - DirectoryIterator::getPathname example
- Example#3407 - DirectoryIterator::getPerms example
- Example#3408 - DirectoryIterator::getSize example
- Example#3409 - DirectoryIterator::getType example
- Example#3410 - DirectoryIterator::isDir example
- Example#3411 - A DirectoryIterator::isDot example
- Example#3412 - DirectoryIterator::isExecutable example
- Example#3413 - DirectoryIterator::isFile example
- Example#3414 - A DirectoryIterator::isLink example
- Example#3415 - DirectoryIterator::isReadable example
- Example#3416 - DirectoryIterator::isWritable example
- Example#3417 - A DirectoryIterator::key example
- Example#3418 - DirectoryIterator::next example
- Example#3419 - DirectoryIterator::rewind example
- Example#3420 - DirectoryIterator::seek example
- Example#3421 - A DirectoryIterator::__toString example
- Example#3422 - A DirectoryIterator::valid example
- Example#3423 - FilesystemIterator::__construct example
- Example#3424 - FilesystemIterator::current example
- Example#3425 - FilesystemIterator::key example
- Example#3426 - FilesystemIterator::next example
- Example#3427 - FilesystemIterator::rewind example
- Example#3428 - FilesystemIterator::key example
- Example#3429 - FilterIterator::accept example
- Example#3430 - GlobIterator example
- Example#3431 - GlobIterator::count example
- Example#3432 - InfiniteIterator::__construct example
- Example#3433 - LimitIterator usage example
- Example#3434 - LimitIterator::__construct example
- Example#3435 - LimitIterator::getPosition example
- Example#3436 - Iterating a MultipleIterator
- Example#3437 - NoRewindIterator::__construct example
- Example#3438 - NoRewindIterator::rewind example
- Example#3439 - RecursiveArrayIterator::getChildren example
- Example#3440 - RecursiveArrayIterator::hasChildren example
- Example#3441 - Available callback arguments
- Example#3442 - Recursive callback basic example
- Example#3443 - RecursiveCallbackFilterIterator::hasChildren basic usage
- Example#3444 - RecursiveDirectoryIterator example
- Example#3445 - Basic RecursiveFilterIterator example
- Example#3446 - RecursiveFilterIterator example
- Example#3447 - RecursiveRegexIterator::__construct example
- Example#3448 - RecursiveRegexIterator::getChildren example
- Example#3449 - RecursiveRegexIterator::hasChildren example
- Example#3450 - RegexIterator::accept example
- Example#3451 - RegexIterator::__construct example
- Example#3452 - RegexIterator::getFlags example
- Example#3453 - RegexIterator::getMode example
- Example#3454 - RegexIterator::getPregFlags example
- Example#3455 - RegexIterator::setFlags example
- Example#3456 - RegexIterator::setMode example
- Example#3457 - RegexIterator::setPregFlags example
- Example#3458 - Return the current element
- Example#3459 - Return the sub-elements of the current element
- Example#3460 - Check whether the current element has sub-elements
- Example#3461 - Get the current XML tag key
- Example#3462 - Move to the next element
- Example#3463 - Rewind to the first element
- Example#3464 - Check whether the current element is valid
- Example#3465 - Countable::count example
- Example#3466 - Basic usage
- Example#3467 - SeekableIterator::seek example
- Example#3468 - class_implements example
- Example#3469 - class_parents example
- Example#3470 - class_implements example
- Example#3471 - iterator_apply example
- Example#3472 - iterator_count example
- Example#3473 - iterator_to_array example
- Example#3474 - spl_autoload_register example
- Example#3475 - spl_classes example
- Example#3476 - A spl_object_hash example
- Example#3477 - SplFileInfo::__construct example
- Example#3478 - SplFileInfo::getBasename example
- Example#3479 - SplFileInfo::getCTime example
- Example#3480 - SplFileInfo::getExtension example
- Example#3481 -
- Example#3482 - SplFileInfo::getFilename example
- Example#3483 - SplFileInfo::getGroup example
- Example#3484 - SplFileInfo::getLinkTarget example
- Example#3485 - SplFileInfo::getOwner example
- Example#3486 - SplFileInfo::getPath example
- Example#3487 - SplFileInfo::getPathInfo example
- Example#3488 - SplFileInfo::getPathname example
- Example#3489 - SplFileInfo::getPerms example
- Example#3490 - SplFileInfo::getRealPath example
- Example#3491 - SplFileInfo::getType example
- Example#3492 - SplFileInfo::isDir example
- Example#3493 - SplFileInfo::isExecutable example
- Example#3494 - SplFileInfo::isFile example
- Example#3495 - SplFileInfo::isLink example
- Example#3496 - SplFileInfo::isReadable example
- Example#3497 - SplFileInfo::openFile example
- Example#3498 - SplFileInfo::setFileClass example
- Example#3499 - SplFileInfo::setFileClass example
- Example#3500 - SplFileInfo::__toString example
- Example#3501 - SplFileObject::__construct example
- Example#3502 - SplFileObject::current example
- Example#3503 - SplFileObject::eof example
- Example#3504 - SplFileObject::fflush example
- Example#3505 - SplFileObject::fgetc example
- Example#3506 - SplFileObject::fgetcsv example
- Example#3507 - SplFileObject::READ_CSV example
- Example#3508 - SplFileObject::fgets example
- Example#3509 - SplFileObject::fgetss example
- Example#3510 - SplFileObject::flock example
- Example#3511 - SplFileObject::fpassthru example
- Example#3512 - SplFileObject::fscanf example
- Example#3513 - SplFileObject::fseek example
- Example#3514 - SplFileObject::fstat example
- Example#3515 - SplFileObject::ftell example
- Example#3516 - SplFileObject::ftruncate example
- Example#3517 - SplFileObject::fwrite example
- Example#3518 - SplFileObject::getCsvControl example
- Example#3519 - SplFileObject::getFlags example
- Example#3520 - SplFileObject::getMaxLineLen example
- Example#3521 - SplFileObject::key example
- Example#3522 - SplFileObject::key example with SplFileObject::setMaxLineLen
- Example#3523 - SplFileObject::next example
- Example#3524 - SplFileObject::rewind example
- Example#3525 - SplFileObject::seek example
- Example#3526 - SplFileObject::setCsvControl example
- Example#3527 - SplFileObject::setFlags example
- Example#3528 - SplFileObject::setMaxLineLen example
- Example#3529 - SplFileObject::valid example
- Example#3530 - SplTempFileObject example
- Example#3531 - ArrayObject::append example
- Example#3532 - ArrayObject::asort example
- Example#3533 - ArrayObject::__construct example
- Example#3534 - ArrayObject::count example
- Example#3535 - ArrayObject::exchangeArray example
- Example#3536 - ArrayObject::getArrayCopy example
- Example#3537 - ArrayObject::getFlags example
- Example#3538 - ArrayObject::getIterator example
- Example#3539 - ArrayObject::getIteratorClass example
- Example#3540 - ArrayObject::ksort example
- Example#3541 - ArrayObject::natcasesort example
- Example#3542 - ArrayObject::natsort example
- Example#3543 - ArrayObject::offsetExists example
- Example#3544 - ArrayObject::offsetGet example
- Example#3545 - ArrayObject::offsetSet example
- Example#3546 - ArrayObject::offsetUnset example
- Example#3547 - ArrayObject::serialize example
- Example#3548 - ArrayObject::setFlags example
- Example#3549 - ArrayObject::setIteratorClass example
- Example#3550 - ArrayObject::uasort example
- Example#3551 - ArrayObject::uksort example
- Example#3552 - SplInt usage example
- Example#3553 - SplFloat usage example
- Example#3554 - SplEnum usage example
- Example#3555 - SplEnum::getConstList example
- Example#3556 - SplBool usage example
- Example#3557 - SplString usage example
- Example#3558 - Using file_get_contents to retrieve data from multiple sources
- Example#3559 - Making a POST request to an https server
- Example#3560 - Writing data to a compressed file
- Example#3561 - A Stream for reading/writing global variables
- Example#3562 - Listing files from tar archives
- Example#3563 - Using stream_context_create
- Example#3564 - Using stream_context_get_default
- Example#3565 - stream_context_get_options example
- Example#3566 - stream_context_get_params example
- Example#3567 - stream_context_set_default example
- Example#3568 - A stream_copy_to_stream example
- Example#3569 - Controlling where filters are applied
- Example#3570 - Filter for capitalizing characters on foo-bar.txt stream
- Example#3571 - Registering a generic filter class to match multiple filter names.
- Example#3572 - Dynamicly refiltering a stream
- Example#3573 - stream_get_contents example
- Example#3574 - Using stream_get_filters
- Example#3575 - stream_get_meta_data example
- Example#3576 - Using stream_get_transports
- Example#3577 - stream_get_wrappers example
- Example#3578 - Checking for the existence of a stream wrapper
- Example#3579 - stream_is_local example
- Example#3580 - stream_notification_callback example
- Example#3581 - Simple progressbar for commandline download client
- Example#3582 - stream_resolve_include_path example
- Example#3583 - stream_select Example
- Example#3584 - stream_set_timeout example
- Example#3585 - stream_set_write_buffer example
- Example#3586 - stream_socket_client example
- Example#3587 - Using UDP connection
- Example#3588 - stream_socket_enable_crypto example
- Example#3589 - A stream_socket_pair example
- Example#3590 - stream_socket_recvfrom example
- Example#3591 - stream_socket_sendto Example
- Example#3592 - Using TCP server sockets
- Example#3593 - Using UDP server sockets
- Example#3594 - A stream_socket_shutdown example
- Example#3595 - How to register a stream wrapper
- Example#3596 - Basic Tidy usage
- Example#3597 - tidy::getBody example
- Example#3598 - tidy::cleanrepair example
- Example#3599 - tidy::__construct example
- Example#3600 - tidy::diagnose example
- Example#3601 - tidy::getConfig example
- Example#3602 - tidy_getopt example
- Example#3603 - Print all options along with their documentation and default value
- Example#3604 - tidy::getStatus example
- Example#3605 - tidy::head example
- Example#3606 - tidy::html example
- Example#3607 - tidy::parseFile example
- Example#3608 - tidy::parseString example
- Example#3609 - tidy::repairFile example
- Example#3610 - tidy::repairString example
- Example#3611 - tidy::root example
- Example#3612 - tidyNode::hasChildren example
- Example#3613 - tidyNode::hasChildren example
- Example#3614 - tidyNode::hasSiblings example
- Example#3615 - Extract ASP code from a mixed HTML document
- Example#3616 - Extract comments from a mixed HTML document
- Example#3617 - Extract HTML code from a mixed HTML document
- Example#3618 - Extract JSTE code from a mixed HTML document
- Example#3619 - Extract PHP code from a mixed HTML document
- Example#3620 - Extract text from a mixed HTML document
- Example#3621 - ob_tidyhandler example
- Example#3622 - tidy_access_count example
- Example#3623 - tidy_config_count example
- Example#3624 - tidy_error_count example
- Example#3625 - tidy_get_error_buffer example
- Example#3626 - tidy_get_output example
- Example#3627 - tidy_setopt example
- Example#3628 - tidy_warning_count example
- Example#3629 - Strip comments with the tokenizer
- Example#3630 - token_get_all examples
- Example#3631 - token_name example
- Example#3632 - base64_decode 예제
- Example#3633 - base64_encode 예제
- Example#3634 - get_headers example
- Example#3635 - get_headers using HEAD example
- Example#3636 - get_meta_tags가 해석하는 것
- Example#3637 - get_meta_tags가 반환하는 것
- Example#3638 - http_build_query의 간단한 사용법
- Example#3639 - http_build_query와 숫자 인덱스 요소.
- Example#3640 - http_build_query와 복잡한 배열
- Example#3641 - http_build_query에 객체 사용하기
- Example#3642 - parse_url 예제
- Example#3643 - rawurldecode 예제
- Example#3644 - FTP URL에 패스워드 포함하기
- Example#3645 - rawurlencode 예제 2
- Example#3646 - urldecode 예제
- Example#3647 - urlencode 예제
- Example#3648 - urlencode와 htmlentities 예제
- Example#3649 - Basic Javascript execution
- Example#3650 - Yaml Example
- Example#3651 - yaml_emit example
- Example#3652 - yaml_parse example
- Example#3653 - A classic Application directory layout
- Example#3654 - Entry
- Example#3655 - Rewrite rule
- Example#3656 - Application config
- Example#3657 - Default controller
- Example#3658 - Default view template
- Example#3659 - Run the Applicatioin
- Example#3660 - An array of yaf configuration example
- Example#3661 - an ini file of yaf configuration example
- Example#3662 - A Bootstrapexample
- Example#3663 - Yaf_Application::bootstrapexample
- Example#3664 - Yaf_Application::clearLastErrorexample
- Example#3665 - A ini config file example
- Example#3666 - Yaf_Application::__constructexample
- Example#3667 - Yaf_Application::__constructexample
- Example#3668 - Yaf_Application::environexample
- Example#3669 - Yaf_Application::executeexample
- Example#3670 - Yaf_Application::getConfigexample
- Example#3671 - Yaf_Application::getDispatcherexample
- Example#3672 - Yaf_Application::getLastErrorMsgexample
- Example#3673 - Yaf_Application::getLastErrorNoexample
- Example#3674 - Yaf_Application::getModulesexample
- Example#3675 - Yaf_Dispatcher::autoRenderexample
- Example#3676 - Yaf_Dispatcher::catchExceptionexample
- Example#3677 - Yaf_Dispatcher::registerPluginexample
- Example#3678 - A custom View engineexample
- Example#3679 - Yaf_Dispatcher::setViewexample
- Example#3680 - Yaf_Config_Iniexample
- Example#3681 - define action in a separate file
- Example#3682 - Dummy_action.php
- Example#3683 - Yaf_Action_Abstract::executeexample
- Example#3684 - Yaf_Action_Abstract::executeexample
- Example#3685 - Yaf_View_Simple::assignexample
- Example#3686 - templateexample
- Example#3687 - Yaf_View_Simple::assignRefexample
- Example#3688 - templateexample
- Example#3689 - Yaf_View_Simple::__setexample
- Example#3690 - Config example
- Example#3691 - Register localnamespace
- Example#3692 - Load class example
- Example#3693 - Load namespace class example
- Example#3694 - MVC class loading example
- Example#3695 - MVC class distinctions
- Example#3696 - MVC loading example
- Example#3697 - Yaf_Plugin_Abstract::routerShutdownexample
- Example#3698 - Yaf_Route_Mapexample
- Example#3699 - Yaf_Route_Mapexample
- Example#3700 - Yaf_Route_Regexexample
- Example#3701 - Yaf_Route_Regexexample
- Example#3702 - Yaf_Route_Rewriteexample
- Example#3703 - Yaf_Route_Rewriteexample
- Example#3704 - Rewrite rule for Apache
- Example#3705 - Rewrite rule for Apache
- Example#3706 - Rewrite rule for Lighttpd
- Example#3707 - Rewrite rule for Nginx
- Example#3708 - Yaf_Route_Static(default route)example
- Example#3709 - application.iniexample
- Example#3710 - Yaf_Dispatcher::autoConfigexample
- Example#3711 - Yaf_Dispatcher::autoRenderexample
- Example#3712 - Register some routes in Bootstrap
- Example#3713 - plugin Dummy.php (under application.directory/plugins)
- Example#3714 - Yaf_Route_Simple::routeexample
- Example#3715 - Yaf_Route_Simple::routeexample
- Example#3716 - Yaf_Route_Static::routeexample
- Example#3717 - Yaf_Route_Supervarexample
- Example#3718 - AMQP Example
- Example#3719 - AMQPConnection::connect example
- Example#3720 - AMQPConnection::__construct example
- Example#3721 - AMQPConnection::disconnect example
- Example#3722 - AMQPConnection::isConnected example
- Example#3723 - AMQPConnection::reconnect example
- Example#3724 - AMQPConnection::setHost example
- Example#3725 - AMQPConnection::setLogin example
- Example#3726 - AMQPConnection::setPassword example
- Example#3727 - AMQPConnection::setPort example
- Example#3728 - AMQPConnection::setVhost example
- Example#3729 - AMQPExchange::declare example
- Example#3730 - AMQPExchange::delete example
- Example#3731 - AMQPQueue::ack example with AMQPQueue::get
- Example#3732 - AMQPQueue::ack example with AMQPQueue::consume
- Example#3733 - AMQPQueue::consume example
- Example#3734 - AMQPQueue::get example
- Example#3735 - Creating a chdb file
- Example#3736 - Loading and looking up a chdb file
- Example#3737 - chdb::get example
- Example#3738 - chdb_create example
- Example#3739 - Using PHP's cURL module to fetch the example.com homepage
- Example#3740 - Initializing a new cURL session and fetching a web page
- Example#3741 - Copying a cURL handle
- Example#3742 - curl_errno example
- Example#3743 - curl_error example
- Example#3744 - Fetching a web page
- Example#3745 - curl_getinfo example
- Example#3746 - Initializing a new cURL session and fetching a web page
- Example#3747 - curl_multi_add_handle example
- Example#3748 - curl_multi_close example
- Example#3749 - curl_multi_exec example
- Example#3750 - A curl_multi_info_read example
- Example#3751 - curl_multi_init example
- Example#3752 - Initializing a new cURL session and fetching a web page
- Example#3753 - Our own implementation of curl_setopt_array
- Example#3754 - Initializing a new cURL session and fetching a web page
- Example#3755 - Uploading file
- Example#3756 - curl_version example
- Example#3757 - FTP example
- Example#3758 - ftp_alloc example
- Example#3759 - ftp_cdup example
- Example#3760 - ftp_chdir example
- Example#3761 - ftp_chmod example
- Example#3762 - ftp_close example
- Example#3763 - ftp_connect example
- Example#3764 - ftp_delete example
- Example#3765 - ftp_exec example
- Example#3766 - ftp_fget example
- Example#3767 - ftp_fput example
- Example#3768 - ftp_get_option example
- Example#3769 - ftp_get example
- Example#3770 - ftp_login example
- Example#3771 - ftp_mdtm example
- Example#3772 - ftp_mkdir example
- Example#3773 - ftp_nb_continue example
- Example#3774 - ftp_nb_fget example
- Example#3775 - ftp_nb_fput example
- Example#3776 - ftp_nb_get example
- Example#3777 - Resuming a download with ftp_nb_get
- Example#3778 - Resuming a download at position 100 to a new file with ftp_nb_get
- Example#3779 - ftp_nb_put example
- Example#3780 - Resuming an upload with ftp_nb_put
- Example#3781 - ftp_nlist example
- Example#3782 - ftp_pasv example
- Example#3783 - ftp_put example
- Example#3784 - ftp_pwd example
- Example#3785 - Using ftp_raw to login to an FTP server manually.
- Example#3786 - ftp_rawlist example
- Example#3787 - ftp_rename example
- Example#3788 - ftp_rmdir example
- Example#3789 - ftp_set_option example
- Example#3790 - Sending a SITE command to an ftp server
- Example#3791 - ftp_size example
- Example#3792 - ftp_ssl_connect example
- Example#3793 - ftp_systype example
- Example#3794 - Basic Gearman client and worker
- Example#3795 - Basic Gearman client and worker, background
- Example#3796 - Basic Gearman client and worker, submitting tasks
- Example#3797 - Adding two job servers
- Example#3798 - Add two job servers
- Example#3799 - Basic submission of two tasks
- Example#3800 - Basic submission of two tasks with passing application context
- Example#3801 - Two tasks, one background and one not
- Example#3802 - A high priority task along with two normal tasks
- Example#3803 - A low priority task along with two normal tasks
- Example#3804 - Monitor completion of multiple background tasks
- Example#3805 - Simple job submission with immediate return
- Example#3806 - Submitting a job and retrieving incremental status
- Example#3807 - Submit and monitor a background job
- Example#3808 - Simple job submission with immediate return
- Example#3809 - Submitting a job and retrieving incremental status
- Example#3810 - Get the status of a long running job
- Example#3811 - Monitor the status of a long running background job
- Example#3812 - Simple worker making use of extra application context data
- Example#3813 - Add alternate Gearman servers
- Example#3814 - Add two job servers
- Example#3815 - A simple worker with a 5 second timeout
- Example#3816 - Running worker in non-blocking mode
- Example#3817 - GearmanWorker::work example
- Example#3818 - Hypothetical output from gopher://gopher.example.com/
- Example#3819 - Using gopher_parsedir
- Example#3820 - Search for all UPnP devices and services.
- Example#3821 - Implementing light server
- Example#3822 - Implementing light client
- Example#3823 - Create new UPnP context and get IP address of the host
- Example#3824 - Create new UPnP context and get port number
- Example#3825 - Create new UPnP context and set host path
- Example#3826 - Create new UPnP context
- Example#3827 - Create new UPnP context and set callback
- Example#3828 - Create new UPnP context and start browsing
- Example#3829 - Create new UPnP context and start browsing
- Example#3830 - Create new UPnP context and get device info service
- Example#3831 - Create new UPnP context and get device info service
- Example#3832 - A HttpDeflateStream example
- Example#3833 - A HttpInflateStream example
- Example#3834 - A HttpRequest::addCookies example
- Example#3835 - GET example
- Example#3836 - POST example
- Example#3837 - A HttpRequestPool example
- Example#3838 - A HttpRequestPool::socketPerform example
- Example#3839 - A HttpResponse::capture example
- Example#3840 - A HttpResponse::send example
- Example#3841 - A http_cache_etag example
- Example#3842 - A http_cache_last_modified example
- Example#3843 - A http_chunked_decode example
- Example#3844 - A http_support example
- Example#3845 - Using http_negotiate_charset
- Example#3846 - Using http_negotiate_content_type
- Example#3847 - Using http_negotiate_language
- Example#3848 - Using http_parse_cookie
- Example#3849 - Using http_parse_headers
- Example#3850 - Using http_parse_message
- Example#3851 - A http_parse_params example
- Example#3852 - A http_persistent_handles_count example
- Example#3853 - A http_persistent_handles_ident example
- Example#3854 - A http_get example
- Example#3855 - A http_post_fields example
- Example#3856 - A http_redirect example
- Example#3857 - A http_send_file example
- Example#3858 - A http_throttle example
- Example#3859 - A http_build_url example
- Example#3860 - modifying an attribute
- Example#3861 - adding a completely new attribute
- Example#3862 - modifying Title attribute
- Example#3863 - modifying Title attribute
- Example#3864 - removing attribute
- Example#3865 - Retrieve an object
- Example#3866 - Java Example
- Example#3867 - AWT Example
- Example#3868 - Java exception handler
- Example#3869 - LDAP search example
- Example#3870 - Complete example with authenticated bind
- Example#3871 - Using LDAP Bind
- Example#3872 - Using LDAP Bind Anonymously
- Example#3873 - Complete example of password check
- Example#3874 - Example of connecting to LDAP server.
- Example#3875 - Example of connecting securely to LDAP server.
- Example#3876 - Enumerating all LDAP error messages
- Example#3877 - Generating and catching an error
- Example#3878 - Show the list of attributes held for a particular directory entry
- Example#3879 - Check protocol version
- Example#3880 - List all values of the "mail" attribute for a directory entry
- Example#3881 - Produce a list of all organizational units of an organization
- Example#3882 - LDAP search
- Example#3883 - Set protocol version
- Example#3884 - Set server controls
- Example#3885 - memcache extension overview example
- Example#3886 - Using memcache session handler
- Example#3887 - Memcache::add example
- Example#3888 - Memcache::addServer example
- Example#3889 - Memcache::close example
- Example#3890 - Memcache::connect example
- Example#3891 - Memcache::decrement example
- Example#3892 - Memcache::delete example
- Example#3893 - Memcache::flush example
- Example#3894 - Memcache::get example
- Example#3895 - Memcache::getExtendedStats example
- Example#3896 - Memcache::getServerStatus example
- Example#3897 - Memcache::getVersion example
- Example#3898 - Memcache::increment example
- Example#3899 - Memcache::pconnect example
- Example#3900 - Memcache::replace example
- Example#3901 - Memcache::set example
- Example#3902 - Memcache::set example
- Example#3903 - Memcache::setCompressThreshold example
- Example#3904 - Memcache::setServerParams example
- Example#3905 - Result callback example
- Example#3906 - Read-through callback example
- Example#3907 - Memcached::addServer example
- Example#3908 - Memcached::addServers example
- Example#3909 - Memcached::append example
- Example#3910 - Memcached::cas example
- Example#3911 - Creating a Memcached object
- Example#3912 - Memcached::decrement example
- Example#3913 - Memcached::delete example
- Example#3914 - Memcached::fetch example
- Example#3915 - Memcached::getDelayed example
- Example#3916 - Memcached::flush example
- Example#3917 - Memcached::get example #1
- Example#3918 - Memcached::get example #2
- Example#3919 - Memcached::getDelayed example
- Example#3920 - Memcached::getMulti example
- Example#3921 - Memcached::GET_PRESERVE_ORDER example
- Example#3922 - Retrieving Memcached options
- Example#3923 - Memcached::getResultCode example
- Example#3924 - Memcached::getResultMessage example
- Example#3925 - Memcached::getServerByKey example
- Example#3926 - Memcached::getServerList example
- Example#3927 - Memcached::getStats example
- Example#3928 - Memcached::getVersion example
- Example#3929 - Memcached::increment example
- Example#3930 - Memcached::prepend example
- Example#3931 - Memcached::set example
- Example#3932 - Memcached::setByKey example
- Example#3933 - Memcached::setMulti example
- Example#3934 - Setting a Memcached option
- Example#3935 - mqseries_back example
- Example#3936 - mqseries_begin example
- Example#3937 - mqseries_close example
- Example#3938 - mqseries_cmit example
- Example#3939 - mqseries_conn example
- Example#3940 - mqseries_connx example
- Example#3941 - mqseries_disc example
- Example#3942 - mqseries_get example
- Example#3943 - mqseries_inq example
- Example#3944 - mqseries_open example
- Example#3945 - mqseries_put example
- Example#3946 - mqseries_strerror example
- Example#3947 - define_syslog_variables example
- Example#3948 - Using dns_get_record
- Example#3949 - Using dns_get_record and DNS_ANY
- Example#3950 - fsockopen Example
- Example#3951 - Using UDP connection
- Example#3952 - A simple gethostbyaddr example
- Example#3953 - A simple gethostbyname example
- Example#3954 - gethostbynamel example
- Example#3955 - A simple gethostname example
- Example#3956 - getprotobyname example
- Example#3957 - getservbyname example
- Example#3958 - header_register_callback example
- Example#3959 - Unsetting specific header.
- Example#3960 - Unsetting all previously set headers.
- Example#3961 - Download dialog
- Example#3962 - Caching directives
- Example#3963 - Examples using headers_list
- Example#3964 - Examples using headers_sent
- Example#3965 - Examples using headers_list
- Example#3966 - inet_ntop Example
- Example#3967 - inet_pton Example
- Example#3968 - ip2long Example
- Example#3969 - Displaying an IP address
- Example#3970 - IP validation
- Example#3971 - setcookie send example
- Example#3972 - setcookie delete example
- Example#3973 - setcookie and arrays
- Example#3974 - Using syslog
- Example#3975 - Procedural usage of rrd
- Example#3976 - OO usage of rrd
- Example#3977 - RRDGraph::setOptions examples
- Example#3978 - RRDUpdater::update examples
- Example#3979 - Creating a connection and connecting to a remote WebSphere MQSeries Messaging Server
- Example#3980 - Creating a connection and connecting to a remote WebSphere Application Server
- Example#3981 - Creating a connection and connecting to an MQTT server
- Example#3982 - Creating a message with a simple text body
- Example#3983 - Setting a text format property using the default syntax
- Example#3984 - Setting a property using a type hint
- Example#3985 - Retrieving a property from a message header
- Example#3986 - Adding a message to a queue and receiving a response
- Example#3987 - Creating a durable subscription to a topic
- Example#3988 - Subscribing to a topic using a WebSphere Platform Messaging (WPM) server
- Example#3989 - Receiving published data using a durable subscription
- Example#3990 - Deleting a durable subscription to a topic
- Example#3991 - Handling an error from a method that returns no result
- Example#3992 - Handling an error from a method that returns a result
- Example#3993 - Committing the current unit of work
- Example#3994 - Creating a connection to a Messaging Server using the IBM MQSeries protocol (WMQ)
- Example#3995 - Creating a connection with application transaction control and default host and port values
- Example#3996 - Creating a connection to a Messaging Server using the IBM WebSphere Platform Messaging protocol (WPM)
- Example#3997 - Creating a connection object and connecting to a Messaging Server
- Example#3998 - Disconnecting from a Messaging Server
- Example#3999 - Using the error number and description properties
- Example#4000 - Using the error number and description properties
- Example#4001 - Checking whether there us a connection to a Messaging Server
- Example#4002 - Retrieve the next message from a queue without removing it
- Example#4003 - Retrieve a specific message from a queue without removing it from the queue
- Example#4004 - Retrieve all messages in a queue without removing them
- Example#4005 - Retrieve all messages from a queue with a matching correlation id
- Example#4006 - Receiving a message from a queue
- Example#4007 - Receiving a message from a queue with options
- Example#4008 - Receiving a message from a subscription
- Example#4009 - Removing a message from a queue by message id
- Example#4010 - Cancelling an in-flight unit of work
- Example#4011 - Send a message to a queue
- Example#4012 - Publish a message to a topic
- Example#4013 - Send a request and receive a response
- Example#4014 - Turn on debugging output
- Example#4015 - Turn off debugging output
- Example#4016 - Subscribe to a topic
- Example#4017 - Delete a subscription
- Example#4018 - Setting a text string into the body of a message
- Example#4019 - Creating a message
- Example#4020 - Creating a message with a simple text payload
- Example#4021 - Setting a text format property using the default syntax
- Example#4022 - Setting a text format property using a type hint
- Example#4023 - Setting properties as the sender of a message
- Example#4024 - Retreiving property values from a message
- Example#4025 - snmp_get_quick_print example
- Example#4026 - Using snmp_get_valueretrieval
- Example#4027 - Using snmp_read_mib
- Example#4028 - Using snmp_set_enum_print
- Example#4029 - Using snmprealwalk
- Example#4030 - Using snmp_set_quick_print
- Example#4031 - Using snmp_set_valueretrieval
- Example#4032 - Using snmp2_get
- Example#4033 - Using snmp2_get_next
- Example#4034 - Using snmp2_real_walk
- Example#4035 - Using snmp2_set
- Example#4036 - Using snmp2_set for setting BITS SNMP object id
- Example#4037 - snm2_pwalk Example
- Example#4038 - Using snmp3_get
- Example#4039 - Using snmp3_getnext
- Example#4040 - Using snmp3_real_walk
- Example#4041 - Using snmp3_set
- Example#4042 - Using snmp3_set for setting BITS SNMP object id
- Example#4043 - snmp3_walk Example
- Example#4044 - Using snmpget
- Example#4045 - Using snmpgetnext
- Example#4046 - Using snmprealwalk
- Example#4047 - Using snmpset
- Example#4048 - Using snmpset for setting BITS SNMP object id
- Example#4049 - snmpwalk Example
- Example#4050 - snmpwalkoid Example
- Example#4051 - SNMP::close example
- Example#4052 - Fetching sysLocation
- Example#4053 - Single SNMP object
- Example#4054 - Miltiple SNMP objects
- Example#4055 - SNMP::getErrno example
- Example#4056 - SNMP::getError example
- Example#4057 - Single SNMP object
- Example#4058 - Miltiple SNMP objects
- Example#4059 - Set single SNMP object id
- Example#4060 - Set multiple values using single SNMP::set call
- Example#4061 - Using SNMP::set for setting BITS SNMP object id
- Example#4062 - SNMP::setSecurity example
- Example#4063 - SNMP::walk example
- Example#4064 - suffix_as_key example
- Example#4065 - Socket example: Simple TCP/IP server
- Example#4066 - Socket example: Simple TCP/IP client
- Example#4067 - Using socket_bind to set the source address
- Example#4068 - socket_create_pair example
- Example#4069 - socket_create_pair IPC example
- Example#4070 - socket_set_option example
- Example#4071 - socket_last_error example
- Example#4072 - socket_recv example
- Example#4073 - socket_recvfrom example
- Example#4074 - Using NULL with socket_select
- Example#4075 - Understanding socket_select's result
- Example#4076 - socket_select example
- Example#4077 - socket_sendto Example
- Example#4078 - socket_set_block example
- Example#4079 - socket_set_nonblock example
- Example#4080 - socket_set_option example
- Example#4081 - socket_strerror example
- Example#4082 - Authentication using a public hostkey
- Example#4083 - Retrieving a list of authentication methods
- Example#4084 - Authenticating with a password
- Example#4085 - Authentication using a public key
- Example#4086 - ssh2_connect example
- Example#4087 - Executing a command
- Example#4088 - Opening a shell and retrieving the stderr stream associated with it
- Example#4089 - Checking the fingerprint against a known value
- Example#4090 - Determining what methods were negotiated
- Example#4091 - Adding a publickey with ssh2_publickey_add
- Example#4092 - Listing authorized keys with ssh2_publickey_list
- Example#4093 - Downloading a file via SCP
- Example#4094 - Uploading a file via SCP
- Example#4095 - Stating a symbolic link via SFTP
- Example#4096 - Creating a directory on a remote server
- Example#4097 - Reading a symbolic link
- Example#4098 - Resolving a pathname
- Example#4099 - Renaming a file via sftp
- Example#4100 - Removing a directory on a remote server
- Example#4101 - Stating a file via SFTP
- Example#4102 - Creating a symbolic link
- Example#4103 - Deleting a file
- Example#4104 - Opening a file via SFTP
- Example#4105 - Executing a command
- Example#4106 - Opening a tunnel to an arbitrary host
- Example#4107 - Object oriented style
- Example#4108 - Procedural style
- Example#4109 - stomp_connect_error example
- Example#4110 - stomp_version example
- Example#4111 - Object oriented style
- Example#4112 - Procedural style
- Example#4113 - Object oriented style
- Example#4114 - Procedural style
- Example#4115 - Object oriented style
- Example#4116 - Procedural style
- Example#4117 - Object oriented style
- Example#4118 - Procedural style
- Example#4119 - Object oriented style
- Example#4120 - Procedural style
- Example#4121 - Object oriented style
- Example#4122 - Procedural style
- Example#4123 - Object oriented style
- Example#4124 - Procedural style
- Example#4125 - Object oriented style
- Example#4126 - Procedural style
- Example#4127 - Object oriented style
- Example#4128 - Procedural style
- Example#4129 - Train from array
- Example#4130 - Train from a file
- Example#4131 - svn_add example
- Example#4132 - Default authentication example
- Example#4133 - svn_blame example
- Example#4134 - Basic example
- Example#4135 - Basic example
- Example#4136 - Basic example
- Example#4137 - Basic example
- Example#4138 - Basic example
- Example#4139 - Basic example
- Example#4140 - Diffing two revisions of a repository path
- Example#4141 - Portably diffing two local files
- Example#4142 - svn_export example
- Example#4143 - Basic example
- Example#4144 - svn_log example
- Example#4145 - svn_ls example
- Example#4146 - Basic example
- Example#4147 - Basic example
- Example#4148 - Deny all connections from localhost
- Example#4149 - Ban an URL
- Example#4150 - Get statistic snapshot
- Example#4151 - Read varnish shared memory log
- Example#4152 - VarnishAdmin::__construct example
- Example#4153 - Parallel searching using Yaz
- Example#4154 - CCL configuration
- Example#4155 - CCL Parsing
- Example#4156 - Record Update
- Example#4157 - Array for GRS-1 record
- Example#4158 - Working with MARCXML
- Example#4159 - PHP function that scans titles
- Example#4160 - Query Examples
- Example#4161 - Sort Criterias
- Example#4162 - Example for NIS errors
- Example#4163 - Example for the NIS first
- Example#4164 - Example for the default domain
- Example#4165 - Example for the NIS master
- Example#4166 - Example for NIS match
- Example#4167 - Example for NIS next
- Example#4168 - Example for the NIS order
- Example#4169 -
- Example#4170 - udm_api_version example
- Example#4171 - udm_cat_listexample
- Example#4172 - Specifying path to the current category in the following format: '> Root > Sport > Auto > Ferrari'
- Example#4173 - udm_load_ispell_data example
- Example#4174 - udm_load_ispell_data example
- Example#4175 - solr_get_version example
- Example#4176 - Contents of the BootStrap file
- Example#4177 - Adding a document to the index
- Example#4178 - Merging one document into another document
- Example#4179 - Searching for documents - SolrObject responses
- Example#4180 - Searching for documents - SolrDocument responses
- Example#4181 - Simple TermsComponent example - basic
- Example#4182 - Simple TermsComponent example - using a prefix
- Example#4183 - Simple TermsComponent example - specifying a minimum frequency
- Example#4184 - Simple Facet Example
- Example#4185 - Simple Facet Example - with optional field override for mincount
- Example#4186 - Connecting to SSL-Enabled Server
- Example#4187 - SolrDocument::toArray example
- Example#4188 - SolrObject::__construct example
- Example#4189 - SolrObject::offsetUnset example
- Example#4190 - SolrClient::addDocument example
- Example#4191 - SolrClient::addDocuments example
- Example#4192 - SolrClient::__construct example
- Example#4193 - SolrClient::ping example
- Example#4194 - SolrClient::query example
- Example#4195 - SolrClient::request example
- Example#4196 - SolrClient::setResponseWriter example
- Example#4197 - SolrParams::setParam example
- Example#4198 - Basic usage example
- Example#4199 - Basic search query
- Example#4200 - A Swish::__construct example
- Example#4201 - Basic Swish->getMetaList example
- Example#4202 - Basic Swish->getPropertyList example
- Example#4203 - Basic Swish->prepare example
- Example#4204 - Basic Swish->query example
- Example#4205 - Basic SwishResult->stem example
- Example#4206 - Basic SwishResults->getParsedWords example
- Example#4207 - Basic SwishResults->nextResult example
- Example#4208 - Basic SwishResults->seekResult example
- Example#4209 - Basic SwishSearch->execute example
- Example#4210 - Basic SwishSearch->resetLimit example
- Example#4211 - Basic SwishSearch->setLimit example
- Example#4212 - Basic SwishSearch->setPhraseDelimiter example
- Example#4213 - Basic SwishSearch->setSort example
- Example#4214 - Basic SwishSearch->setStructure example
- Example#4215 - .htaccess를 이용해서 PHP 파싱을 끄기
- Example#4216 - apache_get_modules 예제
- Example#4217 - apache_get_version 예제
- Example#4218 - apache_getenv 예제
- Example#4219 - apache_lookup_uri 예제
- Example#4220 - PHP와 펄 사이에 정보 넘기기
- Example#4221 - access.log에 값 기록하기
- Example#4222 - apache_request_headers 예제
- Example#4223 - apache_response_headers 예제
- Example#4224 - apache_setenv를 사용하여 아파치 환경 변수 설정하기
- Example#4225 - getallheaders 예제
- Example#4226 - nsapi_request_headers example
- Example#4227 - $_SESSION으로 변수 등록하기.
- Example#4228 - $_SESSION으로 변수 제거하기와 register_globals 비활성화.
- Example#4229 - 한 사용자의 히트 수 세기
- Example#4230 - session_cache_expire 예제
- Example#4231 - session_cache_limiter 예제
- Example#4232 - $_SESSION으로 세션 파괴하기
- Example#4233 - session_name 예제
- Example#4234 - session_regenerate_id 예제
- Example#4235 - session_set_save_handler 예제
- Example#4236 - 세션 예제: page1.php
- Example#4237 - 세션 예제: page2.php
- Example#4238 - bbcode_add_smiley usage example
- Example#4239 - bbcode_create example
- Example#4240 - bbcode_set_arg_parser usage example
- Example#4241 - bbcode_set_flags usage example
- Example#4242 - Examples of valid patterns
- Example#4243 - Examples of invalid patterns
- Example#4244 - Example comparing preg_filter with preg_replace
- Example#4245 - preg_grep 예제
- Example#4246 - preg_last_error example
- Example#4247 - 어떤 텍스트로부터 모든 전화번호 가져오기
- Example#4248 - HTML 태그 찾기 (greedy)
- Example#4249 - 이름 있는 서브패턴 사용하기
- Example#4250 - 문자열 "php" 찾기
- Example#4251 - 단어 "Web" 찾기
- Example#4252 - URL에서 도메인 이름 얻기
- Example#4253 - 이름 있는 서브패턴 사용하기
- Example#4254 - preg_quote 예제
- Example#4255 - 텍스트 안의 단어를 기울임꼴로
- Example#4256 - preg_replace_callback과 create_function
- Example#4257 - preg_replace_callback 예제
- Example#4258 - BB 코드를 다루기 위해 재귀 구조를 사용하는 preg_replace_callback
- Example#4259 - 수가 따라오는 역참조 사용하기
- Example#4260 - preg_replace와 인덱스 배열 사용하기
- Example#4261 - 여러 값 치환하기
- Example#4262 - 'e' 변경자 사용하기
- Example#4263 - 공백 제거하기
- Example#4264 - count 인수 사용하기
- Example#4265 - preg_split 예제 : 검색 문자열의 일부만을 얻기
- Example#4266 - 문자열을 구성 문자로 나누기.
- Example#4267 - 매치와 시작위치로 문자열을 나누기.
- Example#4268 - Regular Expression Examples
- Example#4269 - ereg_replace example
- Example#4270 - ereg_replace example
- Example#4271 - Replace URLs with links
- Example#4272 - ereg example
- Example#4273 - Highlight search results
- Example#4274 - eregi example
- Example#4275 - split example
- Example#4276 - split example
- Example#4277 - spliti example
- Example#4278 - sql_regcase example
- Example#4279 - addcslashes 예제
- Example#4280 - addslashes 예제
- Example#4281 - chr 예제
- Example#4282 - chunk_split 예제
- Example#4283 - convert_uudecode example
- Example#4284 - convert_uuencode example
- Example#4285 - count_chars 예제
- Example#4286 - crc32 체크섬 표시하기
- Example#4287 - crypt 예제
- Example#4288 - htpasswd와 crypt 사용하기
- Example#4289 - 다양한 암호화 형식으로 crypt 사용하기
- Example#4290 - echo 예제
- Example#4291 - explode 예제
- Example#4292 - limit 인수 예제
- Example#4293 - fprintf: 0을 채운 정수
- Example#4294 - fprintf: 통화 형식화
- Example#4295 - 변환표 예제
- Example#4296 - hex2bin example
- Example#4297 - HTML 엔티티 디코딩
- Example#4298 - htmlentities 예제
- Example#4299 - A htmlspecialchars_decode example
- Example#4300 - htmlspecialchars 예제
- Example#4301 - implode 예제
- Example#4302 - lcfirst example
- Example#4303 - levenshtein example
- Example#4304 - localeconv example
- Example#4305 - ltrim 용례
- Example#4306 - md5_file 용례
- Example#4307 - md5 예제
- Example#4308 - money_format Example
- Example#4309 - nl2br 사용하기
- Example#4310 - is_xhtml 인수를 사용해서 유효한 HTML 생성하기
- Example#4311 - number_format Example
- Example#4312 - ord 예제
- Example#4313 - parse_str 사용하기
- Example#4314 - print 예제
- Example#4315 - rtrim 사용 예제
- Example#4316 - setlocale Examples
- Example#4317 - setlocale Examples for Windows
- Example#4318 - sha1_file 예제
- Example#4319 - sha1 예제
- Example#4320 - Soundex 예제
- Example#4321 - 인수 교환
- Example#4322 - 인수 교환
- Example#4323 - 인수 교환
- Example#4324 - 인수 교환
- Example#4325 - printf: 다양한 예제
- Example#4326 - printf: 문자열 지정어
- Example#4327 - sprintf: 0으로 채운 정수
- Example#4328 - sprintf: 통화 표현하기
- Example#4329 - sprintf: 과학 표현
- Example#4330 - sscanf 예제
- Example#4331 - sscanf - 선택 인수 사용하기
- Example#4332 - str_ireplace 예제
- Example#4333 - str_pad 예제
- Example#4334 - str_repeat 예제
- Example#4335 - str_replace 예제
- Example#4336 - str_rot13 예제
- Example#4337 - str_shuffle 예제
- Example#4338 - str_split 용례
- Example#4339 - str_word_count 예제
- Example#4340 - strcasecmp 예제
- Example#4341 - strip_tags 예제
- Example#4342 - stripos 예제
- Example#4343 - stripslashes 예제
- Example#4344 - 배열에 stripslashes 사용하기
- Example#4345 - stristr 예제
- Example#4346 - 문자열의 발견 여부 시험하기
- Example#4347 - "문자열"이 아닌 needle 사용하기
- Example#4348 - strlen 예제
- Example#4349 - strpbrk example
- Example#4350 - === 사용하기
- Example#4351 - !== 사용하기
- Example#4352 - offset 사용하기
- Example#4353 - strrchr 예제
- Example#4354 - strrev를 사용하여 문자열 뒤집기
- Example#4355 - 간단한 strripos 예제
- Example#4356 - strspn 예제
- Example#4357 - strstr 예제
- Example#4358 - strtok 예제
- Example#4359 - strtok 이전 동작
- Example#4360 - strtok 새 동작
- Example#4361 - strtolower 예제
- Example#4362 - strtoupper 예제
- Example#4363 - strtr example
- Example#4364 - strtr example with two arguments
- Example#4365 - strtr behavior comparison
- Example#4366 - A substr_compare example
- Example#4367 - A substr_count example
- Example#4368 - Simple substr_replace examples
- Example#4369 - Using substr_replace to replace multiple strings at once
- Example#4370 - Using a negative start
- Example#4371 - Using a negative length
- Example#4372 - Basic substr usage
- Example#4373 - substr casting behaviour
- Example#4374 -
- Example#4375 - Usage example of trim
- Example#4376 - Trimming array values with trim
- Example#4377 - ucfirst example
- Example#4378 - ucwords example
- Example#4379 - vfprintf: zero-padded integers
- Example#4380 - vprintf: zero-padded integers
- Example#4381 - vsprintf: zero-padded integers
- Example#4382 - wordwrap example
- Example#4383 - wordwrap example
- Example#4384 - array_change_key_case 예제
- Example#4385 - array_chunk 예제
- Example#4386 - 간단한 array_combine 예제
- Example#4387 - array_count_values 예제
- Example#4388 - array_diff_assoc 예제
- Example#4389 - array_diff_assoc 예제
- Example#4390 - array_diff_key example
- Example#4391 - array_diff_uassoc example
- Example#4392 - array_diff_ukey example
- Example#4393 - array_diff 예제
- Example#4394 - array_fill_keys example
- Example#4395 - array_fill 예제
- Example#4396 - array_filter 예제
- Example#4397 - callback 없는 array_filter
- Example#4398 - array_flip 예제
- Example#4399 - array_flip 예제 : 충돌
- Example#4400 - array_intersect_assoc 예제코드
- Example#4401 - array_intersect_key example
- Example#4402 - array_intersect_uassoc example
- Example#4403 - array_intersect_ukey example
- Example#4404 - array_intersect 예제
- Example#4405 - array_key_exists 예제
- Example#4406 - array_key_exists 대 isset
- Example#4407 - array_keys 예제
- Example#4408 - array_map example
- Example#4409 - array_map using a lambda function (as of PHP 5.3.0)
- Example#4410 - array_map - using more arrays
- Example#4411 - Creating an array of arrays
- Example#4412 - array_map - with string keys
- Example#4413 - array_merge_recursive 예제
- Example#4414 - array_merge 예제
- Example#4415 - 간단한 array_merge 예제
- Example#4416 - array_merge PHP 5 예제
- Example#4417 - 여러 배열 정렬하기
- Example#4418 - 다차원 배열 정렬하기
- Example#4419 - 데이터베이스 결과 정렬하기
- Example#4420 - 대소문자 구분 없는 정렬
- Example#4421 - array_pad 예제
- Example#4422 - array_pop 예제
- Example#4423 - array_product examples
- Example#4424 - array_push 예제
- Example#4425 - array_rand 예제
- Example#4426 - array_reduce 예제
- Example#4427 - array_replace_recursive example
- Example#4428 - array_replace_recursive and recursive behavior
- Example#4429 - array_replace example
- Example#4430 - array_reverse 예제
- Example#4431 - array_search 예제
- Example#4432 - array_shift 예제
- Example#4433 - array_slice 예제
- Example#4434 - array_splice 예제
- Example#4435 - array_splice 예제
- Example#4436 - array_sum 예제
- Example#4437 - array_udiff_assoc example
- Example#4438 - array_udiff_uassoc example
- Example#4439 - array_udiff example
- Example#4440 - array_uintersect_assoc example
- Example#4441 - array_uintersect_uassoc example
- Example#4442 - array_uintersect example
- Example#4443 - array_unique 예제
- Example#4444 - array_unique와 자료형
- Example#4445 - array_unshift 예제
- Example#4446 - array_values 예제
- Example#4447 - array_walk_recursive example
- Example#4448 - array_walk 예제
- Example#4449 - array 예제
- Example#4450 - 자동 인덱스 array
- Example#4451 - 1-기반 인덱스 array
- Example#4452 - 겹따옴표 안에서 배열 접근하기
- Example#4453 - arsort 예제
- Example#4454 - asort 예제
- Example#4455 - compact 예제
- Example#4456 - count 예제
- Example#4457 - 재귀적인 count 예제
- Example#4458 - current의 용례와 관련 함수
- Example#4459 - each 예제
- Example#4460 - each로 배열 따라가기
- Example#4461 - end 예제
- Example#4462 - extract 예제
- Example#4463 - in_array 예제
- Example#4464 - in_array에 strict 예제
- Example#4465 - in_array에 needle로 배열
- Example#4466 - key 예제
- Example#4467 - krsort 예제
- Example#4468 - ksort 예제
- Example#4469 - list 예제
- Example#4470 - list 용례
- Example#4471 - 중첩 list 사용하기
- Example#4472 - 배열 인덱스로 list 사용하기
- Example#4473 - natcasesort 예제
- Example#4474 - natsort 예제
- Example#4475 - next의 용례와 관련 함수
- Example#4476 - prev 용례와 관련 함수
- Example#4477 - range 예제
- Example#4478 - reset 예제
- Example#4479 - rsort 예제
- Example#4480 - shuffle 예제
- Example#4481 - sort 예제
- Example#4482 - uksort 예제
- Example#4483 - usort 예제
- Example#4484 - 다차원 배열을 사용하는 usort 예제
- Example#4485 - 객체의 멤버 함수를 사용하는 usort 예제
- Example#4486 - classes.inc
- Example#4487 - test_script.php
- Example#4488 - call_user_method_array 대체
- Example#4489 - call_user_method 대체
- Example#4490 - class_alias example
- Example#4491 - class_exists 예제
- Example#4492 - autoload 인수 예제
- Example#4493 - get_called_class 사용하기
- Example#4494 - get_class_methods 예제
- Example#4495 - get_class_vars 예제
- Example#4496 - get_class 사용하기
- Example#4497 - 슈퍼클래스에서 get_class 사용하기
- Example#4498 - get_declared_classes 예제
- Example#4499 - get_declared_interfaces 예제
- Example#4500 - get_object_vars의 사용
- Example#4501 - get_parent_class 사용하기
- Example#4502 - interface_exists 예제
- Example#4503 - is_a 예제
- Example#4504 - PHP 5에서 instanceof 연산자 사용하기
- Example#4505 - is_subclass_of 예제
- Example#4506 - method_exists 예제
- Example#4507 - 정적 method_exists 예제
- Example#4508 - property_exists 예제
- Example#4509 - classkit_import example
- Example#4510 - classkit_method_add example
- Example#4511 - classkit_method_copy example
- Example#4512 - classkit_method_redefine example
- Example#4513 - classkit_method_remove example
- Example#4514 - classkit_method_rename example
- Example#4515 - A ctype_alnum example (using the default locale)
- Example#4516 - A ctype_alpha example (using the default locale)
- Example#4517 - A ctype_cntrl example
- Example#4518 - A ctype_digit example
- Example#4519 - A ctype_digit example comparing strings with integers
- Example#4520 - A ctype_graph example
- Example#4521 - A ctype_lower example (using the default locale)
- Example#4522 - A ctype_print example
- Example#4523 - A ctype_punct example
- Example#4524 - A ctype_space example
- Example#4525 - A ctype_upper example (using the default locale)
- Example#4526 - A ctype_xdigit example
- Example#4527 - Validating email addresses with filter_var
- Example#4528 - Validating IP addresses with filter_var
- Example#4529 - Passing options to filter_var
- Example#4530 - Sanitizing and validating email addresses
- Example#4531 - A filter_input_array example
- Example#4532 - A filter_input example
- Example#4533 - A filter_list example
- Example#4534 - A filter_var_array example
- Example#4535 - A filter_var example
- Example#4536 - call_user_func_array example
- Example#4537 - call_user_func_array using namespace name
- Example#4538 - Using lambda function
- Example#4539 - call_user_func example and references
- Example#4540 - call_user_func example
- Example#4541 - call_user_func using namespace name
- Example#4542 - Using a class method with call_user_func
- Example#4543 - Using lambda function with call_user_func
- Example#4544 - Creating an anonymous function with create_function
- Example#4545 - Making a general processing function with create_function
- Example#4546 - Using anonymous functions as callback functions
- Example#4547 - forward_static_call_array example
- Example#4548 - forward_static_call example
- Example#4549 - func_get_arg example
- Example#4550 - func_get_arg example before and after PHP 5.3
- Example#4551 - func_get_arg example of byref and byval arguments
- Example#4552 - func_get_args example
- Example#4553 - func_get_args example before and after PHP 5.3
- Example#4554 - func_get_args example of byref and byval arguments
- Example#4555 - func_num_args example
- Example#4556 - func_num_args example before and after PHP 5.3
- Example#4557 - function_exists example
- Example#4558 - get_defined_functions example
- Example#4559 - register_shutdown_function example
- Example#4560 - register_tick_function example
- Example#4561 - Class association
- Example#4562 - Object association
- Example#4563 - storage_classes.inc
- Example#4564 - test_aggregation.php
- Example#4565 - Using aggregate_info
- Example#4566 - Quickhash Example
- Example#4567 - Quickhash ArrayAccess Example
- Example#4568 - Quickhash Iterator Example
- Example#4569 - Quickhash String Values Example
- Example#4570 - QuickHashIntSet::add example
- Example#4571 - QuickHashIntSet::__construct example
- Example#4572 - QuickHashIntSet::delete example
- Example#4573 - QuickHashIntSet::exists example
- Example#4574 - QuickHashIntSet::getSize example
- Example#4575 - QuickHashIntSet::loadFromFile example
- Example#4576 - QuickHashIntSet::loadFromString example
- Example#4577 - QuickHashIntSet::saveToFile example
- Example#4578 - QuickHashIntSet::saveToString example
- Example#4579 - QuickHashIntHash::add example
- Example#4580 - QuickHashIntHash::__construct example
- Example#4581 - QuickHashIntHash::delete example
- Example#4582 - QuickHashIntHash::exists example
- Example#4583 - QuickHashIntHash::get example
- Example#4584 - QuickHashIntHash::getSize example
- Example#4585 - QuickHash IntHash file format
- Example#4586 - QuickHash IntHash file format
- Example#4587 - QuickHashIntHash::loadFromFile example
- Example#4588 - QuickHashIntHash::loadFromString example
- Example#4589 - QuickHashIntHash::saveToFile example
- Example#4590 - QuickHashIntHash::saveToString example
- Example#4591 - QuickHashIntHash::set example
- Example#4592 - QuickHashIntHash::update example
- Example#4593 - QuickHashStringIntHash::add example
- Example#4594 - QuickHashStringIntHash::__construct example
- Example#4595 - QuickHashStringIntHash::delete example
- Example#4596 - QuickHashStringIntHash::get example
- Example#4597 - QuickHashStringIntHash::getSize example
- Example#4598 - QuickHash StringIntHash file format
- Example#4599 - QuickHash IntHash file format
- Example#4600 - QuickHashStringIntHash::loadFromFile example
- Example#4601 - QuickHashStringIntHash::loadFromString example
- Example#4602 - QuickHashStringIntHash::saveToFile example
- Example#4603 - QuickHashStringIntHash::saveToString example
- Example#4604 - QuickHashStringIntHash::set example
- Example#4605 - QuickHashStringIntHash::update example
- Example#4606 - QuickHashIntStringHash::add example
- Example#4607 - QuickHashIntStringHash::__construct example
- Example#4608 - QuickHashIntStringHash::delete example
- Example#4609 - QuickHashIntStringHash::get example
- Example#4610 - QuickHashIntStringHash::getSize example
- Example#4611 - QuickHash IntString file format
- Example#4612 - QuickHash IntString file format
- Example#4613 - QuickHashIntStringHash::loadFromFile example
- Example#4614 - QuickHashIntStringHash::loadFromString example
- Example#4615 - QuickHashIntStringHash::saveToFile example
- Example#4616 - QuickHashIntStringHash::saveToString example
- Example#4617 - QuickHashIntStringHash::set example
- Example#4618 - QuickHashIntStringHash::update example
- Example#4619 - Reflection Example from Shell (a Terminal)
- Example#4620 - Extending the built-in classes
- Example#4621 - Basic usage ReflectionClass
- Example#4622 - ReflectionClass::getDefaultProperties example
- Example#4623 - ReflectionClass::getDocComment example
- Example#4624 - ReflectionClass::getEndLine example
- Example#4625 - ReflectionClass::getInterfaceNames example
- Example#4626 - ReflectionClass::getInterfaces example
- Example#4627 - ReflectionClass::getName example
- Example#4628 - ReflectionClass::getNamespaceName example
- Example#4629 - ReflectionClass::getProperties filtering example
- Example#4630 - ReflectionClass::getShortName example
- Example#4631 - ReflectionClass::hasConstant example
- Example#4632 - ReflectionClass::hasMethod example
- Example#4633 - ReflectionClass::hasProperty example
- Example#4634 - ReflectionClass::inNamespace example
- Example#4635 - ReflectionClass::isAbstract example
- Example#4636 - ReflectionClass::isAbstract example
- Example#4637 - ReflectionClass::isInstance related examples
- Example#4638 - ReflectionClass::isInstantiable example
- Example#4639 - ReflectionClass::isIterateable example
- Example#4640 - ReflectionClass::__toString example
- Example#4641 - ReflectionExtension example
- Example#4642 - ReflectionExtension::getClasses example
- Example#4643 - ReflectionExtension::getClassNames example
- Example#4644 - ReflectionExtension::getConstants example
- Example#4645 - ReflectionExtension::getDependencies example
- Example#4646 - ReflectionExtension::getFunctions example
- Example#4647 - ReflectionExtension::getINIEntries example
- Example#4648 - ReflectionExtension::getName example
- Example#4649 - ReflectionExtension::getVersion example
- Example#4650 - ReflectionExtension::info example
- Example#4651 - ReflectionFunction::__construct example
- Example#4652 - ReflectionFunction::invoke example
- Example#4653 - ReflectionFunction::invokeArgs example
- Example#4654 - ReflectionFunction::invokeArgs with references example
- Example#4655 - ReflectionFunction::__toString example
- Example#4656 - ReflectionFunctionAbstract::isDeprecated example
- Example#4657 - ReflectionMethod::__construct example
- Example#4658 - ReflectionMethod::getDeclaringClass example
- Example#4659 - ReflectionMethod::getModifiers example
- Example#4660 - ReflectionMethod::getPrototype example
- Example#4661 - ReflectionMethod::invoke example
- Example#4662 - ReflectionMethod::invokeArgs example
- Example#4663 - ReflectionMethod::__toString example
- Example#4664 - Using the ReflectionParameter class
- Example#4665 - Getting
- Example#4666 - ReflectionProperty::__construct example
- Example#4667 - Getting value from private and protected properties using ReflectionProperty class
- Example#4668 - ReflectionProperty::getValue example
- Example#4669 - ReflectionProperty::setValue example
- Example#4670 - debug_zval_dump example
- Example#4671 -
- Example#4672 -
- Example#4673 - 간단한 empty / isset 비교입니다.
- Example#4674 - floatval 예제
- Example#4675 - get_defined_vars 예제
- Example#4676 - get_resource_type 예제
- Example#4677 - gettype 예제
- Example#4678 - import_request_variables 예제
- Example#4679 - intval 예제
- Example#4680 - 변수가 배열인지 확인하기
- Example#4681 - is_bool 예제
- Example#4682 -
- Example#4683 - is_float 예제
- Example#4684 - is_int 예제
- Example#4685 - is_null 예제
- Example#4686 - is_numeric 예제
- Example#4687 - is_object 예제
- Example#4688 - is_resource 예제
- Example#4689 - is_scalar 예제
- Example#4690 - is_string 예제
- Example#4691 - isset 예제
- Example#4692 - print_r 예제
- Example#4693 - return 인수 예제
- Example#4694 - serialize 예제
- Example#4695 - settype 예제
- Example#4696 - PHP5의 __toString 마법 메쏘드를 사용하는 strval 예제
- Example#4697 - unserialize 예제
- Example#4698 - unserialize_callback_func 예제
- Example#4699 - unset 예제
- Example#4700 - (unset) 캐스팅 사용하기
- Example#4701 - var_dump 예제
- Example#4702 - var_export 예제
- Example#4703 - PHP 5.1.0부터 클래스 내보내기
- Example#4704 - __set_state 사용하기 (PHP 5.1.0부터)
- Example#4705 -
- Example#4706 - OAuth::fetch example
- Example#4707 - OAuth::getAccessToken example
- Example#4708 - OAuth::getRequestToken example
- Example#4709 - OAuth::setRequestEngine example
- Example#4710 - An OAuth::setRsaCertificate example
- Example#4711 - OAuth::setToken example
- Example#4712 - OAuthProvider::__construct example
- Example#4713 - Example OAuthProvider::consumerHandler callback
- Example#4714 - OAuthProvider::generateToken example
- Example#4715 - OAuthProvider::is2LeggedEndpoint example
- Example#4716 - Example OAuthProvider::timestampNonceHandler callback
- Example#4717 - Example OAuthProvider::tokenHandler callback
- Example#4718 - A sample SCA component
- Example#4719 - The structure of an SCA for PHP component
- Example#4720 - Obtaining a proxy for a local PHP class
- Example#4721 - Obtaining a proxy for a web service
- Example#4722 - Calling services
- Example#4723 - Obtaining a proxy using getService
- Example#4724 - Making calls on the proxy
- Example#4725 - StockQuote Service
- Example#4726 - Generated WSDL
- Example#4727 - Generated WSDL
- Example#4728 - location attribute
- Example#4729 - method with two arguments
- Example#4730 - types section illustrating named parameters
- Example#4731 - A Component that uses Data Structures
- Example#4732 - An SCA::getService example
- Example#4733 - is_soap_fault example
- Example#4734 - SOAP's standard method for error reporting is exceptions
- Example#4735 - SoapClient::__doRequest example
- Example#4736 - SoapClient::__getFunctions example
- Example#4737 - SoapClient->__getLastRequest() example
- Example#4738 - SoapClient->__getLastRequest() example
- Example#4739 - SoapClient->__getLastResponse() example
- Example#4740 - SoapClient->__getLastResponse() example
- Example#4741 - SoapClient::__getTypes example
- Example#4742 - SoapClient::__setLocation example
- Example#4743 - SoapClient::__setSoapHeaders example
- Example#4744 - Set Multiple Headers
- Example#4745 - SoapClient::__soapCall example
- Example#4746 - SoapClient::SoapClient example
- Example#4747 - SoapServer::addFunction example
- Example#4748 - SoapServer::getFunctions example
- Example#4749 - SoapServer::handle example
- Example#4750 - SoapServer::SoapServer example
- Example#4751 - Some examples
- Example#4752 - Some examples
- Example#4753 - SoapHeader::SoapHeader example
- Example#4754 - SoapParam::SoapParam example
- Example#4755 - SoapVar::SoapVar example
- Example#4756 - XMLRPC client functions example
- Example#4757 - XML-RPC type example
- Example#4758 - A xmlrpc_set_type example
- Example#4759 - For Each in ASP
- Example#4760 - while() ... Next() in PHP 4
- Example#4761 - foreach in PHP 5
- Example#4762 - COM example (1)
- Example#4763 - COM example (2)
- Example#4764 - DOTNET example
- Example#4765 - Variant example, PHP 4.x style
- Example#4766 - Variant example, PHP 5 style
- Example#4767 - COM event sink example
- Example#4768 - OO syntax
- Example#4769 - Don't use com_invoke(), use OO syntax instead
- Example#4770 - OO syntax
- Example#4771 - OO syntax
- Example#4772 - printer_abort example
- Example#4773 - printer_close example
- Example#4774 - printer_create_dc example
- Example#4775 - printer_draw_bmp example
- Example#4776 - printer_draw_chord example
- Example#4777 - printer_draw_elipse example
- Example#4778 - printer_draw_line example
- Example#4779 - printer_draw_pie example
- Example#4780 - printer_draw_rectangle example
- Example#4781 - printer_draw_roundrect example
- Example#4782 - printer_draw_text example
- Example#4783 - printer_get_option example
- Example#4784 - printer_list example
- Example#4785 - printer_logical_fontheight example
- Example#4786 - printer_open example
- Example#4787 - printer_select_brush example
- Example#4788 - printer_select_font example
- Example#4789 - printer_select_pen example
- Example#4790 - printer_set_option example
- Example#4791 - printer_start_doc example
- Example#4792 - printer_write example
- Example#4793 - Get the uptime and display it in a message box
- Example#4794 - Statistics about the current PHP process
- Example#4795 - Statistics about global memory utilization
- Example#4796 - Registering a PHP script to run as a service
- Example#4797 - Unregistering a service
- Example#4798 - Running as a service
- Example#4799 - A win32_create_service example
- Example#4800 - A win32_delete_service example
- Example#4801 - A win32_start_service_ctrl_dispatcher example
- Example#4802 - Creating a new DOMAttr object
- Example#4803 - DOMAttr->isId() Example
- Example#4804 - Creating a new DOMCdataSection object
- Example#4805 - Creating a new DOMComment
- Example#4806 - Creating a new DOMDocument
- Example#4807 - Creating a new element and inserting it as root
- Example#4808 - Creating a new element and inserting it as root
- Example#4809 - A namespace prefix example
- Example#4810 - DOMDocument->getElementById() Example
- Example#4811 - Get all the XInclude elements
- Example#4812 - DOMDocument::importNode example
- Example#4813 - Creating a Document
- Example#4814 - Creating a Document
- Example#4815 - Creating a Document
- Example#4816 - Creating a Document
- Example#4817 - Static invocation of loadXML
- Example#4818 - Adding a new method to DOMElement to ease our code
- Example#4819 - Retrieving elements as custom class
- Example#4820 - Retrieving owner document
- Example#4821 - Saving a DOM tree into a file
- Example#4822 - Saving a HTML tree into a string
- Example#4823 - Saving a HTML tree into a file
- Example#4824 - Saving a DOM tree into a string
- Example#4825 - Example of DTD validation
- Example#4826 - DOMDocument->xinclude() example
- Example#4827 - Appending XML data to your document
- Example#4828 - Creating a new DOMElement
- Example#4829 - Setting an attribute
- Example#4830 - Creating a new DOMEntityReference
- Example#4831 - Creating a document with an attached DTD
- Example#4832 - Testing your DOM Implementation
- Example#4833 - Adding a child
- Example#4834 - DOMNode::getLineNo example
- Example#4835 - DOMNode::getNodePath example
- Example#4836 - Removing a child
- Example#4837 - Preserving the parent node's namespace URI
- Example#4838 - Traversing all the entries of the table
- Example#4839 - Creating a new DOMProcessingInstruction object
- Example#4840 - Creating a new DOMText
- Example#4841 - Getting the count of all the english books
- Example#4842 - Getting all the english books
- Example#4843 - book.xml
- Example#4844 - DOMXPath::registerPHPFunctions with php:functionString
- Example#4845 - DOMXPath::registerPHPFunctions with php:function
- Example#4846 - Import SimpleXML into DOM with dom_import_simplexml
- Example#4847 - Include file example.inc with XML string
- Example#4848 - Getting all the attributes of a node
- Example#4849 - Creating a simple HTML document header
- Example#4850 - Retrieving root element
- Example#4851 - Creating a simple HTML document header
- Example#4852 - Creating a simple HTML document header
- Example#4853 - Creating a simple HTML document header
- Example#4854 - Substituting Xincludes
- Example#4855 - Getting the document type's name
- Example#4856 - Retrieving the public id
- Example#4857 - Retrieving the system id
- Example#4858 - Getting an attribute node
- Example#4859 - Getting the value of an attribute
- Example#4860 - Getting a content
- Example#4861 - Testing the existence of an attribute
- Example#4862 - Setting an attribute
- Example#4863 - Getting the node name
- Example#4864 - Adding a child
- Example#4865 - Adding a child
- Example#4866 - Adding a child
- Example#4867 - Getting a content
- Example#4868 - Adding a child
- Example#4869 - Iterate over children
- Example#4870 -
- Example#4871 - Finding the document of a node
- Example#4872 - Finding the document of a node
- Example#4873 - Removing a child
- Example#4874 - Saving the result of a XSLT transformation in a file
- Example#4875 - Outputting the result of a XSLT transformation
- Example#4876 - Opening an XML document from a file
- Example#4877 - Opening an XML document in a string
- Example#4878 - domxml_version Example
- Example#4879 - domxml_xslt_version Example
- Example#4880 - xpath_eval_expression Example
- Example#4881 - A libxml_get_errors example
- Example#4882 - A libxml_set_streams_context example
- Example#4883 - A libxml_use_internal_errors example
- Example#4884 - Access via property name
- Example#4885 - Access via property name as array index
- Example#4886 - Data Object iteration
- Example#4887 - Access many-valued property by name
- Example#4888 - Many-valued element access
- Example#4889 - Many-valued property iteration
- Example#4890 - Chained property access
- Example#4891 - XPath navigation
- Example#4892 - XPath querying
- Example#4893 - Creating child data objects
- Example#4894 - Unset a primitive property
- Example#4895 - Unset a data object
- Example#4896 - Unset a referenced data object
- Example#4897 - Access via property index
- Example#4898 - Getting the SDO_Sequence interface
- Example#4899 - Get/set sequence values
- Example#4900 - Sequence iteration
- Example#4901 - Sequence versus Data Object
- Example#4902 - Adding to a sequence
- Example#4903 - Removing from a sequence
- Example#4904 - Reflecting on a Data Object
- Example#4905 - Accessing the type information
- Example#4906 - A SDO_DAS_DataFactory::addPropertyToType example
- Example#4907 - A SDO_DAS_DataFactory::addType example
- Example#4908 - Creating a data object
- Example#4909 - Retrieving a data object
- Example#4910 - Updating a data object
- Example#4911 - Deleting a data object
- Example#4912 - One company, one department - Create
- Example#4913 - One company, one department - Retrieve and Update
- Example#4914 - One company, two departments - Retrieve and Delete
- Example#4915 - One company, one department, one employee - Create
- Example#4916 - One company, one department, one employee - Retrieve and update
- Example#4917 - One company, two departments, two employees - Retrieve and delete
- Example#4918 - Retrieving a data object using executePreparedQuery
- Example#4919 - Loading, altering, and saving an XML document
- Example#4920 - Creating a new XML document
- Example#4921 - Setting XML document properties
- Example#4922 - Using an open type
- Example#4923 - Finding out what you can from the document
- Example#4924 - Printing the SDO model
- Example#4925 - XML 문자열을 가진 포함 파일 example.php
- Example#4926 - <plot> 가져오기.
- Example#4927 - <line> 가져오기.
- Example#4928 - SimpleXML에서 다중 요소에 접근하기.
- Example#4929 - 속성 사용하기
- Example#4930 - 요소와 속성을 텍스트와 비교하기.
- Example#4931 - 두 요소 비교하기.
- Example#4932 - XPath 사용하기.
- Example#4933 - 값 설정하기.
- Example#4934 - 요소와 속성 추가하기.
- Example#4935 - DOM 상호 작용.
- Example#4936 - Loading broken XML string
- Example#4937 - Add attributes and children to a SimpleXML element
- Example#4938 - Add attributes and children to a SimpleXML element
- Example#4939 - Get XML
- Example#4940 - Using asXML() on SimpleXMLElement::xpath results
- Example#4941 - Interpret an XML string
- Example#4942 - Traversing a children() pseudo-array
- Example#4943 - Using namespaces
- Example#4944 - Create a SimpleXMLElement object
- Example#4945 - Create a SimpleXMLElement object from a URL
- Example#4946 - Counting the number of children
- Example#4947 - Get document namespaces
- Example#4948 - Working with multiple namespaces
- Example#4949 - Get XML element names
- Example#4950 - Get document namespaces in use
- Example#4951 - Setting a namespace prefix to use in an XPath query
- Example#4952 - Xpath
- Example#4953 - Importing DOM
- Example#4954 - Interpret an XML document
- Example#4955 - Interpret an XML string
- Example#4956 - Serializing a single value with WDDX
- Example#4957 - Using incremental packets with WDDX
- Example#4958 - wddx_serialize_vars example
- Example#4959 - Show XML Element Structure
- Example#4960 - Map XML to HTML
- Example#4961 - External Entity Example
- Example#4962 - xmltest.xml
- Example#4963 - xmltest2.xml
- Example#4964 - xml_parse_into_struct example
- Example#4965 - moldb.xml - small database of molecular information
- Example#4966 - parsemoldb.php - parses moldb.xml into an array of molecular objects
- Example#4967 - xml_set_object example
- Example#4968 - Validating XML
- Example#4969 - collection.xml
- Example#4970 - collection.xsl
- Example#4971 - Creating an XSLTProcessor
- Example#4972 - Testing EXSLT support
- Example#4973 - Simple PHP Function call from a stylesheet
- Example#4974 - Changing the owner before the transformation
- Example#4975 - Example profiling output
- Example#4976 - Transforming to a DOMDocument
- Example#4977 - Transforming to a HTML file
- Example#4978 - Transforming to a string
- Example#4979 - xslt_backend_name example
- Example#4980 - xslt_backend_version example
- Example#4981 - xslt_create example
- Example#4982 - Handling errors using the xslt_error and xslt_errno functions.
- Example#4983 - Using the xslt_process to transform an XML file and a XSL file to a new XML file
- Example#4984 - Using the xslt_process to transform an XML file and a XSL file to a variable containing the resulting XML data
- Example#4985 - Using the xslt_process to transform a variable containing XML data and a variable containing XSL data into a variable containing the resulting XML data
- Example#4986 - Passing PHP variables to XSL files
- Example#4987 - xslt_set_error_handler Example
- Example#4988 - Using the XSLT Logging features
- Example#4989 - Using your own error handler as a method
- Example#4990 - xslt_set_sax_handlers Example
- Example#4991 - Object oriented handler
- Example#4992 - xslt_set_scheme_handlers example
- Example#4993 - xslt_setopt Example
- Example#4994 - "counter"'s basic interface
- Example#4995 - "counter"'s extended interface
- Example#4996 - "counter"'s objective interface
- Example#4997 - An example config.m4 file
- Example#4998 - Sample configure output
- Example#4999 - counter's config.m4 file
- Example#5000 - An example config.w32 file
- Example#5001 - counter's config.w32 file
- Example#5002 - Files in the counter extension, in no particular order
- Example#5003 - zend_module declaration in the counter extension
- Example#5004 - zend_module definition in PHP 5.3
- Example#5005 - Counter extension module definition
- Example#5006 - The wrong way to store the basic counter interface's value
- Example#5007 - The counter module's globals
- Example#5008 - The counter module's global structure declaration
- Example#5009 - Accessor macros for per-module globals
- Example#5010 - The right way to store the basic counter interface's value
- Example#5011 - counter's PHP_MINFO function
- Example#5012 - PHP's leak warnings
- Example#5013 - Minimal PHP extension with one function
- Example#5014 - A simple function
- Example#5015 - Example macros for invoking pdo_SKEL_error
- Example#5016 - Using pdo_parse_params
- Example#5017 - Implementing preparer for drivers that don't support native prepared statements
- Example#5018 - simple stream example that displays the PHP home page
- Example#5019 - How to accept a stream as a parameter
- Example#5020 - How to return a stream from a function
- Example#5021 - The default config.m4.
- Example#5022 - A simple extension.
- Example#5023 - A test file for first_module.so.
- Example#5024 - Internal declaration of zend_function_entry.
- Example#5025 - Internal declaration of zend_module_entry.
- Example#5026 - PHP's implementation of variable arguments in fsockopen().
- Example#5027 - PHP/Zend zval type definition.
- Example#5028 - Testing for referenced parameter passing.
- Example#5029 - Creating variables with different scopes.
- Example#5030 - Creation of a long.
- Example#5031 - Adding an element to an associative array.
- Example#5032 - Adding an element to an indexed array.
- Example#5033 - Source code and screenshot for output in phpinfo.
- Example#5034 - Printing execution information.
- Example#5035 - Calling user functions.
- Example#5036 - 숨겨진 HTML 폼의 엘리먼트(element)
- Example#5037 - 유저에 의해 조장되는 데이터
- Example#5038 - URL 안에서
- Example#5039 - PHP로 자바스크립트 생성하기
- Example#5040 - Register Globals 흉내내기
- Example#5041 - In PHP Core
- Example#5042 - Object Oriented Code in PHP Core
- Example#5043 - In the bzip2 Extension
- Example#5044 - In the datetime Extension
- Example#5045 - In the dBase Extension
- Example#5046 - In the mcrypt Extension
- Example#5047 - In the oci8 Extension
- Example#5048 - In the SPL Extension
- Example#5049 - In the Semaphore (sysvmsg) extension
- Example#5050 - A 5.2.1+ Zip Example
- Example#5051 - strrpos와 strripos가 전체 문자열을 needle로 사용합니다.
- Example#5052 - 프로퍼티가 없는 객체를 더 이상 "빈" 것으로 판단하지 않습니다.
- Example#5053 - 몇몇 경우에 클래스는 사용하기 전에 선언해야 합니다.
- Example#5054 - PHP 5로 아파치 설정 파일을 이행하기.
- Example#5055 - PHP CGI 모드를 위한 아파치 설정 파일 이행하기.
- Example#5056 - Example of object comparison in PHP 4
- Example#5057 - Compound object comparisons in PHP 4
- Example#5058 - Activate full on-screen error reporting for dev. domain
- Example#5059 - Add security script for protected areas
- Example#5060 - Unix include_path
- Example#5061 - Windows include_path
- Example#5062 - string.rot13
- Example#5063 - string.toupper
- Example#5064 - string.tolower
- Example#5065 - string.strip_tags
- Example#5066 - convert.base64-encode & convert.base64-decode
- Example#5067 - convert.quoted-printable-encode & convert.quoted-printable-decode
- Example#5068 - zlib.deflate and zlib.inflate
- Example#5069 - zlib.deflate simple
- Example#5070 - bzip2.compress and bzip2.decompress
- Example#5071 - Encrypting file output using 3DES
- Example#5072 - Reading an encrypted file
There are no user contributed notes for this page.
