ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] #37356 [Opn->Bgs]: php.net html docus unuseable - all Russian Language!!!
by takagi other posts by this author
May 7 2006 9:10PM messages near this date
[PHP-DOC] Job Title: Shipping-receiving position | [PHP-DOC] #37356 [NEW]: php.net html docus unuseable - all Russian Language!!!
ID:               37356
 Updated by:       takagi@[...].net
 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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved