ID:               37356
 Updated by:       [EMAIL PROTECTED]
 Reported By:      carbon at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: php documentation
 PHP Version:      Irrelevant
 New Comment:

If you wanna view English manual, you should access to
 http://us3.php.net/manual/en/function.addslashes.php
instead of
 http://us3.php.net/manual/el/function.addslashes.php

I mean, please replace "/el/" to "/en/".

BTW,
 http://us3.php.net/manual/el/function.addslashes.php
is not Russian but Greek :-)



Previous Comments:
------------------------------------------------------------------------

[2006-05-08 03:57:16] carbon at hotmail dot com

Description:
------------
php.net html documentation unuseable - all Russian Language!!!

Reproduce code:
---------------
http://us3.php.net/manual/el/function.addslashes.php

also with arrays and and a THOUSAND other pages....

WHEN will they put the English language versions back up.  It's been a
LONG LONG TIME since the documentation has been of any use whatsoever!!

Expected result:
----------------
THIS link, and a thousand others will link to English language pages.

http://us3.php.net/manual/el/function.addslashes.php

also with arrays and and a THOUSAND other pages....

WHEN will they put the English language versions back up.  It's been a
LONG LONG TIME since the documentation has been of any use whatsoever!!

Actual result:
--------------
addslashes

(PHP 3, PHP 4, PHP 5)
addslashes -- Παράθεση
του string με slashes
Περιγραφή
string addslashes ( string str )



Επιστρέφει
ένα string με backslashes
πριν τους
χαρακτήρες
που πρέπει να
χρησιμοποιηθούν
σε database queries κλπ.
Αυτοί είναι:
τα απλά
εισαγωγικά ('),
τά διπλά
εισαγωγικά ("),
το backslash (\) και το NUL
(το NULL byte). 

Μία
ενδεικτική
χρήση της addslashes()
είναι η
εισαγωγή
δεδομένων σε
μία βάση
δεδομένων.
Για
παράδειγμα,
για να
εισαγάγετε
το όνομα O'reilly στη
βάση
δεδομένων,
πρέπει να το
κάνετε escape. Οι
περισσότερες
βάσεις
υλοποιούν
την
προηγούμενη
λειτουργία
με μία \, το
οποίο
σημαίνει ότι
το
προηγούμενο
όνομα
γίνεται O\'reilly.
Αυτό
χρειάζεται
μόνο για την
είσοδο των
δεδομένων
στη βάση
δεδομένων, η
επιπλέον \ δεν
εισαγάγεται.
Έχοντας
ενεργοποιημένη
την PHP directive magic_quotes_sybase, ο
χαρακτήρας '
γίνεται escaped με
ένα άλλο '.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37356&edit=1

Reply via email to