Glosario

Traducidos de Wikipedia, la enciclopedia libre

.htaccess

el nombre predeterminado del archivo de configuración por directorio de Apache.

ACL
Access Control List
Blowfish

a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.

Navegador

una aplicación de software que le permite al usuario mostrar e interactuar con texto, imágenes y otra información típicamente ubicada en una página web en un sitio web en la World Wide Web.

bzip2

a free software/open-source data compression algorithm and program developed by Julian Seward.

CGI

Common Gateway Interface is an important World Wide Web technology that enables a client web browser to request data from a program executed on the web server.

Changelog

un registro o auditoría de cambios realizados a un proyecto.

Cliente

un sistema de computación que accede a un servicio (remoto) en otro equipo por medio de algún tipo de red.

columna

a set of data values of a particularly simple type, one for each row of the table.

un paquete de información enviado por un servidor a un navegador web que luego es enviado de regreso por el navegador cada vez que accede a ese servidor.

CSV

Comma-separated values

DB
look at Database
Base de datos

una colección organizada de datos.

Motor
revise Storage Engines
PHP extension

un módulo PHP que extiende a PHP con funcionalidad adicional.

FAQ

Frequently Asked Questions is a list of commonly asked question and their answers.

Campo

una parte en la que se dividen datos o columnas.

Foreign key

a column or group of columns in a database row that points to a key column or group of columns forming a key of another database row in some (usually different) table.

GD

una biblioteca gráfica de Thomas boutell y otros para manipular imágenes dinámicamente.

GD2
revise GD
GZip

GZip is short for GNU zip, a GNU free software file compression program.

equipa

cualquier equipo conectado a una red de computadoras, un nodo que tiene un nombre.

nombre del equipo

the unique name by which a network-attached device is known on a network.

HTTP

Hypertext Transfer Protocol is the primary method used to transfer or convey information on the World Wide Web.

HTTPS

una conexión HTTP con medidas de seguridad adicionales.

IEC
comisión electrotécnica internacional («International Electrotechnical Commission»)
IIS

Internet Information Services is a set of internet-based services for servers using Microsoft Windows.

Índice

una funcionalidad que permite un acceso rápido a las filas en una tabla.

IP

«Internet Protocol» is a data-oriented protocol used by source and destination hosts for communicating data across a packet-switched internetwork.

Dirección IP

un número único utilizado por un dispositivo para identificarse y comunicarse con otros dispositivos en una red utilizando el estándar IP.

IPv6

IPv6 (Internet Protocol version 6) is the latest revision of the Internet Protocol (IP), designed to deal with the long-anticipated problem of its predecessor IPv4 running out of addresses.

ISAPI

Internet Server Application Programming Interface es la API de IIS.

ISP

An Internet service provider is a business or organization that offers users access to the Internet and related services.

ISO

International Standards Organization

JPEG

uno de los métodos estándares más utilizados para compresión con pérdida para imágenes fotográficas.

JPG
look at JPEG
Llave
look at Index
LATEX

a document preparation system for the TeX typesetting program.

Mac

Apple Macintosh is a line of personal computers designed, developed, manufactured, and marketed by Apple Inc.

macOS

el sistema operativo incluído en las computadoras Apple Macintosh actuales en los mercados a consumidores y profesionales.

mbstring

The PHP mbstring functions provide support for languages represented by multi-byte character sets, most notably UTF-8.

If you have troubles installing this extension, please follow 1.20 Recibo un error sobre la falta de las extensiones mysqli y mysql., it provides useful hints.

Tipo de medio

A media type (formerly known as MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet.

MIME

extensiones multipropósito para correo en internet («Multipurpose Internet Mail Extensions»), un estándar de internet para el formato de e-mails.

módulo

modular extension for the Apache HTTP Server httpd.

mod_proxy_fcgi

an Apache module implementing a Fast CGI interface; PHP can be run as a CGI module, FastCGI, or directly as an Apache module.

MySQL

un sistema de manejo de base de datos («DBMS» por sus siglas en inglés) SQL («Structured Query Languages») multi-usuario y multi-hilo.

MySQLi

la extensión PHP para clientes MySQL mejorada.

mysql

la extensión PHP para clientes MySQL.

OpenDocument

an open standard for office documents.

OS X

look at macOS.

PDF

Portable Document Format is a file format developed by Adobe Systems for representing two-dimensional documents in a device-independent and resolution-independent format.

PEAR

el repositorio de extensiones y aplicaciones PHP («PHP Extension and Application Repository»).

Ver también

PEAR website

PCRE

Perl-Compatible Regular Expressions is the Perl-compatible regular expression functions for PHP

Ver también

<https://www.php.net/pcre>

PHP

acrónimo de «PHP: Hypertext Preprocessor», un lenguaje de programación de código abierto y reflectivo utilizado principalmente para desarrollar aplicaciones del lado del servidor y contenido dinámico y, más recientemente, un gran rango de aplicaciones.

puerto

una conexión a través de la que se envían y reciben datos.

primary key

A primary key is an index over one or more fields in a table with unique values for every single row in this table. Every table should have a primary key for easier accessing/identifying data in this table. There can only be one primary key per table and it is named always PRIMARY. In fact, a primary key is just an unique key with the name PRIMARY. If no primary key is defined MySQL will use first unique key as primary key if there is one.

You can create the primary key when creating the table (in phpMyAdmin just check the primary key radio buttons for each field you wish to be part of the primary key).

You can also add a primary key to an existing table with ALTER TABLE or CREATE INDEX (in phpMyAdmin you can just click on “add index” on the table structure page below the listed fields).

RFC

los documentos «Request For Comments» (pedidos de comentarios) son una serie de memorandos que incluyen nueva investigación, innovación y metodologías aplicables a tecnologías de internet .

RFC 1952

especificación del formato de archivo GZIP versión 4.3

Ver también

RFC 1952

Fila (registro, tupla)

representa un elemento de datos simple e implícitamente estructurado en una tabla.

Servidor

un sistema de computadoras que provee servicios a otros sistemas en una red.

Sodium

The Sodium PHP extension.

Motores de almacenamiento

MySQL can use several different formats for storing data on disk, these are called storage engines or table types. phpMyAdmin allows a user to change their storage engine for a particular table through the operations tab.

Common table types are InnoDB and MyISAM, though many others exist and may be desirable in some situations.

zócalo

una forma de comunicación entre procesos.

SSL

Secure Sockets Layer, (now superseded by TLS) is a cryptographic protocol which provides secure communication on the Internet.

Procedimiento almacenado

una subrutina disponible para las aplicaciones que acceden a un sistema de bases de datos relacionales

SQL

lenguaje estructurado de consultas («Structured Query Language»)

tabla

a set of data elements (cells) that is organized, defined and stored as horizontal rows and vertical columns where each item can be uniquely identified by a label or key or by its position in relation to other items.

tar

a type of archive file format, from «Tape Archive».

TCP

protocolo de control de transmisión («Transmission Control Protocol»), es uno de los protocolos clave en el conjunto de protocolos de internet.

TCPDF

PHP library to generate PDF files.

Ver también

<https://tcpdf.org/>

disparador

un código procedural que es ejecutado automáticamente en respuesta a ciertos eventos en una tabla o vista particular de una base de datos

unique key
A unique key is an index over one or more fields in a table which has a unique value for each row. The first unique key will be treated as primary key if there is no primary key defined.
URL

localizador uniforme de recursos («Uniform Resource Locator»), una secuencia de caracteres conforme a un formato estandarizado que se utiliza para referirse por locación a recursos como documentos e imágenes en internet.

Servidor web

A computer (program) that is responsible for accepting HTTP requests from clients and serving them web pages.

XML

Extensible Markup Language is a W3C-recommended general-purpose markup language for creating special-purpose markup languages, capable of describing many different kinds of data.

ZIP

un formato popular de compresión y archivado de datos.

Zlib

an open-source, cross-platform data compression library by Jean-loup Gailly and Mark Adler.

Content Security Policy

The HTTP Content-Security-Policy response header allows web site administrators to control resources the user agent is allowed to load for a given page.