php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37356 php.net html docus unuseable - all Russian Language!!!
Submitted: 2006-05-08 03:57 UTC Modified: 2006-05-08 04:09 UTC
From: carbon at hotmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: php documentation
Private report: No CVE-ID: None
 [2006-05-08 03:57 UTC] 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 με ένα άλλο '.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-08 04:09 UTC] takagi@php.net
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 :-)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 15 12:00:03 2025 UTC