오늘은 대한입니다.
sun's longitude:299 39 51.79 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
알파문서
자주 잊어먹거나, 메모해 둘 필요성이 있는 팁이나 문서, 기타 등등
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
92 번 글: [memcached] memory object caching system
글쓴이: 산이 [홈페이지] 글쓴날: 2004년 06월 16일 01:08:46 수(새벽) 조회: 3528
memcached-protocol.txt015 KB(14,947 Bytes) 파일명: memcached-protocol.txt
http://www.danga.com/memcached/

PHP extension `memcache.so'

memcache_connect
memcache_pconnect
memcache_get_version
memcache_add
memcache_set
memcache_replace
memcache_get
memcache_delete
memcache_debug
memcache_get_stats
memcache_increment
memcache_decrement
memcache_close
memcache_flush


memcache_connect -- Connects to server and returns Memcache object
object memcache_connect( string host [, int port [, int timeout ] ]) 

memcache_pconnect -- Connects to server and returns Memcache object
object memcache_pconnect( string host [, int port [, int timeout ] ]) 

memcache_get_version -- Returns server's version
string memcache_get_version( object memcache ) 

memcache_add -- Adds new item. Item with such key should not exist
bool memcache_add( object memcache, string key, mixed var [, int expire ] ) 

memcache_set -- Sets the value of an item. Item may exist or not
bool memcache_set( object memcache, string key, mixed var [, int expire ] ) 

memcache_replace -- Replaces existing item. Returns false if item doesn't exist
bool memcache_replace( object memcache, string key, mixed var [, int expire ] ) 

memcache_get -- Returns value of existing item or false
mixed memcache_get( object memcache, string key ) 

memcache_delete -- Deletes existing item
bool memcache_delete( object memcache, string key, [ int expire ]) 

memcache_debug -- Turns on/off internal debugging
bool memcache_debug( bool onoff ) 

memcache_get_stats -- Returns server's statistics
array memcache_get_stats( object memcache )

memcache_increment -- Increments existing variable
int memcache_increment( object memcache, string key [, int value ] ) 

memcache_decrement -- Decrements existing variable
int memcache_decrement( object memcache, string key [, int value ] ) 

memcache_close -- Closes connection to memcached
bool memcache_close( object memcache ) 

memcache_flush -- Flushes cache
bool memcache_flush( object memcache )

 
이전글 : [apache] reverse proxy
다음글 : Re: [memcached] memory object caching system  
 from 61.254.75.29
JS(Redhands)Board 0.4 +@

|글쓰기| |답장쓰기| |수정|
|이전글| |다음글| |목록보기|
인쇄용 

apache lighttpd linuxchannel.net 
Copyright 1997-2026. linuxchannel.net. All rights reserved.

Page loading: 0.02(server) + (network) + (browser) seconds