[PHP-DOC] cvs: phpdoc /kr/functions math.xml

2001-03-15 Thread cycle98

cycle98 Thu Mar 15 16:08:21 2001 EDT

  Modified files:  
/phpdoc/kr/functionsmath.xml 
  Log:
  misspelled word fixed by Lee S.H.
  
  
Index: phpdoc/kr/functions/math.xml
diff -u phpdoc/kr/functions/math.xml:1.4 phpdoc/kr/functions/math.xml:1.5
--- phpdoc/kr/functions/math.xml:1.4Fri Feb  2 18:25:49 2001
+++ phpdoc/kr/functions/math.xmlThu Mar 15 16:08:21 2001
@@ -155,7 +155,7 @@



-   arg의 아크 코사인(Arc 
cosine) 값을 라디인으로 반환한다.
+   arg의 아크 코사인(Arc 
+cosine) 값을 라디안으로 반환한다.
 

asin 그리고 
atan을 참고하라.
@@ -178,7 +178,7 @@



-   arg의 아크 사인(Arc sine) 
라디인으로 값을 반환한다.
+   arg의 아크 사인(Arc sine) 
+라디안으로 값을 반환한다.
 

acos 그리고 
atan을 참고하라.
@@ -201,7 +201,7 @@



-   arg의 아크 탄젠트(Arc 
tangent)값을 라디인으로 반환한다.
+   arg의 아크 탄젠트(Arc 
+tangent)값을 라디안으로 반환한다.
 

asin 그리고 
acos을 참고하라.
@@ -787,7 +787,7 @@



-   seed로 난수 발생기를 심는다.
+   seed로 난수 발생기를 
+심는다.
  

 // seed with microseconds since last "whole" second
@@ -797,7 +797,7 @@



-  mt_rand,
+   mt_rand,
  mt_getrandmax, srand,
  rand, 그리고
  getrandmax를 참고하라.
@@ -1013,7 +1013,7 @@
  


- srand,
+   srand,
  getrandmax, mt_rand,
  mt_srand, 그리고
  mt_getrandmax를 참고하라.
@@ -1123,7 +1123,7 @@



-   seed로 난수발생기를 심는다.
+   seed로 난수발생기를 
+심는다.
  

 // seed with microseconds since last "whole" second
@@ -1133,7 +1133,7 @@



- rand,
+   rand,
  getrandmax, mt_rand,
  mt_srand, 그리고
  mt_getrandmax를 참고하라.
@@ -1159,7 +1159,7 @@
arg의 탄젠트 값을 라디안으로 반환한다.
 

- sin and cos을 참고하라.
+   sin and 
+cos을 참고하라.
 







[PHP-DOC] cvs: phpdoc /kr language-defs.ent

2001-03-07 Thread cycle98

cycle98 Wed Mar  7 20:28:41 2001 EDT

  Modified files:  
/phpdoc/kr  language-defs.ent 
  Log:
  new fix
  
  
Index: phpdoc/kr/language-defs.ent
diff -u phpdoc/kr/language-defs.ent:1.3 phpdoc/kr/language-defs.ent:1.4
--- phpdoc/kr/language-defs.ent:1.3 Sun Jan  7 10:48:40 2001
+++ phpdoc/kr/language-defs.ent Wed Mar  7 20:28:41 2001
@@ -1,10 +1,10 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
 
 





[PHP-DOC] cvs: phpdoc /kr/chapters install.xml

2001-03-05 Thread cycle98

cycle98 Mon Mar  5 20:14:10 2001 EDT

  Modified files:  
/phpdoc/kr/chapters install.xml 
  Log:
  XML fix
  
  
Index: phpdoc/kr/chapters/install.xml
diff -u phpdoc/kr/chapters/install.xml:1.4 phpdoc/kr/chapters/install.xml:1.5
--- phpdoc/kr/chapters/install.xml:1.4  Wed Feb 28 19:35:46 2001
+++ phpdoc/kr/chapters/install.xml  Mon Mar  5 20:14:10 2001
@@ -66,7 +66,7 @@
 


-   Apache module로
+   Apache module로








[PHP-DOC] cvs: phpdoc /kr/functions filesystem.xml uodbc.xml

2001-03-05 Thread cycle98

cycle98 Mon Mar  5 20:13:28 2001 EDT

  Modified files:  
/phpdoc/kr/functionsfilesystem.xml uodbc.xml 
  Log:
  XML fix
  
  
Index: phpdoc/kr/functions/filesystem.xml
diff -u phpdoc/kr/functions/filesystem.xml:1.5 phpdoc/kr/functions/filesystem.xml:1.6
--- phpdoc/kr/functions/filesystem.xml:1.5  Mon Mar  5 19:56:32 2001
+++ phpdoc/kr/functions/filesystem.xml  Mon Mar  5 20:13:28 2001
@@ -357,6 +357,7 @@
 파일 포인터가 파일의 끝에 있거나 에러가 발생하면 true, 그렇지 
않으면 false를 반환합니다.
 
파일포인터는 반드시 유효한 
것이어야하고,fopen 이나 popen 또는 
 fsockopen에 의해 성공적으로 열려진 파일을 
지정해야 합니다. 
+   



@@ -380,6 +381,7 @@
 성공하면 true, 실패하면 false를 반환.
 
이 파일포인터는 반드시 유효한 것이어야 
하고,fopen이나 popen또는 
fsockopen에 의해 성공적으로 열려진 파일을 
가리켜야 합니다.
+   



@@ -401,7 +403,7 @@
 fp에 의해 가리켜진 파일로부터 한개의 문자를 포함한 문자열을 
반환합니다.  FALSE 나 EOF를 반환합니다.
 
이 파일포인터는 반드시 유효한 것이어야 
하고,fopen이나 popen 또는 
fsockopen에 의해 성공적으로 열려진 파일을 
가리켜야 합니다.
-
+ 
  참조: fread, fopen,
  popen, fsockopen, 그리고 
fgets.
 
@@ -585,7 +587,7 @@
file이 파일을 배열로 
반환하는 것을 제외하고는 readfile과 같습니다.  
새로운 라인이 연결되는 것을 포함해서 배열의 매 요소는 파일의 
라인과 비슷합니다.
 
파일에서 include_path에서 파일을 찾고 싶다면 
두번째 매개변수로 "1"을 사용하면 됩니다.   
-   
+   


 <?php
@@ -600,7 +602,6 @@
 ?>
   

-   
 
  참조: readfile,
  fopen, fsockopen, 그리고 
popen.
Index: phpdoc/kr/functions/uodbc.xml
diff -u phpdoc/kr/functions/uodbc.xml:1.2 phpdoc/kr/functions/uodbc.xml:1.3
--- phpdoc/kr/functions/uodbc.xml:1.2   Fri Jan 12 06:16:40 2001
+++ phpdoc/kr/functions/uodbc.xml   Mon Mar  5 20:13:28 2001
@@ -18,12 +18,14 @@
 url="&url.solid;">Solid, and Sybase SQL Anywhere.

+

 
  There is no ODBC involved when connecting to the above





[PHP-DOC] cvs: phpdoc /kr/functions filesystem.xml

2001-03-05 Thread cycle98

cycle98 Mon Mar  5 19:56:32 2001 EDT

  Modified files:  
/phpdoc/kr/functionsfilesystem.xml 
  Log:
  XML fix
  
  
Index: phpdoc/kr/functions/filesystem.xml
diff -u phpdoc/kr/functions/filesystem.xml:1.4 phpdoc/kr/functions/filesystem.xml:1.5
--- phpdoc/kr/functions/filesystem.xml:1.4  Sat Feb  3 10:01:47 2001
+++ phpdoc/kr/functions/filesystem.xml  Mon Mar  5 19:56:32 2001
@@ -356,7 +356,7 @@

 파일 포인터가 파일의 끝에 있거나 에러가 발생하면 true, 그렇지 
않으면 false를 반환합니다.
 
-   파일포인터는 반드시 유효한 
것이어야하고,fopen 이나 popen 또는 
 fsockopen에 의해 성공적으로 열려진 파일을 
지정해야 합니다. 
+   파일포인터는 반드시 유효한 
+것이어야하고,fopen 이나 popen 
+또는  fsockopen에 의해 성공적으로 열려진 파일을 
+지정해야 합니다. 



@@ -379,7 +379,7 @@
  fp.
 성공하면 true, 실패하면 false를 반환.
 
-   이 파일포인터는 반드시 유효한 것이어야 
하고,fopen이나 popen또는 
fsockopen에 의해 성공적으로 열려진 파일을 
가리켜야 합니다.
+   이 파일포인터는 반드시 유효한 것이어야 
+하고,fopen이나 popen또는 
+fsockopen에 의해 성공적으로 열려진 파일을 
+가리켜야 합니다.



@@ -400,7 +400,7 @@

 fp에 의해 가리켜진 파일로부터 한개의 문자를 포함한 문자열을 
반환합니다.  FALSE 나 EOF를 반환합니다.
 
-   이 파일포인터는 반드시 유효한 것이어야 
하고,fopen이나 popen 또는 
fsockopen에 의해 성공적으로 열려진 파일을 
가리켜야 합니다.
+   이 파일포인터는 반드시 유효한 것이어야 
+하고,fopen이나 popen 또는 
+fsockopen에 의해 성공적으로 열려진 파일을 
+가리켜야 합니다.
 
  참조: fread, fopen,
  popen, fsockopen, 그리고 
fgets.
@@ -584,7 +584,7 @@

file이 파일을 배열로 
반환하는 것을 제외하고는 readfile과 같습니다.  
새로운 라인이 연결되는 것을 포함해서 배열의 매 요소는 파일의 
라인과 비슷합니다.
 
-   파일에서 include_path에서 파일을 찾고 싶다면 
두번째 매개변수로 "1"을 사용하면 됩니다.  
+   파일에서 include_path에서 파일을 찾고 싶다면 
+두번째 매개변수로 "1"을 사용하면 됩니다.   








[PHP-DOC] cvs: phpdoc /kr/functions array.xml

2001-03-02 Thread cycle98

cycle98 Fri Mar  2 00:41:54 2001 EDT

  Modified files:  
/phpdoc/kr/functionsarray.xml 
  Log:
  50% TRANSLATION
  
  

Index: phpdoc/kr/functions/array.xml
diff -u phpdoc/kr/functions/array.xml:1.3 phpdoc/kr/functions/array.xml:1.4
--- phpdoc/kr/functions/array.xml:1.3   Wed Feb 28 04:07:42 2001
+++ phpdoc/kr/functions/array.xml   Fri Mar  2 00:41:53 2001
@@ -1,2780 +1,2795 @@
- 
-  Array Functions
-  Arrays
-  
-   
-These functions allow you to interact with and manipulate
-arrays in various ways. Arrays are essential for storing,
-managing, and operating on sets of variables.
-   
-   
-Simple and multi-dimensional arrays are supported, and may be
-either user created or created by another function.
-There are specific database handling functions for populating
-arrays from database queries, and several functions return arrays.
-   
-   
-See also is_array, explode, 
-implode, split 
-and join.
-   
-  
-
-  
-   
-array
-
- Create an array
-
-   
-   
-Description
-
- 
-  array array
-  mixed 
-   ...
-  
- 
-
-
- Returns an array of the parameters.  The parameters can be given
- an index with the => operator.
-
-
- 
-  
-   Array is a language construct used to
-   represent literal arrays, and not a regular function.
-  
- 
-
-
- Syntax "index => values", separated by commas, define index
- and values. index may be of type string or numeric. When index is
- omitted, a integer index is automatically generated, starting
- at 0. If index is an integer, next generated index will
- be the biggest integer index + 1. Note that when two identical
- index are defined, the last overwrite the first.
-
-
- The following example demonstrates how to create a
- two-dimensional array, how to specify keys for associative
- arrays, and how to skip-and-continue numeric indices in normal
- arrays.
- 
-  Array example
-  
-$fruits = array (
-"fruits"  => array ("a"=>"orange", "b"=>"banana", "c"=>"apple"),
-"numbers" => array (1, 2, 3, 4, 5, 6),
-"holes"   => array ("first", 5 => "second", "third")
-);
-  
- 
-
-
- 
-  Automatic index with Array
-  
-$array = array( 1, 1, 1, 1,  1, 8=>1,  4=>1, 19, 3=>13);
-print_r($array);
-  
- 
- which will display : 
- 
-  
-Array
-(
-[0] => 1
-[1] => 1
-[2] => 1
-[3] => 13
-[4] => 1
-[8] => 1
-[9] => 19
-)
-  
- 
- Note that index '3' is defined twice, and keep its final value of 13.
- Index 4 is defined after index 8, and next generated index (value 19)
- is 9, since biggest index was 8. 
-
-
- This example creates a 1-based array.
- 
-  1-based index with Array
-  
-$firstquarter  = array(1 => 'January', 'February', 'March');
-print_r($firstquarter);
-  
- 
- which will display : 
- 
-  
-Array 
-(
-[1] => 'January'
-[2] => 'February'
-[3] => 'March'
-)
-  
- 
-
-
- See also: list.
-
-   
-  
-
-  
-   
-array_count_values
-Counts all the values of an array
-   
-   
-Description
-
- 
-  array array_count_values
-  array input
- 
-
-
- Array_count_values returns an array using
- the values of the input array as keys and
- their frequency in input as values.
-
-
- 
-  Array_count_values example
-  
-$array = array (1, "hello", 1, "world", "hello");
-array_count_values ($array); // returns array (1=>2, "hello"=>2, "world"=>1)
-  
-  
-
-   
-  
-
-  
-   
-array_diff
-Computes the difference of arrays
-   
-   
-Description
-
- 
-  array array_diff
-  array array1
-  array array2
-  array
-...
-  
- 
-
-
- Array_diff returns an array
- containing all the values of array1
- that are not present in any of the other arguments.
- Note that keys are preserved.
-
-
- 
-  Array_diff example
-  
-$array1 = array ("a" => "green", "red", "blue");
-$array2 = array ("b" => "green", "yellow", "red");
-$result = array_diff ($array1, $array2);
-  
- 
- 
-
- This makes $result have array
- ("blue");
-
-
- See also array_intersect.
-
-   
-  
-
-  
-   
-array_flip
-Flip all the values of an array
-

[PHP-DOC] cvs: phpdoc /kr/functions math.xml

2001-02-02 Thread cycle98

cycle98 Fri Feb  2 18:25:49 2001 EDT

  Modified files:  
/phpdoc/kr/functionsmath.xml 
  Log:
  translation English to Korean by SeungHwan Lee
  
  

Index: phpdoc/kr/functions/math.xml
diff -u phpdoc/kr/functions/math.xml:1.3 phpdoc/kr/functions/math.xml:1.4
--- phpdoc/kr/functions/math.xml:1.3Fri Feb  2 17:46:59 2001
+++ phpdoc/kr/functions/math.xmlFri Feb  2 18:25:49 2001
@@ -505,7 +505,7 @@



-   number보다 작거나 같은 가장 작은 정수를 
반환한다.
+   number보다 작거나 같은 
+가장 작은 정수를 반환한다.
floor에 정수를 사용하는 것은 시간 낭비일 
뿐이다.
 

@@ -513,7 +513,7 @@
이 버젼의 효과를 내기 위해 $new = 
(double)floor($number);를 사용하라.
 

- ceil 그리고
+   ceil 그리고
  round를 참고하라.
 

@@ -533,10 +533,10 @@



-   rand 함수의 호출에 의해 받을 수 있는 가장 
큰 값을 반환한다.
+   rand 함수의 호출에 의해 
+받을 수 있는 가장 큰 값을 반환한다.
 

- rand, srand,
+   rand, srand,
  mt_rand, mt_srand, 그리고
  mt_getrandmax을 참고하라.
 
@@ -563,7 +563,7 @@
변환될 수 있는 가장 큰 수는 7fff 이거나 10진수로 
2147483647 이다.
 

- dechex함수를 참고하라.
+   dechex함수를 참고하라.
 


@@ -582,7 +582,7 @@



-   lcg_value는 (0, 1) 사이의 의사 랜덤 숫자(pseudo 
number)를 반환한다.
+   lcg_value는 (0, 1) 사이의 
+의사 랜덤 숫자(pseudo number)를 반환한다.
이 함수는 2^31 - 85 와 2^31 - 249 사이의 두개의 CG를 조합한다. 
이 함수의 구간은 두 소수의 산물과 일치한다.
(The period of this function is equal to the product of both primes.)
@@ -625,7 +625,7 @@



-   arg의 사용로그 값을 반환한다.
+   arg의 사용로그 값을 
+반환한다.
 


@@ -649,7 +649,7 @@



-   max는 매개 변수의 값 중 숫자로 표시되는 
가장 큰 값을 반환한다.
+   max는 매개 변수의 값 중 
+숫자로 표시되는 가장 큰 값을 반환한다.
 

처음 매개변수가 배열이라면, max는
@@ -686,7 +686,7 @@



-   Min는 매개변수의 값 중 숫자로 표시되는 
가장 작은 값을 반환한다.
+   Min는 매개변수의 값 중 
+숫자로 표시되는 가장 작은 값을 반환한다.
 

처음 매개변수가 배열이라면, min은
@@ -728,46 +728,40 @@


예전 libc의 많은 난수 생성기는 모호하거나 혹은
-   unknown characteristics를 갖고 있으며 느리다.
+   unknown characteristics를 갖고 있으며 느렸었다.
기본적으로 PHP의 rand함수는
libc 난수 생성기를 사용한다.
mt_rand 함수는 이를 위한
드롭-인 교체(drop-in replacement) 이다.
-   이 함수는 난수 발생기로 known characteristics를 사용하며,  
- Many random number generators of older libcs have or  
- unknown characteristics and are slow. By default, PHP uses the
- libc random number generator with the rand
- function.  mt_rand function is a drop-in
- replacement for this.  It uses a random number generator with
- known characteristics, the Mersenne Twister, which will produce
- random numbers that should be suitable for seeding some kinds
- of cryptography (see the home pages for details) and is four
- times faster than what the average libc provides. The Homepage
- of the Mersenne Twister can be found at
- &url.mersenne;, and an
- optimized version of the MT source is available from
- &url.mersenne.twister;
- .
-
-   
- If called without the optional min,
- max arguments mt_rand
- returns a pseudo-random value between 0 and
- RAND_MAX.  If you want a random number
- between 5 and 15 (inclusive), for example, use mt_rand
- (5, 15).
+   이 함수는 난수 발생기로 known characteristics인
+the Mersenne Twister를 사용하는데 이는
+   몇몇 종류의 암호문을 seed하는데 쉽고(더 자세한 내용은
+   홈페이지를 참고하라), libc가 제공하는 것보다 네배나 
+빠르다.
+   Mersenne Twister의 홈페이지는 
+   &url.mersenne;이며,
+   최적화된 MT의 소스는 
+   &url.mersenne.twister;에서
+   얻을 수 있다.
+
+   
+   선택적 매개변수인 min과 
+   max인수 없이 호출되면, 
+   mt_rand는 0 과 RAND_MAX
+   사이의 의사-랜덤 변수를 반환한다.
+   만약 예를 들어 5보다 크거나 같고 15보다 작거나 같은 
+범위의 난수를
+   원한다면, mt_rand (5,15)를 사용하라.
 

- Remember to seed the random number generator before use with
+   이 함수를 사용하기 전에 난수 발생기(random number generator)를 
+   선언하는 것을 잊지 말라.
  mt_srand.
 


-  In versions before 3.0.7 the meaning of
-  max was range. To
-  get the same 

[PHP-DOC] cvs: phpdoc /kr/functions math.xml

2001-02-02 Thread cycle98

cycle98 Fri Feb  2 17:46:59 2001 EDT

  Modified files:  
/phpdoc/kr/functionsmath.xml 
  Log:
  translation english to korean by SeungHwan Lee 001
  
  

Index: phpdoc/kr/functions/math.xml
diff -u phpdoc/kr/functions/math.xml:1.2 phpdoc/kr/functions/math.xml:1.3
--- phpdoc/kr/functions/math.xml:1.2Fri Jan 12 06:16:40 2001
+++ phpdoc/kr/functions/math.xmlFri Feb  2 17:46:59 2001
@@ -1,1155 +1,1191 @@
- 
-  Mathematical Functions
-  Math.
-  
-  
-   
-Introduction
-
- These math functions will only handle values within the range of
- the long and double types on your computer.  If you need to
- handle bigger numbers, take a look at the arbitrary precision math functions.
-
-
- Math constants
- 
-  The following values are defined as constants in PHP by the math
-  extension:
-  
-   Math constants
-   
-
- 
-  Constant
-  Value
-  Description
- 
-
-
-
- M_PI
- 3.14159265358979323846
- Pi
-
-
- M_E
- 2.7182818284590452354
- e
-
-
- M_LOG2E 
- 1.4426950408889634074   
- log_2 e
-
-
- M_LOG10E
- 0.43429448190325182765  
- log_10 e
-
-
- M_LN2   
- 0.69314718055994530942  
- log_e 2
-
-
- M_LN10  
- 2.30258509299404568402  
- log_e 10
-
-
- M_PI_2
- 1.57079632679489661923  
- pi/2
-
-
- M_PI_4
-0.78539816339744830962   
- pi/4
-
-
- M_1_PI
- 0.31830988618379067154  
- 1/pi
-
-
- M_2_PI
- 0.63661977236758134308  
- 2/pi
-
-
- M_SQRTPI
- 1.77245385090551602729  
- sqrt(pi) [4.0.2]
-
-
- M_2_SQRTPI  
- 1.12837916709551257390  
- 2/sqrt(pi)
-
-
- M_SQRT2 
- 1.41421356237309504880  
- sqrt(2)
-
-
- M_SQRT3 
- 1.73205080756887729352  
- sqrt(3) [4.0.2]
-
-
- M_SQRT1_2   
- 0.70710678118654752440  
- 1/sqrt(2)
-
-
- M_LNPI  
- 1.14472988584940017414  
- log_e(pi) [4.0.2]
-
-
- M_EULER 
- 0.57721566490153286061  
- Euler constant [4.0.2]
-
-
-   
-  
- Only M_PI is available in PHP versions up to and including PHP4RC1.
- All other constants are available starting with PHP 4.0. Constants
- labelled [4.0.2] were added in PHP 4.0.2.
- 
-
-   
-  
-
-  
-   
-abs
-Absolute value
-   
-   
-Description
-
- 
-  mixed abs
-  mixed number
- 
-
-
- Returns the absolute value of number.  If the argument number is
- float, return type is also float, otherwise it is int.
-
-   
-  
-
-  
-   
-acos
-Arc cosine
-   
-   
-Description
-
- 
-  float acos
-  float arg
- 
-
-
- Returns the arc cosine of arg in radians.
-
-
- See also asin and atan.
-
-   
-  
-
-  
-   
-asin
-Arc sine
-   
-   
-Description
-
- 
-  float asin
-  float arg
- 
-
-
- Returns the arc sine of arg in radians.
-
-
- See also acos and atan.
-
-   
-  
-
-  
-   
-atan
-Arc tangent
-   
-   
-Description
-
- 
-  float atan
-  float arg
- 
-
-
- Returns the arc tangent of arg in radians.
-
-
- See also asin and acos.
-
-   
-  
-
-  
-   
-atan2
-arc tangent of two variables
-   
-   
-Description
-
- 
-  float atan2
-  float y
-  float x
- 
-
-
- This function calculates the arc tangent of the two variables
- x and y.  It is
- similar to calculating the arc tangent of
- y / x, except that
- the signs of both arguments are used to determine the quadrant of
- the result.
-
-
- The function returns the result in radians, which is between -PI
- and PI (inclusive).
-
-
- See also acos and atan.
-
-   
-  
-
-  
-   
-base_convert
-Convert a number between arbitrary bases
-   
-   
-Description
-
- 
-  string base_convert
-  string number
-  int frombase
-  int tobase
- 
-
-
- Returns a string containing number
- represented in base tobase.  The base in
- which number is given is specified in
- frombase.  Both
- frombase and tobase
- have to be between 2 and 36, inclusive.  Digits in numbers with a
- base higher than 10 will be represented with the letters a-z,
- with a meaning 10, b meaning 11 and z meaning 35.
- 
-  Base_convert
-  
-$binary = base_convert ($hexadecimal, 16, 2);
-
- 
-
-   
-  
-
-
-  
-   
-bindec
-Binary to decimal
-   
-   
-Description
-
- 
-  int bindec
-  string binary_string
- 
-
-
- Returns the decimal equivalent of the binary number represented by
- the

[PHP-DOC] cvs: phpdoc /kr/functions strings.xml

2001-01-29 Thread cycle98

cycle98 Mon Jan 29 20:17:21 2001 EDT

  Modified files:  
/phpdoc/kr/functionsstrings.xml 
  Log:
  1st translation english to korean by SeungHwan Lee
  
  

Index: phpdoc/kr/functions/strings.xml
diff -u phpdoc/kr/functions/strings.xml:1.2 phpdoc/kr/functions/strings.xml:1.3
--- phpdoc/kr/functions/strings.xml:1.2 Fri Jan 12 06:16:40 2001
+++ phpdoc/kr/functions/strings.xml Mon Jan 29 20:17:20 2001
@@ -1,3253 +1,3254 @@
- 
-  String functions
-  Strings
-
-  
-   
-These functions all manipulate strings in various ways. Some more
-specialized sections can be found in the regular expression and
-URL handling sections.
-   
-
-   
-For information on how strings behave, especially with regard to
-usage of single quotes, double quotes, and escape sequences, see
-the Strings entry in
-the Types section of the
-manual. 
-   
-  
-
-  
-   
-AddCSlashes
-Quote string with slashes in a C style
-   
-   
-Description
-
- 
-  string addcslashes
-  string str
-  string charlist
- 
-
-
- Returns a string with backslashes before characters that are
- listed in charlist parameter. It escapes
- \n, \r etc. in C-like
- style, characters with ASCII code lower than 32 and higher than
- 126 are converted to octal representation. Be carefull when
- escaping alphanumeric characters. You can specify a range in
- charlist like "\0..\37", which would
- escape all characters with ASCII code between 0 and 31.
- 
-  Addcslashes example
-  
-$escaped = addcslashes ($not_escaped, "\0..\37!@\177..\377");
-  
- 
- 
-  
-   Added in PHP4b3-dev.
- 
-
-
- See also stripcslashes, 
- stripslashes, 
- htmlspecialchars,
- htmlspecialchars, and 
- quotemeta.
-
-   
-  
-
-  
-   
-AddSlashes
-Quote string with slashes
-   
-   
-Description
-
- 
-  string addslashes
-  string str
- 
-
-
- Returns a string with backslashes before characters that need
- to be quoted in database queries etc.  These characters are
- single quote ('), double quote
- ("), backslash (\)
- and NUL (the null byte).
-
-
- See also stripslashes, 
- htmlspecialchars, and
- quotemeta.
-
-   
-  
-
-  
-   
-bin2hex
-
- Convert binary data into hexadecimal representation
-
-   
-   
-Description
-
- 
-  string bin2hex
-  string str
- 
-
-
- Returns an ASCII string containing the hexadecimal representation
- of str. The conversion is done byte-wise
- with the high-nibble first.
-
-   
-  
-
-  
-   
-Chop
-Remove trailing whitespace
-   
-   
-Description
-
- 
-  string chop
-  string str
- 
-
-
- Returns the argument string without trailing whitespace,
- including newlines.
- 
-  Chop example
-  
-$trimmed = chop ($line);
-  
- 
-
-
- 
-  chop is different than the Perl
-  chop() function, which removes the last
-  character in the string.
- 
-
-
- See also trim, ltrim,
- rtrim, and chop.
-
-   
-  
-
-  
-   
-Chr
-Return a specific character
-   
-   
-Description
-
- 
-  string chr
-  int ascii
- 
-
-
- Returns a one-character string containing the character specified
- by ascii.
- 
-  Chr example
-  
-$str .= chr (27); /* add an escape character at the end of $str */
-
-/* Often this is more useful */
-
-$str = sprintf ("The string ends in escape: %c", 27);
-  
- 
- This function complements ord. See also
- sprintf with a format string of
- %c.
-
-   
-  
-  
-  
-   
-chunk_split
-Split a string into smaller chunks
-   
-   
-Description
-
- 
-  string chunk_split
-  string string
-  int 
-   chunklen
-  
-  string 
-   end
-  
- 
-
-
- Can be used to split a string into smaller chunks which is useful
- for e.g. converting base64_encode output to
- match RFC 2045 semantics. It inserts every
- chunklen (defaults to 76) chars the string
- end (defaults to "\r\n").  It returns the
- new string leaving the original string untouched.
- 
-  Chunk_split example
-  
-# format $data using RFC 2045 semantics
-
-$new_string = chunk_split (base64_encode($data));
-  
- 
- This function is significantly faster than
- ereg_replace.
- 
-  
-   This function was added in 3.0.6.
-  
- 
-
-   
-  
-
-  
-   
-convert_cyr_string
-
- Convert from one Cyrillic character set to another
-
-   
-   
-Description
-
- 
-  string convert_cyr_string
-  string str
-  string from
-  string to
- 
-
-
-   

[PHP-DOC] cvs: phpdoc /kr/functions/leesh array.xml

2001-01-12 Thread cycle98

cycle98 Fri Jan 12 18:09:12 2001 EDT

  Added files: 
/phpdoc/kr/functions/leesh  array.xml 
  Log:
  
  
  


Index: phpdoc/kr/functions/leesh/array.xml
+++ phpdoc/kr/functions/leesh/array.xml

배열함수
배열


이 함수는 다양한 방법으로 배열을 다루고, 상호작용할 수 
있게 해 준다.
배열은 변수들의 집합을 소팅, 처리, 조정하는데 
필수적이다.
   

Simple and multi-dimensional arrays are supported, and may be
either user created or created by another function.
There are specific database handling functions for populating
arrays from database queries, and several functions return arrays.
   

See also is_array, explode, 
implode, split 
and join.
   



array

배열을 생성한다



설명


array array

mixed 
   
...





파라미터의 배열을 반환한다. 파라미터는 => 연산자를 
가진 인덱스로 주어질 수도 있다.




Array is a 
language construct used to
   represent literal arrays, and not a regular function.
  



 "index => values" 구문은 comma(,)로 구분되며, 인덱스와 값을 
정의한다.
인덱스값으로는 문자형 혹은 숫자형이 쓰인다. 인덱스 
값이 생략되었 을 경우 
정수 0으로 시작되는 인덱스가 자동으로 생성된다. 
인덱스가 정수라면  
다음에 생성되는 인덱스는 (가장 큰 인덱스값 + 1) 의 값이 
된다.
두개의 동일한 인덱스가 정의되었을 경우, 마지막 값이 
처음 값을 덮어쓰게 됨을 유의하라.


다음의 예는 어떻게 2차원 배열을 생성하고, 
associative배열을 
상술하며, 숫자 인덱스가 기본 배열에서 어떻게 생략되고 
이어져
나가는지를 설명한다.
 

Array 
example

$fruits = array (
"fruits"  => array ("a"=>"orange", "b"=>"banana", "c"=>"apple"),
"numbers" => array (1, 2, 3, 4, 5, 6),
"holes"   => array ("first", 5 => "second", "third")
);
  





Array에서의 
자동 인덱스


$array = array( 1, 1, 1, 1,  1, 8=>1,  4=>1, 19, 3=>13);
print_r($array);
  

 다음을 출력할 것이다. : 
 

Array
(
[0] => 1
[1] => 1
[2] => 1
[3] => 13
[4] => 1
[8] => 1
[9] => 19
)
  

인덱스 '3'이 두번 정의되었고, 그것의 마지막 값인 13이 
저장되어있으며, 
인덱스 '4'가 정의된 후에 인덱스 '8' 이 정의되었고 다음에 
생성된 인덱스(값 19를 가진다)는 
가장 큰 인덱스 값이 8이었으므로 9가 된다는 점을 
유의하라.


일차원 배열 생성의 예.
 

Array에서의 
1차원배열 인덱스


$firstquarter  = array(1 => 'January', 'February', 'March');
print_r($firstquarter);
  

  다음을 출력할 것이다. : 
 

Array 
(
[1] => 'January'
[2] => 'February'
[3] => 'March'
)
  



 See also: list.





array_count_values
배열에 들어있는 모든 value를 
카운트한다.


Description


array 
array_count_values

array input




Array_count_values 는 
input 배열의 값을
 키로 사용하고 그 값들의 빈도를 값으로 
하는 배열을 반환한다.


   

[PHP-DOC] cvs: phpdoc /en bookinfo.xml

2001-01-12 Thread cycle98

cycle98 Fri Jan 12 18:02:44 2001 EDT

  Modified files:  
/phpdoc/en  bookinfo.xml 
  Log:
  
  PR:
  Submitted by:
  Reviewed by:
  Obtained from:
  
  
Index: phpdoc/en/bookinfo.xml
diff -u phpdoc/en/bookinfo.xml:1.8 phpdoc/en/bookinfo.xml:1.9
--- phpdoc/en/bookinfo.xml:1.8  Fri Jan 12 15:05:40 2001
+++ phpdoc/en/bookinfo.xml  Fri Jan 12 18:02:44 2001
@@ -3,7 +3,7 @@
   
 

-StigSæther Bakken
+StigS?her Bakken

 

@@ -40,7 +40,7 @@
  
   

-Stig SætherBakken
+Stig S?herBakken


 EgonSchmid